Viewing Item

#28258: The Black

Item ID 28258 For Sale No
Identifier The_Black_Gatling Credit Price Not For Sale
Name The Black Type Weapon - Gatling Gun
NPC Buy 20 Weight 270
NPC Sell 10 Weapon Level 4
Range 9 Defense 0
Slots 2 Refineable Yes
Attack 205 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Rebellion
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bLongAtkRate,2*(.@r/3);

3 bonus bBaseAtk,10*(.@r/2);

4 if (.@r >= 7) {

5 .@val = 15;

6 bonus2 bSkillUseSPrate,"RL_R_TRIP",-10;

7 if (.@r >= 9) {

8 autobonus3 "{ bonus bBaseAtk,50; bonus bLongAtkRate,10; }",1000,90000,"RL_P_ALTER";

9 if (.@r >= 11) {

10 .@val += 15;

11 }

12 }

13 bonus2 bSkillAtk,"RL_R_TRIP",.@val;

14 }

Equip Script None
Unequip Script None