Basic Info

Name 510078 Calamity Nindo[1]
Item ID 510078 - MD_Moroc_Nindo
Type Weapon - Dagger
Evil seeped into this once simple Nindo.
Unfolds its true potential with "Calamity Sotaedo".
[Flaming Petals], [Freezing Spear], [Wind Blade] damage + 5%.
For every other refine level, MATK + 5, AGI + 1.
If +7 or higher, [Flaming Petals], [Freezing Spear], [Wind Blade] damage + 10%.
If +9 or higher, Variable Cast Time - 5%.

When equipped with Calamity Sotaedo, MATK + 10%
MATK + 149
Class : Dagger Attack : 82
Weight : 65
Weapon Level : 4
Required Level : 130
Jobs : Ninja

Details

Weight 65
NPC Buy 52,000 z
NPC Sell 26,000 z
Refineable Yes
Equip Locations Main Hand

Stats

Range 0
Defense 0
Attack 82
Magical Attack 149
Weapon Level 4
Slots 1

Restrictions

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

Scripts

Use Script
bonus2(bSkillAtk, NJ_KOUENKA, 5); bonus2(bSkillAtk, NJ_HYOUSENSOU, 5); bonus2(bSkillAtk, NJ_HUUJIN, 5); bonus(bMatk, 5 * (getrefine()/2)); bonus(bAgi, (getrefine()/2)); if (getrefine() >= 7) { bonus2(bSkillAtk, NJ_KOUENKA, 10); bonus2(bSkillAtk, NJ_HYOUSENSOU, 10); bonus2(bSkillAtk, NJ_HUUJIN, 10); } if (getrefine() >= 9) bonus(bVariableCastrate, -5);
Equip Script
None
Unequip Script
None