ID #15171
Armor
Angeling Suit [1]
Buy Price: N/A
Sell Price: N/A
A sparkling suit that received Angelring's protection. It also brings happiness to wearer.
_______________________
MaxHP +1000
MaxSP +100
MDEF +20
_______________________
For each Base Level above 100:
MaxHP +30
MaxSP +5
_______________________
For each Refine Level above +7 or higher:
MATK +10%
_______________________
For each Refine Level above +8 or higher:
Enables the use of Level 5 Weapon Perfection.
_______________________
For each Refine Level above +9:
Blesses armor with Holy elemental.
_______________________
Type: Armor
Defense: 77
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 90
Novice
_______________________
MaxHP +1000
MaxSP +100
MDEF +20
_______________________
For each Base Level above 100:
MaxHP +30
MaxSP +5
_______________________
For each Refine Level above +7 or higher:
MATK +10%
_______________________
For each Refine Level above +8 or higher:
Enables the use of Level 5 Weapon Perfection.
_______________________
For each Refine Level above +9:
Blesses armor with Holy elemental.
_______________________
Type: Armor
Defense: 77
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 90
Novice
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
400
Defense
77
Requirements
Armor Level
1
Min Level
90
Scripts
Script .@r = getrefine(); bonus bMdef,20; bonus bMaxHP,1000; bonus bMaxSP,100; if (BaseLevel >= 100) { bonus bMaxHP,30*BaseLevel; bonus bMaxSP,5*BaseLevel; } if (.@r >= 7) bonus bMatkRate,10; if (.@r >= 8) skill "BS_WEAPONPERFECT",5; if (.@r >= 9) bonus bDefEle,Ele_Holy;
.@r = getrefine();
bonus bMdef,20;
bonus bMaxHP,1000;
bonus bMaxSP,100;
if (BaseLevel >= 100) {
bonus bMaxHP,30*BaseLevel;
bonus bMaxSP,5*BaseLevel;
}
if (.@r >= 7)
bonus bMatkRate,10;
if (.@r >= 8)
skill "BS_WEAPONPERFECT",5;
if (.@r >= 9)
bonus bDefEle,Ele_Holy;