
RENEWAL / ITEMS
Perverse Demon Mask [1]
#28565Armor
Perverse_Demon_Mask
TypeArmor
Equipment positionAccessory (Left)
GenderBoth
Weight6
Buy price20 z
Sell price10 z
Slots1
Required level80
Armor level1
Description
A demon mask found nearby a Buddha statue in Payon. Some say it has been used for some kind of ritual.
This accessory can only be equipped in the left accessory slot.
Class: Accessory
Weight: 60
Requires Level: 80
Usable By: All Jobs
For every 18 base Str,
Int + 3
Bypass 15% of hard magic defense of All Races when performing a magical attack.
For every 18 base Agi,
Luk + 3
Perfect Dodge + 1
For every 18 base Vit,
Dex + 3
Reduces the variable casting time of skills by 1%.
For every 18 base Int,
Str + 3
Reduces the global delay of skills by 1%.
For every 18 base Dex,
Vit + 3
Max HP + 1%
For every 18 base Luk,
Agi + 3
Bypass 15% of hard defense of All Races when performing a physical attack.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory (Left)
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
.@s = readparam(bStr);
.@a = readparam(bAgi);
.@d = readparam(bDex);
.@v = readparam(bVit);
.@l = readparam(bLuk);
.@i = readparam(bInt);
bonus bStr,3*(.@i/18);
bonus bAgi,3*(.@l/18);
bonus bVit,3*(.@d/18);
bonus bInt,3*(.@s/18);
bonus bDex,3*(.@v/18);
bonus bLuk,3*(.@a/18);
bonus bMaxHPrate,(.@d/18);
bonus bFlee2,(.@a/18);
bonus bVariableCastrate,-(.@v/18);
bonus bDelayrate,-(.@i/18);
bonus2 bIgnoreDefClassRate,Class_All,15*(.@l/18);
bonus2 bIgnoreMdefRaceRate,RC_All,15*(.@s/18);