ID #28941
Armor
Excelion Shield [1]
Buy Price: N/A
Sell Price: N/A
A shield made from lost technology found in the research building ruins.
_______________________
MaxHP +5%
MaxSP +5%
MDEF +5
_______________________
Base Level at least 130:
MaxHP +5%
MaxSP +5%
_______________________
For each 3 Refine Levels:
ATK +30
MATK +30
_______________________
Type: Shield
Defense: 150
Weight: 95
Armor Level: 1
_______________________
Requirement:
Base Level 100
_______________________
MaxHP +5%
MaxSP +5%
MDEF +5
_______________________
Base Level at least 130:
MaxHP +5%
MaxSP +5%
_______________________
For each 3 Refine Levels:
ATK +30
MATK +30
_______________________
Type: Shield
Defense: 150
Weight: 95
Armor Level: 1
_______________________
Requirement:
Base Level 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
1200
Defense
95
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMdef,5; bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bBaseAtk,30*(.@r/3); bonus bMatk,30*(.@r/3); if (readparam(BaseLevel)>=130) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; }
.@r = getrefine();
bonus bMdef,5;
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bBaseAtk,30*(.@r/3);
bonus bMatk,30*(.@r/3);
if (readparam(BaseLevel)>=130) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
}