Asteria's Shoes-LT [1], броня (Renewal)
Asteria's Shoes-LT [1] (ASTRAEA_SHOES_LT) – броня.
![Asteria's Shoes-LT [1], броня (Renewal) Asteria's Shoes-LT [1], броня (Renewal)](/images/db/items/picture/470205.png)
SPL + 5, CON + 3.
Increases SP consumption of skills by 15%.
Every 3 refine rate, Matk + 7.
If refine rate is 7 or higher, Matk + 5%, S.Matk + 3.
If refine rate is 9 or higher, reduces variable casting time by 10%.
If refine rate is 11 or higher, increases magical damage against medium and large size enemies by 15%.
When equipped with Fallen Bishop Card, MaxSP + 25%, increases magical damage against holy property enemies by 15%.
When equipped with Sealed Fallen Bishop Card, MaxSP + 15%, increases magical damage against holy property enemies by 10%.
[Bonus by grade]
[Grade D] Matk + 5%, SPL + 5
[Grade C] Reduces fixed casting time by 1 second.
[Grade B] S.Matk + 7.
[Grade A] Every 2 refine rate, SPL + 8.
Базовые свойства предмета
- ID: 30530
- Код: ASTRAEA_SHOES_LT
- Тип: броня
- Уровень брони: 2
- Защита: 25
- Требуемый уровень: 190
- Вес: 25
Скрипт
.@r = getrefine();
.@g = getenchantgrade();
bonus bAllStats,3;
bonus bMdef,10;
if (.@r>=10) {
if (readparam(bStr)>=100) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
if (readparam(bAgi)>=100) {
bonus bAspdRate,15;
if (readparam(bVit)>=100) {
bonus2 bSubSize,Size_Medium,15;
if (readparam(bInt)>=100) {
bonus bFixedCast,-500;
if (readparam(bDex)>=100) {
bonus bDelayrate,-7;
if (readparam(bLuk)>=100) {
bonus bCritical,10;
bonus bFlee2,5;
}
}
}
}
}
}
}
if (.@r>=13) {
if (readparam(bPow)>=60) {
bonus bShortAtkRate,15;
if (readparam(bSta)>=60) {
bonus bDelayrate,-8;
bonus bRes,30;
if (readparam(bWis)>=60) {
bonus bDelayrate,-8;
bonus bMRes,30;
if (readparam(bSpl)>=60) {
bonus2 bMagicAtkEle,Ele_All,15;
if (readparam(bCon)>=60) {
bonus bLongAtkRate,15;
if (readparam(bCrt)>=60) {
bonus bHPlus,10;
bonus bCRate,10;
}
}
}
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bRes,30;
bonus bMRes,30;
}
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,5;
bonus bSMatk,5;
}
if (.@g>=ENCHANTGRADE_B) {
bonus2 bAddSize,Size_All,15;
bonus2 bMagicAddSize,Size_All,15;
}
if (.@g>=ENCHANTGRADE_A) {
if (.@r>=13) {
bonus bFixedCast,-500;
}
}