Viewing Item (Sleipnir) Ragnarok: Project Zero Control Panel
Basic Info
Name | Sleipnir |
---|---|
Item ID |
22205
-
Sleipnir_Z
|
Type | Armor |
Named after Odin's trusty steed, these shoes also mimic Sleipnir's powers.
MaxHP + 20%, MaxSP + 20%.
SP Recovery Rate + 100%, MDEF + 10.
Increases damage done to enemies of all elements by 1% for every 10 Base Levels.
For every 15 Base DEX, -10% Fixed Cast Time (up to 80% reduction).
Increased movement speed.
Cannot be refined. Indestructible.
_
Class : Footwear Defense : 40
Weight : 350
Required Level : 94
Jobs : All jobs
MaxHP + 20%, MaxSP + 20%.
SP Recovery Rate + 100%, MDEF + 10.
Increases damage done to enemies of all elements by 1% for every 10 Base Levels.
For every 15 Base DEX, -10% Fixed Cast Time (up to 80% reduction).
Increased movement speed.
Cannot be refined. Indestructible.
_
Class : Footwear Defense : 40
Weight : 350
Required Level : 94
Jobs : All jobs
Details
Weight | 350 |
---|---|
NPC Buy | 20 z |
NPC Sell | 10 z |
Refineable | No |
Equip Locations | Footgear |
Stats
Range | 0 |
---|---|
Defense | 40 |
Attack | 0 |
Magical Attack | 0 |
Weapon Level | 0 |
Slots | 0 |
Restrictions
Level Range | 94 + |
---|---|
Usage | None |
Trade | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | All Jobs |
Gender | Any |
Scripts
Use Script |
---|
bonus(bUnbreakableShoes, 0); bonus(bMdef, 10); bonus(bMaxHPrate, 20); bonus(bMaxSPrate, 20); bonus(bSPrecovRate, 100); bonus2(bAddRace, RC_All, BaseLevel / 10); bonus2(bMagicAddRace, RC_All, BaseLevel / 10); bonus(bFixedCastrate, max(-80, -10 * (readparam(bDex) / 15))); bonus(bSpeedRate, 25); |
Equip Script |
hateffect(HAT_EF_SLEIPNIR, true); |
Unequip Script |
hateffect(HAT_EF_SLEIPNIR, false); |