Item Details

Rabbit Pattern Shirt [1] ( Witchs_White_Shirt )

ID 15282 Rabbit Pattern Shirt [1]
Rabbit Pattern Shirt [1] Buy Price: zeny Sell Price: 0 zeny Weight: 50 Slots: 1
Type: Armor/Garment/Boots/Headgear/Accessory item. Sub Type: Not specified Gender: Both Locations: Armor
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: 10
Weapon Level: Not specified Armor Level: 2 Min. Equip Level: 200 Max. Equip Level: Not specified
Refineable: 1 Gradable: 1 Element: Neutral Classes: Not specified

A precious T-shirt worn by a certain witch. The rabbit pattern is said to be her taste.
------------------------
SPL +1, S.MATK +1.
MATK +5 per refine rate.
S.MATK +1 per 2 refine rate.

If refine rate is 7 or higher, SPL +2, S.MATK +2.

If refine rate is 9 or higher, MaxHP +5%, MaxSP +5%.

If refine rate is 11 or higher, increases ghost and shadow property magical damage by 35%.
------------------------
[Bonus By Grade]

[Grade D] S.MATK +2.
[Grade C] SPL +3, S.MATK +1.
[Grade B] Increases all property magical damage by 15%.
------------------------
Class: Armor
Defense: 10
Weight: 50
Armor Lv: 2
Required Lv: 200
Class: Magician classes, Acolyte classes, Soul Linker classes

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@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;
      }
   }
}
Not specified
Not specified

Not specified