Viewing Item

#550033: Paradise Foxtail

Item ID 550033 For Sale No
Identifier 1Para_Foxtail Credit Price Not For Sale
Name Paradise Foxtail Type Weapon - Staff
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 2
Range 1 Defense 0
Slots 0 Refineable No
Attack 100 Min Equip Level 10
MATK 100 Max Equip Level None
Description A foxtail for beginners made by the Paradise Group.
_______________________
MATK +100
_______________________
Indestructible in battle
_______________________
Base Level at least 20:
ATK +15, MATK +15
_______________________
Base Level at least 30:
ATK +20, MATK +20
_______________________
Base Level at least 45:
ATK +25, MATK +25
_______________________
Type: One-Handed Staff
Attack: 60
Weight: 0
Weapon Level: 2
Refineable: No
_______________________
Requirement:
Base Level 10
Summoner (Doram)
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Summoner
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 bonus

2 bUnbreakableWeapon;

3 if

4 (BaseLevel

5 =20)

6 {

7 bonus

8 bBaseAtk,15;

9 bonus

10 bMatk,15;

11 if

12 (BaseLevel

13 =30)

14 {

15 bonus

16 bBaseAtk,20;

17 bonus

18 bMatk,20;

19 if

20 (BaseLevel

21 =45)

22 {

23 bonus

24 bBaseAtk,25;

25 bonus

26 bMatk,25;

27 }

28 }

29 }

Equip Script None
Unequip Script None