Viewing Item

#460097: Forbidden Grimoire II-LT

Item ID 460097 For Sale No
Identifier Forbidden_Grimoire2_LT Credit Price Not For Sale
Name Forbidden Grimoire II-LT Type Armor
NPC Buy 0 Weight 50
NPC Sell 0 Weapon Level 0
Range 0 Defense 100
Slots 1 Refineable Yes
Attack 0 Min Equip Level 210
MATK 0 Max Equip Level None
Equip Locations Off Hand
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Sage
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 .@g = getenchantgrade();

3 bonus bAspd,3;

4 bonus bMagicHPGainValue,500;

5 bonus bMaxHP,500*.@r;

6 bonus2 bMagicAtkEle,Ele_Fire,8*(.@r/3);

7 bonus2 bMagicAtkEle,Ele_Wind,8*(.@r/3);

8 if (.@r>=9) {

9 bonus2 bSkillCooldown,"EM_CONFLAGRATION",-300;

10 bonus2 bSkillCooldown,"EM_LIGHTNING_LAND",-300;

11 }

12 if (.@g>=ENCHANTGRADE_D) {

13 bonus bDelayrate,-10;

14 if (.@g>=ENCHANTGRADE_C) {

15 bonus2 bSkillCooldown,"EM_CONFLAGRATION",-300;

16 bonus2 bSkillCooldown,"EM_LIGHTNING_LAND",-300;

17 if (.@g>=ENCHANTGRADE_A) {

18 bonus2 bMagicAddRace,RC_All,20;

19 bonus2 bSkillCooldown,"SO_SUMMON_VENTUS",-40000;

20 bonus2 bSkillCooldown,"SO_SUMMON_AGNI",-40000;

21 bonus2 bSkillCooldown,"EM_SUMMON_ELEMENTAL_ARDOR",-300000;

22 bonus2 bSkillCooldown,"EM_SUMMON_ELEMENTAL_PROCELLA",-300000;

23 }

24 }

25 }

26 if (.@g>=ENCHANTGRADE_B)

27 autobonus "{ bonus bSpl,100; bonus bSMatk,20; bonus2 bHPLossRate,500,1000; }",40,10000,BF_MAGIC;

28 else if (.@r>=11)

29 autobonus "{ bonus bSpl,50; bonus bSMatk,10; bonus2 bHPLossRate,500,1000; }",40,10000,BF_MAGIC;

Equip Script None
Unequip Script None