ID #560034
Weapon
Burning Knuckle-OSAD [2]
Buy Price: N/A
Sell Price: N/A
An upgraded purple knuckle with something boiling.
When hit, it causes burning pain on the target.
_______________________
ATK +5%
_______________________
Refine Level +7:
Decreases Earth Shaker skill cooldown by 1 second.
_______________________
Refine Level +9:
Increases damage of Rampage Blaster by 30%.
_______________________
Refine Level +11:
Increases Damage against monsters of Medium and Large size by 20%.
Increases damage of Rampage Blaster by additional 45%.
_______________________
Type: Knuckle
Attack: 175
Weight: 90
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Sura
When hit, it causes burning pain on the target.
_______________________
ATK +5%
_______________________
Refine Level +7:
Decreases Earth Shaker skill cooldown by 1 second.
_______________________
Refine Level +9:
Increases damage of Rampage Blaster by 30%.
_______________________
Refine Level +11:
Increases Damage against monsters of Medium and Large size by 20%.
Increases damage of Rampage Blaster by additional 45%.
_______________________
Type: Knuckle
Attack: 175
Weight: 90
Weapon Level: 5
_______________________
Requirement:
Base Level 170
Sura
Equipment Reform
Available through the reform system Plus7_Refine_NPC
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
900
Range
1
Acquisition method
Equipment reform
Job Requirements
Monk
Yes
Requirements
Weapon Level
5
Min Level
170
Scripts
Script .@r = getrefine(); bonus bAtkRate,5; if (.@r>=7) { bonus2 bSkillCooldown,"SR_EARTHSHAKER",-1000; if (.@r>=9) { bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",30; if (.@r>=11) { bonus2 bAddSize,Size_Medium,20; bonus2 bAddSize,Size_Large,20; bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",45; } } }
.@r = getrefine();
bonus bAtkRate,5;
if (.@r>=7) {
bonus2 bSkillCooldown,"SR_EARTHSHAKER",-1000;
if (.@r>=9) {
bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",30;
if (.@r>=11) {
bonus2 bAddSize,Size_Medium,20;
bonus2 bAddSize,Size_Large,20;
bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",45;
}
}
}