
RENEWAL / ITEMS
Diana Coat [1]
#15430Armor
Diana_Suits
TypeArmor
Equipment positionArmor
GenderBoth
Weight30
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
Description
An extravagant suit modeled after one of the twelve legendary pantheon.
You can feel Diana's divine power coming from it.
------------------------
For every 4 refine level, DEX + 3, MHP + 3%, and reduce Lope cooldown by 1 second.
------------------------
When refined to +12 or higher,
reduce Purring cooldown by 20 seconds,
when performing physical attack, there's a low chance to gain DEX + 80 for 5 seconds,
when casting SV Root Twist, gain MATK + 100 for 3 seconds.
------------------------
Set Bonus:
Diana Suit [1]
Matyr Card
When armor is refined to +10 or higher, ASPD + 10%, reduce Stoop cooldown by 3 seconds.
------------------------
Set Bonus:
Diana Suit [1]
Cutie Card
ASPD + 10%, reduce Stoop cooldown by 6 seconds,
increase magic damage against all race enemies (including Player and Doram) by 40%.
------------------------
Type : Armor
Def : 0
Weight : 30
Required Level : 100
Class : Summoner (Doram)
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- Summoner
- Yes
- Spirit Handler
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r =getrefine();
bonus bDex,3*(.@r/4);
bonus bMaxHPrate,3*(.@r/4);
bonus2 bSkillCooldown,"SU_LOPE",-1000*(.@r/4);
if (.@r>=12) {
bonus2 bSkillCooldown,"SU_PURRING",-20000;
autobonus "{ bonus bDex,80; }",50,5000;
autobonus3 "{ bonus bMatk,100; }",1000,3000,"SU_SV_ROOTTWIST";
}