Viewing Item

#400194: Nostalgia Cherry Blossom

Item ID 400194 For Sale No
Identifier NostalgiaCherryBlossom Credit Price Not For Sale
Name Nostalgia Cherry Blossom Type Armor
NPC Buy 20 Weight 50
NPC Sell 10 Weapon Level 0
Range 0 Defense 10
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 None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bMdef,10;

3 bonus bMaxHPrate,10;

4 bonus2 bAddClass,Class_Boss,25;

5 bonus bPerfectHitAddRate,3*.@r;

6 if (getskilllv("SJ_LIGHTOFMOON") == 5) {

7 if (getskilllv("SJ_NEWMOONKICK") == 7)

8 autobonus "{ bonus bSpeedRate,25; }",100,30000,BF_WEAPON;

9 if (getskilllv("SJ_LUNARSTANCE") == 3)

10 bonus bFlee,50;

11 if (getskilllv("SJ_FULLMOONKICK") == 10)

12 bonus2 bHPDrainRate,1000,2;

13 }

14 if(.@r>=7) {

15 bonus2 bSkillAtk,"SJ_NEWMOONKICK",15;

16 bonus2 bSkillAtk,"SJ_FULLMOONKICK",15;

17 }

18 if(.@r>=9) {

19 bonus2 bSkillAtk,"SJ_NEWMOONKICK",35;

20 bonus2 bSkillAtk,"SJ_FULLMOONKICK",35;

21 }

Equip Script None
Unequip Script None