Viewing Item

#2168: Immune Shield

Item ID 2168 For Sale No
Identifier Immuned_Shield Credit Price Not For Sale
Name Immune Shield Type Armor
NPC Buy 20 Weight 70
NPC Sell 10 Weapon Level 0
Range 0 Defense 55
Slots 1 Refineable Yes
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Description Very unique, square formed shield with a special jewel on it which protects from physical power.
_______________________
For each Refine Level equal or above +5:
Decreases damage taken from Neutral elemental attacks by 1%.
(The increase is limited to Refine Level 12)
_______________________
Refine Level +7:
Decreases damage taken from Neutral elemental attacks by 5%.
_______________________
Refine Level +9:
Decreases damage taken from Fire, Earth, Water and Wind elemental attacks by 5%.
_______________________
Type: Shield
Defense: 55
Weight: 70
Armor Level: 1
_______________________
Requirement: None
Equip Locations Off Hand
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped
Item Use Script

1 .@r

2 =

3 getrefine();

4 if

5 (.@r

6 =5)

7 bonus2

8 bSubEle,Ele_Neutral,min(.@r,12)-4;

9 if

10 (.@r

11 6)

12 bonus2

13 bSubEle,Ele_Neutral,5;

14 if

15 (.@r

16 8)

17 {

18 bonus2

19 bSubEle,Ele_Fire,5;

20 bonus2

21 bSubEle,Ele_Water,5;

22 bonus2

23 bSubEle,Ele_Wind,5;

24 bonus2

25 bSubEle,Ele_Earth,5;

26 }

Equip Script None
Unequip Script None