Viewing Item

#15344: Upgrade Part - Plate

Item ID 15344 For Sale No
Identifier Upgrade_Part_Plate_ Credit Price Not For Sale
Name Upgrade Part - Plate Type Armor
NPC Buy 25,000 Weight 300
NPC Sell 12,500 Weapon Level 0
Range 0 Defense 110
Slots 1 Refineable Yes
Attack 0 Min Equip Level 130
MATK 0 Max Equip Level None
Description An upgrade part of mado gear that boosts the defense power. It is easy to assemble and disassemble.
_______________________
Decreases Physical and Magical Damage taken from Small and Medium size by 10%.
_______________________
Refine Level +7:
Decreases Physical and Magical Damage taken from Large size by 10%.
_______________________
Refine Level +9:
Decreases Physical and Magical Damage taken from Medium size by 5%.
_______________________
When equipped with Upgrade Part - Engine, Upgrade Part - Booster and Upgrade Part - Gun Barrel:
Increases damage of Arm Cannon by 50%.
_______________________
Indestructible in battle
_______________________
Type: Armor
Defense: 110
Weight: 300
Armor Level: 1
_______________________
Requirement:
Base Level 130
Mechanic
Equip Locations Armor
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Blacksmith
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 .@val

5 =

6 10;

7 if

8 (.@r

9 6)

10 {

11 bonus2

12 bSubSize,Size_Large,10;

13 if

14 (.@r

15 8)

16 {

17 .@val

18 +=

19 5;

20 }

21 }

22 bonus2

23 bSubSize,Size_Small,.@val;

24 bonus2

25 bSubSize,Size_Medium,.@val;

Equip Script None
Unequip Script None