
RENEWAL / ITEMS
Silver Dragon Plate [1]
#15396Armor
DragonA_Silver
TypeArmor
Equipment positionArmor
GenderBoth
Weight120
Buy price0 z
Sell price0 z
DEF110
Slots1
Required level170
Armor level1
Description
An armor imbued with immense draconic energy accumulated over a long time.
Just wearing it makes you feel draconic luck.
------------------------
LUK +12, MHP +15%, MSP +15%.
For every 2 refine level, CRI +2, increases critical damage by 4%.
For every 3 refine level, Increases physical damage against dragon monster by 7%.
If refine rate is 11 or higher, increases physical damage against medium and
large size monsters by 10%, reduces fixed casting time by 0.2 seconds.
------------------------
Set Bonus
Silver Dragon Plate
Dragon Scale Hood
Dragon Scale Boots
DEF +50, MDEF +8, ATK +5%.
For every 15 base LUK, CRI + 2, Critical damage +3%.
[Dragon's Luck]
When attacked, has a chance to increase ATK +7% and increases critical damage +7% for 10 seconds.
If the base LUK is 120 or higher,increases the activation rate of [Dragon's Luck],
additional increase ATK +10%, and critical damage +10%
If the sum of refine rate Silver Dragon Plate, Dragon Scale Boots and Dragon Scale Hood is 33 or higher,
increases ASPD by 20% and
reduces global cooldown by 25%.
------------------------
Class: Armor DEF: 110
Weight: 120
Required Level: 170
Job: 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();
bonus bMaxHPrate,15;
bonus bMaxSPrate,15;
bonus bLuk,12;
bonus bCritAtkRate,4*(.@r/2);
bonus bCritical,2*(.@r/2);
bonus2 bAddRace,RC_Dragon,7*(.@r/3);
if (.@r>=11) {
bonus bFixedCast,-200;
bonus2 bAddSize,Size_Medium,10;
bonus2 bAddSize,Size_Large,10;
}