Basic Info

Name 530011 Booster Spear II
Item ID 530011 - Boost_Spear2
Type Weapon - One-Handed Spear
530011
A Spear made for Crusader.
_
MATK + 120.
MATK + 2%, increases the amount of healing received by 5%.
Per refine level, MATK + 2.
Per 15 BaseLevel, MATK + 2.
If refine rate is 7 or higher, per level of [Faith], Variable Cast Time - 1%.
_
When equipped with Booster Power (Suit/Manteau/Boots/Ring(R)/Ring(L)), MATK + 2%, increases [Grand Cross] damage by 1% per 15 BaseLevel, increases [Grand Cross] damage by 15% for 60 seconds when using [Heal].
Class: One-handed spear Attack: 160
Weight: 0
Weapon Level: 4
Required Level: 60
Usable Job: Crusader classes

Details

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

Stats

Range 0
Defense 0
Attack 160
Magical Attack 120
Weapon Level 4
Slots 0

Restrictions

Level Range 60 +
Usage None
Trade Can't be dropped / Can't be traded or vended / Can't be sold to NPCs / Can't be placed into Cart / Can't be placed into Storage / Can't be placed into Guild Storage / Can't be placed into Master Storage
Job Class Types Normal / Upper / Baby
Job Classes Crusader
Gender Any

Scripts

Use Script
bonus(bMatkRate, 2); bonus(bHealPower2, 5); bonus(bMatk, 2 * getrefine()); bonus(bMatk, 2 * (min(120, BaseLevel) / 15)); if (getrefine() >= 7) bonus(bVariableCastrate, -1 * getskilllv(CR_TRUST)); // if (getrefine() >= 9) // bonus2(bSkillAtk, CR_GRANDCROSS, 10); if (isequipped(B_Power_Suits, B_Power_Boots, B_Power_Manteau, B_Power_Ring_R, B_Power_Ring_L)) autobonus3("{ bonus2(bSkillAtk, CR_GRANDCROSS, 15); }", 1000, 60000, AL_HEAL);
Equip Script
None
Unequip Script
None