0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
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

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
400
77

Requirements

1
90

Scripts

.@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;
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.