Viewing Item

#28255: Master Soul Rifle

Item ID 28255 For Sale No
Identifier Master_Soul_Rifle Credit Price Not For Sale
Name Master Soul Rifle Type Weapon - Rifle
NPC Buy 20 Weight 100
NPC Sell 10 Weapon Level 4
Range 9 Defense 0
Slots 2 Refineable Yes
Attack 150 Min Equip Level 100
MATK 210 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 bMatk,10*(.@r/3);

3 bonus bAspdRate,3*(.@r/3);

4 if (.@r >= 7) {

5 bonus bAspd,1;

6 bonus bMatkRate,5;

7 if (.@r >= 9) {

8 .@chance = 1;

9 /* unknown rate*/

10 if (.@r >= 11) {

11 .@chance += 1;

12 bonus5 bAutoSpell,"WL_SOULEXPANSION",3,1,BF_LONG,1;

13 }

14 bonus5 bAutoSpell,"MG_SOULSTRIKE",10,.@chance,BF_LONG,1;

15 }

16 }

Equip Script None
Unequip Script None