Viewing Item

#540041: Solid Manual

Item ID 540041 For Sale No
Identifier Solid_Manual Credit Price Not For Sale
Name Solid Manual Type Weapon - Book
NPC Buy 0 Weight 90
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 180 Min Equip Level 220
MATK 240 Max Equip Level None
Description A book made of refined clock tower parts and quenched with etheric power.
It supplemented the shortcomings of the existing Fortified Book.
_______________________
Indestructible in battle
_______________________
MATK +240
_______________________
For each 2 Refine Levels:
Increases damage of Conflagration and Lightning Land by 6%.
_______________________
For each 3 Refine Levels:
Increases damage of Psychic Wave by 15%.
_______________________
For each 4 Refine Levels:
Increases Magical Damage with every element by 4%.
_______________________
[Bonus by Grade]
[Grade D]: SPL +2
[Grade C]: Damage of Conflagration and Lightning Land +10%.
[Grade B]: S.MATK +2
_______________________
Type: Book
Attack: 180
Weight: 90
Weapon Level: 5
_______________________
Requirement:
Base Level 220
Elemental Master
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Sage
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus

8 bUnbreakableWeapon;

9 bonus2

10 bSkillAtk,"EM_CONFLAGRATION",6*(.@r/2);

11 bonus2

12 bSkillAtk,"EM_LIGHTNING_LAND",6*(.@r/2);

13 bonus2

14 bSkillAtk,"SO_PSYCHIC_WAVE",15*(.@r/3);

15 bonus2

16 bMagicAtkEle,Ele_All,4*(.@r/4);

17 if

18 (.@g

19 =

20 ENCHANTGRADE_D)

21 {

22 bonus

23 bSpl,2;

24 if

25 (.@g

26 =

27 ENCHANTGRADE_C)

28 {

29 bonus2

30 bSkillAtk,"EM_CONFLAGRATION",10;

31 bonus2

32 bSkillAtk,"EM_LIGHTNING_LAND",10;

33 if

34 (.@g

35 =

36 ENCHANTGRADE_B)

37 {

38 bonus

39 bSMatk,2;

40 }

41 }

42 }

Equip Script None
Unequip Script None