Viewing Item

#15419: Mighty White Threaded Armor

Item ID 15419 For Sale No
Identifier Armor_of_White_Thread Credit Price Not For Sale
Name Mighty White Threaded Armor Type Armor
NPC Buy 20 Weight 80
NPC Sell 10 Weapon Level 0
Range 0 Defense 60
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
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 bonus bMatk,10;

3 bonus2 bIgnoreMdefRaceRate,RC_All,10;

4 if (.@r>=7) {

5 bonus bMatk,20;

6 bonus2 bIgnoreMdefRaceRate,RC_All,20;

7 }

8 if (.@r>=8) {

9 bonus bMatk,20;

10 bonus2 bIgnoreMdefRaceRate,RC_All,20;

11 bonus bUnbreakableArmor;

12 }

13 if (.@r>=9) {

14 bonus bMatk,30;

15 bonus2 bIgnoreMdefRaceRate,RC_All,20;

16 }

Equip Script None
Unequip Script None