ID #610029
Weapon
Awakened Old King's Double Edge [1]
Buy Price: N/A
Sell Price: N/A
Type: Weapon
Attack: 240
Weight: 1200
Slots: 1
Weapon level: 4
Required level: 130
Attack: 240
Weight: 1200
Slots: 1
Weapon level: 4
Required level: 130
Basic Information
Type
Weapon
Weight
1200
Range
1
Job Requirements
Assassin
Yes
Requirements
Weapon Level
4
Min Level
130
Scripts
Script .@r = getrefine(); .@b = BaseLevel; if (.@r>=9) .@b *= 3; else if (.@r>=7) .@b *= 2; bonus2 bSubRace,RC_Player_Human,30; bonus2 bSkillAtk,"GC_CROSSIMPACT",.@b; bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",.@b; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",.@b; if (.@r>=10) { bonus bDefRatioAtkClass,Class_All; bonus2 bSkillCooldown,"GC_ROLLINGCUTTER",-200; }
.@r = getrefine();
.@b = BaseLevel;
if (.@r>=9)
.@b *= 3;
else if (.@r>=7)
.@b *= 2;
bonus2 bSubRace,RC_Player_Human,30;
bonus2 bSkillAtk,"GC_CROSSIMPACT",.@b;
bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",.@b;
bonus2 bSkillAtk,"GC_ROLLINGCUTTER",.@b;
if (.@r>=10) {
bonus bDefRatioAtkClass,Class_All;
bonus2 bSkillCooldown,"GC_ROLLINGCUTTER",-200;
}