Viewing Item

#540042: Wicked Book

Item ID 540042 For Sale No
Identifier Wicked_Book Credit Price Not For Sale
Name Wicked Book Type Weapon - Book
NPC Buy 0 Weight 150
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 220 Min Equip Level 220
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 bUnbreakableWeapon;

4 bonus2 bSkillAtk,"SKE_NOON_BLAST",6*(.@r/2);

5 bonus2 bSkillAtk,"SKE_RISING_SUN",8*(.@r/3);

6 bonus bShortAtkRate,4*(.@r/4);

7 if (.@g >= ENCHANTGRADE_D) {

8 bonus bPow,2;

9 if (.@g >= ENCHANTGRADE_C) {

10 bonus2 bSkillAtk,"SKE_NOON_BLAST",10;

11 if (.@g >= ENCHANTGRADE_B) {

12 bonus bPAtk,2;

13 }

14 }

15 }

Equip Script None
Unequip Script None