Viewing Item

#19468: Libra Diadem

Item ID 19468 For Sale No
Identifier Libra_Diadem_J Credit Price Not For Sale
Name Libra Diadem Type Armor
NPC Buy 20 Weight 10
NPC Sell 10 Weapon Level 0
Range 0 Defense 12
Slots 0 Refineable Yes
Attack 0 Min Equip Level None
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 bUnbreakableHelm;

3 bonus bMdef,15;

4 bonus bStr,10;

5 bonus bBaseAtk,50;

6 bonus bDelayrate,-20;

7 if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) {

8 bonus2 bSubClass,Class_Boss,20;

9 bonus bHPGainValue,500;

10 bonus bSPGainValue,50;

11 bonus2 bSkillAtk,"RK_STORMBLAST",(.@r>=8?70:(.@r>=6?50:30));

12 bonus2 bFixedCastrate,"RK_REFRESH",-100;

13 autobonus3 "{ bonus bAtkRate,-50; bonus bMatkRate,-50; bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,10; }",1000,60000,"RK_MILLENNIUMSHIELD";

14 autobonus3 "{ percentheal 100,100; sc_end UNLUCKY; sc_end IGNORANCE; sc_end WEAKNESS; sc_end ENERVATION; sc_end LAZINESS; }",1000,1000,"RK_REFRESH";

15 autobonus3 "{ bonus bNoKnockback; }",1000,30000,"RK_CRUSHSTRIKE";

16 autobonus3 "{ bonus bStr,30; bonus bInt,-30; }",1000,300000,"RK_GIANTGROWTH";

17 autobonus3 "{ bonus2 bSPRegenRate,40,10000; }",1000,300000,"RK_ABUNDANCE";

18 autobonus3 "{ bonus bShortWeaponDamageReturn,10; heal -1000,0; }",1000,300000,"RK_STONEHARDSKIN";

19 autobonus3 "{ bonus2 bHPRegenRate,500,10000; }",1000,300000,"RK_VITALITYACTIVATION";

20 autobonus3 "{ bonus bBaseAtk,10; bonus bAspdRate,10; }",1000,300000,"RK_FIGHTINGSPIRIT";

21 if (.@r>=6)

22 autobonus3 "{ bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,20; }",1000,60000,"RK_MILLENNIUMSHIELD";

23 if (.@r>=8) {

24 bonus bAllStats,10;

25 bonus2 bHPRegenRate,500,5000;

26 bonus2 bSPRegenRate,50,5000;

27 autobonus3 "{ bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,30; }",1000,60000,"RK_MILLENNIUMSHIELD";

28 }

29 }

Equip Script None
Unequip Script None