Basic Info

Name 32026 Steam Pressure[1]
Item ID 32026 - Ein_1HSPEAR
Type Weapon - One-Handed Spear
32026
If [Shield Chain] is Level 5, ATK + 25.
For every 10 Base Level, increases [Shield Chain] damage by 2%.
If +7 or higher, ATK + 5%, ASPD + 10%.
If +9 or higher, when performing physical melee attacks, adds a chance to recover 500 HP per second for 5 seconds.
Class: One-Handed Spear Attack: 150
Weight: 100
Weapon Level: 4
Required Level: 100
Usable Jobs: Transcendent Swordsman

Details

Weight 100
NPC Buy 0 z
NPC Sell 0 z
Refineable Yes
Equip Locations Main Hand

Stats

Range 1
Defense 0
Attack 150
Magical Attack 0
Weapon Level 4
Slots 1

Restrictions

Level Range 100 +
Usage None
Trade None
Job Class Types Upper
Job Classes Swordsman / Knight / Crusader
Gender Any

Scripts

Use Script
if (getskilllv(PA_SHIELDCHAIN) >= 5) bonus(bBaseAtk, 25); bonus2(bSkillAtk, PA_SHIELDCHAIN, (BaseLevel/10) * 2); if (getrefine() >= 7){ bonus(bAtkRate, 5); bonus(bAspdRate, 10); } if (getrefine()>= 9) autobonus("{ sc_start2(SC_REGEN_HP, 5000, 1000, 500); }", 10, 5000);
Equip Script
None
Unequip Script
None