Viewing Item (Great Calamity Knuckle) Ragnarok: Project Zero Control Panel
Basic Info
Name | Great Calamity Knuckle[1] |
---|---|
Item ID |
560033
-
ROZ_S_Morocc_Claw
|
Type | Weapon - Knuckle |
Enhancing the "Calamity Knuckle" made it even strong.
[Chain Crush Combo] damage + 18%.
Fixed Cast Time of [Dangerous Soul Collect] - 50%.
For every other refine level, ATK + 4, MaxHP + 2%, CRI + 1.
If +7 or higher, [Chain Crush Combo] damage + 30%.
If +9 or higher, ASPD + 7%.
If +11 or higher, ATK + 16, MaxHP + 8%, CRI + 4, [Chain Crush Combo] damage + 25%, ASPD + 3%.
When equipped with Great Calamity Shield, increases physical damage to Holy/Shadow element monsters by 10%, reduces damage received by 10%.
Class : Knuckle Attack : 320
Weight : 90
Weapon Level : 4
Required Level : 130
Jobs : Champion
[Chain Crush Combo] damage + 18%.
Fixed Cast Time of [Dangerous Soul Collect] - 50%.
For every other refine level, ATK + 4, MaxHP + 2%, CRI + 1.
If +7 or higher, [Chain Crush Combo] damage + 30%.
If +9 or higher, ASPD + 7%.
If +11 or higher, ATK + 16, MaxHP + 8%, CRI + 4, [Chain Crush Combo] damage + 25%, ASPD + 3%.
When equipped with Great Calamity Shield, increases physical damage to Holy/Shadow element monsters by 10%, reduces damage received by 10%.
Class : Knuckle Attack : 320
Weight : 90
Weapon Level : 4
Required Level : 130
Jobs : Champion
Details
Weight | 90 |
---|---|
NPC Buy | 20 z |
NPC Sell | 10 z |
Refineable | Yes |
Equip Locations | Main Hand |
Stats
Range | 0 |
---|---|
Defense | 0 |
Attack | 320 |
Magical Attack | 0 |
Weapon Level | 4 |
Slots | 1 |
Restrictions
Level Range | 130 + |
---|---|
Usage | None |
Trade | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | Monk |
Gender | Any |
Scripts
Use Script |
---|
bonus2(bSkillAtk, CH_CHAINCRUSH, 18); bonus2(bFixedCastrate, CH_SOULCOLLECT, -50); bonus(bBaseAtk, 4 * (getrefine()/2)); bonus(bMaxHPrate, 2 * (getrefine()/2)); bonus(bCritical, getrefine()/2); if (getrefine() >= 7) bonus2(bSkillAtk, CH_CHAINCRUSH, 30); if (getrefine() >= 9) bonus(bAspdRate, 7); if (getrefine() >= 11) { bonus(bBaseAtk, 16); bonus(bMaxHPrate, 8); bonus(bCritical, 4); bonus2(bSkillAtk, CH_CHAINCRUSH, 25); bonus(bAspdRate, 3); } |
Equip Script |
None |
Unequip Script |
None |