Basic Info

Name 700053 Great Calamity Bow[1]
Item ID 700053 - ROZ_S_Morocc_Bow
Type Weapon - Bow
Enhancing the "Calamity Bow" made it even stronger.
[Sharp Shooting], [Triangle Shot] damage + 16%.
For every other refine level, ATK + 12, DEF + 30.
If +7 or higher, [Sharp Shooting], [Triangle Shot] damage + 20%.
If +9 or higher, reduces physical/magical damage received from all Sizes by 7%.
If +11 or higher, ATK + 48, CRI + 3, HIT + 5, [Sharp Shooting], [Triangle Shot] damage + 20%.
Class : Bow Attack : 225
Weight : 80
Weapon Level : 4
Required Level : 130
Jobs : Transcendent Archer jobs, Stalker

Details

Weight 80
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Main Hand + Off Hand

Stats

Range 5
Defense 0
Attack 225
Magical Attack 0
Weapon Level 4
Slots 1

Restrictions

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

Scripts

Use Script
bonus2(bSkillAtk, SN_SHARPSHOOTING, 16); bonus2(bSkillAtk, SC_TRIANGLESHOT, 16); bonus(bBaseAtk, 12 * (getrefine()/2)); bonus(bDef, 30 * (getrefine()/2)); if (getrefine() >= 7) { bonus2(bSkillAtk, SN_SHARPSHOOTING, 20); bonus2(bSkillAtk, SC_TRIANGLESHOT, 20); } if (getrefine() >= 9) { bonus2(bSubSize, Size_Small, 7); bonus2(bSubSize, Size_Medium, 7); bonus2(bSubSize, Size_Large, 7); } if (getrefine() >= 11) { bonus(bBaseAtk, 48); bonus(bCritical, 3); bonus(bHit, 5); bonus2(bSkillAtk, SN_SHARPSHOOTING, 20); bonus2(bSkillAtk, SC_TRIANGLESHOT, 20); }
Equip Script
None
Unequip Script
None