Viewing Item

#450293: Ceres Leather Armor-LT

Item ID 450293 For Sale No
Identifier Ceres_Armor_TW_LT Credit Price Not For Sale
Name Ceres Leather Armor-LT Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 30
Slots 1 Refineable Yes
Attack 0 Min Equip Level 150
MATK 0 Max Equip Level None
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 .@g = getenchantgrade();

3 bonus bBaseAtk,100+(10*(.@r/2));

4 bonus bMatk,100+(10*(.@r/2));

5 bonus2 bSkillAtk,"RA_WUGSTRIKE",20*(.@r/3);

6 bonus2 bSkillAtk,"RA_AIMEDBOLT",20*(.@r/3);

7 bonus2 bSkillAtk,"WM_REVERBERATION",20*(.@r/3);

8 bonus2 bSkillAtk,"WM_METALICSOUND",20*(.@r/3);

9 if (.@r>=9) {

10 bonus bAtkRate,10;

11 bonus bMatkRate,10;

12 }

13 if (.@r>=11) {

14 bonus2 bAddRace,RC_All,15;

15 bonus2 bMagicAddRace,RC_All,15;

16 }

17 if (.@r>=13)

18 bonus bDelayrate,-15;

19 if (.@g>=ENCHANTGRADE_D) {

20 bonus bBaseAtk,5*(.@r/2);

21 bonus bMatk,5*(.@r/2);

22 bonus2 bAddRace,RC_All,4*(.@r/3);

23 bonus2 bMagicAddRace,RC_All,4*(.@r/3);

24 }

25 if (.@g>=ENCHANTGRADE_C) {

26 bonus2 bSkillAtk,"TR_METALIC_FURY",5*(.@r/3);

27 bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",5*(.@r/3);

28 }

29 if (.@g>=ENCHANTGRADE_B) {

30 bonus bPAtk,.@r/2;

31 bonus bSMatk,.@r/2;

32 bonus2 bAddRace,RC_All,5*(.@r/3);

33 bonus2 bMagicAddRace,RC_All,5*(.@r/3);

34 }

35 if (.@g>=ENCHANTGRADE_A) {

36 bonus2 bSkillAtk,"TR_METALIC_FURY",5*(.@r/3);

37 bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",5*(.@r/3);

38 if (.@r>=13) {

39 skill "BA_POEMBRAGI",5;

40 bonus2 bSkillCooldown,"RA_UNLIMIT",-30000;

41 }

42 }

Equip Script None
Unequip Script None