ID #1865
Weapon
Raging Dragon Fist [2]
Buy Price: N/A
Sell Price: N/A
It can deals fierce attack.
_______________________
Increases damage of Chain Combo by 30%.
_______________________
For each Refine Level:
ATK +4
_______________________
Refine Level +9:
Increases damage of Combo Finish by 50%.
_______________________
Refine Level +11:
Increases damage of Chain Crush Combo by 30%.
_______________________
Type: Knuckle
Attack: 210
Weight: 70
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Sura
_______________________
Increases damage of Chain Combo by 30%.
_______________________
For each Refine Level:
ATK +4
_______________________
Refine Level +9:
Increases damage of Combo Finish by 50%.
_______________________
Refine Level +11:
Increases damage of Chain Crush Combo by 30%.
_______________________
Type: Knuckle
Attack: 210
Weight: 70
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Sura
Available from boxes
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
700
Range
1
Job Requirements
Monk
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
Script .@r = getrefine(); bonus bBaseAtk,4*.@r; bonus2 bSkillAtk,"MO_CHAINCOMBO",30; if (.@r >= 9) { bonus2 bSkillAtk,"MO_COMBOFINISH",50; bonus2 bSkillAtk,"CH_CHAINCRUSH",50; } if (.@r >= 11) bonus2 bSkillAtk,"CH_CHAINCRUSH",30;
.@r = getrefine();
bonus bBaseAtk,4*.@r;
bonus2 bSkillAtk,"MO_CHAINCOMBO",30;
if (.@r >= 9) {
bonus2 bSkillAtk,"MO_COMBOFINISH",50;
bonus2 bSkillAtk,"CH_CHAINCRUSH",50;
}
if (.@r >= 11)
bonus2 bSkillAtk,"CH_CHAINCRUSH",30;