Viewing Item

#550043: Paradise Summoner Foxtail Model

Item ID 550043 For Sale No
Identifier 3Para_Foxtail2_SU Credit Price Not For Sale
Name Paradise Summoner Foxtail Model Type Weapon - Staff
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 4
Range 1 Defense 0
Slots 0 Refineable No
Attack 150 Min Equip Level 100
MATK 300 Max Equip Level None
Description A high-quality foxtail made by the Paradise Group.
_______________________
MATK +300
MATK +5%
_______________________
Indestructible in battle
_______________________
For each Level of Silvervine Stem Spear:
Decreases Variable Casting Time by 2%.
_______________________
Base Level at least 105:
Decreases Catnip Meteor skill cooldown by 1.5 seconds.
Increases damage of Silvervine Stem Spear and Catnip Meteor by 25%.
_______________________
Base Level at least 110:
Increases Magical Damage with Earth, Fire, Water, Wind and Ghost element by 10%.
Increases Magical Damage against enemies of every size by 15%.
_______________________
Base Level at least 115:
Increases damage of Silvervine Stem Spear and Catnip Meteor by additional 15%.
_______________________
Type: One-Handed Staff
Attack: 150
Weight: 0
Weapon Level: 4
Refineable: No
_______________________
Requirement:
Base Level 100
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 .@l

2 =

3 BaseLevel;

4 .@a

5 =

6 getskilllv("SU_SV_STEMSPEAR");

7 bonus

8 bMatkRate,5;

9 bonus

10 bUnbreakableWeapon;

11 bonus

12 bVariableCastrate,-2*.@a;

13 if

14 (.@l

15 =105)

16 {

17 bonus2

18 bSkillCooldown,"SU_CN_METEOR",-1500;

19 bonus2

20 bSkillAtk,"SU_CN_METEOR",25;

21 bonus2

22 bSkillAtk,"SU_SV_STEMSPEAR",25;

23 if

24 (.@l

25 =110)

26 {

27 bonus2

28 bMagicAddSize,Size_All,15;

29 bonus2

30 bMagicAtkEle,Ele_Ghost,10;

31 bonus2

32 bMagicAtkEle,Ele_Fire,10;

33 bonus2

34 bMagicAtkEle,Ele_Earth,10;

35 bonus2

36 bMagicAtkEle,Ele_Water,10;

37 bonus2

38 bMagicAtkEle,Ele_Wind,10;

39 if

40 (.@l

41 =115)

42 {

43 bonus2

44 bSkillAtk,"SU_SV_STEMSPEAR",15;

45 bonus2

46 bSkillAtk,"SU_CN_METEOR",15;

47 }

48 }

49 }

Equip Script None
Unequip Script None