Basic Info

Name 530027 Great Calamity Lance[1]
Item ID 530027 - ROZ_S_Morocc_Lance
Type Weapon - One-Handed Spear
Enhancing the "Calamity Lance" made it even stronger.
[Pressure] damage + 22%.
For every other refine level, MaxHP + 2%, Holy element magic damage + 2%.
If +7 or higher, [Pressure] damage + 20%.
If +9 or higher, Variable Cast Time - 7%.
If +11 or higher, MaxHP + 8%, ¼º¼Ó¼º ¸¶¹ý µ¥¹ÌÁö 8% Áõ°¡, [Pressure] damage + 20%, Variable Cast Time - 3%.

When equipped with Great Calamity Shield, ¾Ï¼Ó¼º ¸ó½ºÅÍ¿¡°Ô ÁÖ´Â ¸¶¹ý µ¥¹ÌÁö 10% Áõ°¡, ¼º/¾Ï¼Ó¼º ¸ó½ºÅÍ¿¡°Ô ¹Þ´Â µ¥¹ÌÁö 10% °¨¼Ò.
MATK + 250
Class : One-handed Spear Attack : 263
Weight : 130
Weapon Level : 4
Required Level : 130
Jobs : Paladin

Details

Weight 130
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Main Hand

Stats

Range 1
Defense 0
Attack 263
Magical Attack 250
Weapon Level 4
Slots 1

Restrictions

Level Range 130 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes Crusader
Gender Any

Scripts

Use Script
bonus2(bSkillAtk, PA_PRESSURE, 22); bonus(bMaxHPrate, 2 * (getrefine()/2)); bonus2(bMagicAtkEle, Ele_Holy, 2 * (getrefine()/2)); if (getrefine() >= 7) bonus2(bSkillAtk, PA_PRESSURE, 20); if (getrefine() >= 9) bonus(bVariableCastrate, -7); if (getrefine() >= 11) { bonus(bBaseAtk, 40); bonus(bMaxHPrate, 8); bonus2(bMagicAtkEle, Ele_Holy, 8); bonus2(bSkillAtk, PA_PRESSURE, 20); bonus(bVariableCastrate, -3); }
Equip Script
None
Unequip Script
None