
RENEWAL / ITEMS
Celine's Dress [1]
#450179Armor
Celine_Dress
TypeArmor
Equipment positionArmor
GenderBoth
Weight50
Buy price0 z
Sell price0 z
DEF40
Slots1
Required level130
Armor level1
Description
A dress worn by Celine.
There are marks that look like old blood.
MATK + 50.
When Refined to 7, Variable Casting Time decreased by 10%.
When Refined to 9, all element magic damage increased by 10%.
When Refined to 11, Delay After Skill decreased by 10%.
When Refined to 12, Delay After Skill additionally decreased by 5%.
When worn together with Evilspirit Gloves,
MATK + 10%, probability of Perfect Hit increased by 10%, magical damage given to enemies of all sizes increased by 15%,
When attacking with physical attacks, increases magic damage too all race monsters by 15% for 10 seconds with a fixed probability(excluding players).
When worn together with Celine Ribbon,
Holy, Shadow, Poison, Ghost element magic damage increased by % based on sum of Celine Ribbon and Celine Dress refine level.
When the sum of Refine is higher than 19, MATK + 15%.
When the sum of Refine is higher than 23, 20% increase in magic damage to enemies of all elements.
When worn together with Celine Brooch Type K,
Per each Refine of Celine Dress, MATK + 10.
When Celine Dress is Refined to 9, Variable Casting Time decreased by 5%.
When Celine Dress is Refined to 11, damage of Water, Wind, Earth, Fire, Neutral element magic attacks increased by 10%.
When Celine Dress is Refined to 13, the armor is indesctructible.
Class : Armor Defense : 40
Weight : 50
Requires Level : 130
Usable By : 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 bMatk,50;
if (.@r>=7) {
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,10;
if (.@r>=11) {
bonus bDelayrate,-10;
if (.@r>=12) {
bonus bDelayrate,-5;
}
}
}
}