Viewing Item

#400086: The Meow Family's Paycheck

Item ID 400086 For Sale No
Identifier 2020maypay_04 Credit Price Not For Sale
Name The Meow Family's Paycheck Type Armor
NPC Buy 0 Weight 20
NPC Sell 0 Weapon Level 0
Range 0 Defense 20
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs Summoner
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bBaseAtk,7*.@r;

3 bonus bMatk,7*.@r;

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

5 bonus bMatkRate,3*(.@r/3);

6 if (.@r>=7) {

7 bonus2 bAddRace,RC_All,7;

8 bonus2 bMagicAddRace,RC_All,7;

9 }

10 if (.@r>=9) {

11 bonus2 bSkillCooldown,"SU_LUNATICCARROTBEAT",-500;

12 bonus2 bSkillCooldown,"SU_NYANGGRASS",-30000;

13 if (getskilllv("SU_SPIRITOFSEA") == 1) {

14 bonus5 bAutoSpell,"SU_LUNATICCARROTBEAT",5,10,BF_SHORT|BF_LONG,1;

15 bonus5 bAutoSpell,"SU_CN_METEOR",5,10,BF_SHORT|BF_LONG,1;

16 }

17 }

18 if (.@r>=11)

19 bonus bDelayrate,-10;

20 if (.@r>=12) {

21 if (getskilllv("SU_SPIRITOFSEA") == 1)

22 skill "CR_REFLECTSHIELD",5;

23 }

Equip Script None
Unequip Script None