Rabbit Pattern Shirt [1]
15282 Witchs_White_Shirt
R
It is said that this precious T-shirt was worn by a certain witch and the rabbit pattern was her taste.
SPL +1
S.MATK +1
For each Refine Level:
MATK +5
For each 2 Refine Levels:
S.MATK +1
Refine Level +7:
SPL +2, S.MATK +2.
Refine Level +9:
MaxHP +5%, MaxSP +5%.
Refine Level +11:
Increases Magical Damage of Ghost and Shadow element by 35%.
[Bonus by Grade]
[Grade D]: S.MATK +2
[Grade C]: SPL +3, S.MATK +1.
[Grade B]: Magical Damage with every Element +15%.
Type: Armor
Defense: 10
Weight: 50
Armor Level: 2
Requirement:
Base Level 200
Magician, Acolyte and Soul Linker classes
DEF10
Nivel de armadura2
Información adicional
- Precio de compra
- 0 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- Sí
- Gradable
- Sí
Script del ítem
.@g = getenchantgrade();
.@r = getrefine();
bonus bSMatk,1+(.@r/2);
bonus bSpl,1;
bonus bMatk,5*.@r;
if (.@r>=7) {
bonus bSMatk,2;
bonus bSpl,2;
if (.@r>=9) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_Ghost,35;
bonus2 bMagicAtkEle,Ele_Dark,35;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bSMatk,2;
if (.@g >= ENCHANTGRADE_C) {
bonus bSMatk,1;
bonus bSpl,3;
if (.@g >= ENCHANTGRADE_B) {
bonus2 bMagicAddEle,Ele_All,15;
}
}
}