Viewing Item

#610029: Awakened Old King's Double Edge

Item ID 610029 For Sale No
Identifier Kings_Double_Edge_A Credit Price Not For Sale
Name Awakened Old King's Double Edge Type Weapon - Katar
NPC Buy 20 Weight 120
NPC Sell 10 Weapon Level 4
Range 1 Defense 0
Slots 1 Refineable Yes
Attack 240 Min Equip Level 130
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Assassin
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 .@b = BaseLevel;

3 if (.@r>=9)

4 .@b *= 3;

5 else if (.@r>=7)

6 .@b *= 2;

7 bonus2 bSubRace,RC_Player_Human,30;

8 bonus2 bSkillAtk,"GC_CROSSIMPACT",.@b;

9 bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",.@b;

10 bonus2 bSkillAtk,"GC_ROLLINGCUTTER",.@b;

11 if (.@r>=10) {

12 bonus bDefRatioAtkClass,Class_All;

13 bonus2 bSkillCooldown,"GC_ROLLINGCUTTER",-200;

14 }

Equip Script None
Unequip Script None