Viewing Item

#1870: Royal Knuckle

Item ID 1870 For Sale No
Identifier R_Knuckle Credit Price Not For Sale
Name Royal Knuckle Type Weapon - Knuckle
NPC Buy 0 Weight 150
NPC Sell 0 Weapon Level 4
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 190 Min Equip Level 170
MATK 0 Max Equip Level None
Description Knuckles used by Glastheim Monks.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himelmez.
_______________________
Increase Ranged Physical Damage by 15%.
_______________________
For each Refine Level:
ATK +4
_______________________
Refine Level +9:
Increases damage of Rampage Blaster by 20%.
_______________________
Refine Level +11:
Decreases Rampage Blaster skill cooldown by 1 second.
Increases Physical Damage against enemies of Undead and Angel race by 20%.
_______________________
When equipped with King Schmidt's Suit and King Schmidt's Manteau:
ATK +30
Physical attacks have a chance to increase Ranged Physical Damage by additional 10% for 10 seconds.
_______________________
Total Refine Level of entire set at least +30:
Increases Physical Damage against enemies of Holy and Undead elemental by 20%.
_______________________
Type: Knuckle
Attack: 190
Weight: 150
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Sura
Equip Locations Main Hand
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Monk
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bLongAtkRate,15;

6 bonus

7 bBaseAtk,4*.@r;

8 if

9 (.@r

10 =9)

11 {

12 bonus2

13 bSkillAtk,"SR_RAMPAGEBLASTER",20;

14 }

15 if

16 (.@r

17 =11)

18 {

19 bonus2

20 bAddRace,RC_Undead,20;

21 bonus2

22 bAddRace,RC_Angel,20;

23 bonus2

24 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000;

25 }

Equip Script None
Unequip Script None