Viewing Item (Rabbit Shirt) Ragnarok: Project Zero Control Panel
Basic Info
Name | Rabbit Shirt[1] |
---|---|
Item ID |
15282
-
Rabbit_Shirt
|
Type | Armor |
It is rumoured that this rabbit print is popular among witches.
MaxHP + 150, MaxSP + 75.
For every refine level, MATK + 2.
If refine level is 7 or higher, MaxHP + 75, MaxSP + 25.
If refine level is 9 or higher, MaxHP + 75, MaxSP + 25.
Class : Armor Defense : 10
Weight : 50
Required Level : 75
Jobs : Mage jobs, Acolyte jobs
MaxHP + 150, MaxSP + 75.
For every refine level, MATK + 2.
If refine level is 7 or higher, MaxHP + 75, MaxSP + 25.
If refine level is 9 or higher, MaxHP + 75, MaxSP + 25.
Class : Armor Defense : 10
Weight : 50
Required Level : 75
Jobs : Mage jobs, Acolyte jobs
Details
Weight | 50 |
---|---|
NPC Buy | 20 z |
NPC Sell | 10 z |
Refineable | Yes |
Equip Locations | Armor |
Stats
Range | 0 |
---|---|
Defense | 10 |
Attack | 0 |
Magical Attack | 0 |
Weapon Level | 0 |
Slots | 1 |
Restrictions
Level Range | 75 + |
---|---|
Usage | None |
Trade | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | Magician / Acolyte / Priest / Wizard / Monk / Sage / Soul Linker |
Gender | Any |
Scripts
Use Script |
---|
bonus(bMaxHP, 150); bonus(bMaxSP, 75); bonus(bMatk, getrefine() * 2); if (getrefine() >= 7) { bonus(bMaxHP, 75); bonus(bMaxSP, 25); } if (getrefine() >= 9) { bonus(bMaxHP, 75); bonus(bMaxSP, 25); } |
Equip Script |
None |
Unequip Script |
None |