Viewing Item

#540122: Celestial Moonsong Book

Item ID 540122 For Sale No
Identifier Sky_Moon_Book Credit Price Not For Sale
Name Celestial Moonsong Book Type Weapon - Book
NPC Buy 0 Weight 180
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 220 Min Equip Level 240
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Star Gladiator
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bPerfectHitAddRate,5;

4 bonus2 bSkillAtk,"SKE_STAR_LIGHT_KICK",15+7*(.@r/4);

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

6 bonus bBaseAtk,30*(.@r/3);

7 if (.@r>=7) {

8 bonus bNonCritAtkRate,25;

9 if (.@r>=9) {

10 bonus bAspdRate,10;

11 bonus bPAtk,5;

12 if (.@r>=11) {

13 bonus2 bSkillAtk,"SKE_STAR_LIGHT_KICK",15;

14 }

15 }

16 }

17 if (.@g>=ENCHANTGRADE_D) {

18 bonus bAtkRate,5;

19 if (.@g>=ENCHANTGRADE_C) {

20 bonus2 bSkillAtk,"SKE_STAR_LIGHT_KICK",10;

21 if (.@g>=ENCHANTGRADE_B) {

22 bonus2 bSkillAtk,"SKE_STAR_LIGHT_KICK",10;

23 if (.@g>=ENCHANTGRADE_A) {

24 bonus bPAtk,10;

25 }

26 }

27 }

28 }

Equip Script None
Unequip Script None