
RENEWAL / ITEMS
Brillance [1]
#450247Armor
Brilliant
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF100
Slots1
Required level100
Armor level1
Description
An omnipotent armor clad in radiance worn by the God of Sky.
The omniscient being is ready to bring down a divine punishment.
------------------------
ASPD + 10%
------------------------
For every level of Knuckle Arrow learned,
increases physical damage to all race monster by 7%.
------------------------
When learned level 5 Lightning Walk,
for every 1 base level (Up to level 250), increases Lightning Ride damage by 2%
------------------------
When learned level 10 Rising Dragon,
reduces Variable Casting time by 15%,
recover HP +150, SP +15, when defeated a monster with physical attack,
------------------------
When refined to +7 or higher,
for every 2 base level (Up to level 250), increases ATK by 1
------------------------
When refined to +9 or higher,
for every 2 base level (Up to level 250), additional increases ATK by 1
------------------------
When refined to +11 or higher,
Indestructible in battle.
Perfect hit + 25%
------------------------
When refined to +12 or higher,
POW + 10.
------------------------
When refined to +13 or higher,
ATK + 30%.
------------------------
Type : Armor
Def : 100
Weight : 100
Required Level : 100
Class : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
.@l = BaseLevel;
bonus bAspdRate,10;
bonus2 bAddRace,RC_All,7*getskilllv("SR_KNUCKLEARROW");
if (getskilllv("SR_LIGHTNINGWALK") == 5)
bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",2*.@l;
if (getskilllv("SR_RAISINGDRAGON") == 10) {
bonus bVariableCastrate,-15;
bonus bHPGainValue,150;
bonus bSPGainValue,15;
}
if (.@r>=5) {
bonus bBaseAtk,.@l/2;
if (.@r>=7) {
bonus bBaseAtk,.@l/2;
if (.@r>=10) {
bonus bPerfectHitAddRate,25;
bonus bUnbreakableArmor;
}
}
}