Perverse Demon Mask

Item ID 28565 Name Perverse Demon Mask
A mask that was excavated from buddha temple in Payon.
It seems like it was used for some kind of rituals.
_______________________
For each 18 base STR:
INT +3
Ignores 15% magical defense of targets.
_______________________
For each 18 base AGI:
LUK +3
Perfect Dodge +1
_______________________
For each 18 base VIT:
DEX +3
Decreases Variable Casting Time by 1%.
_______________________
For each 18 base INT:
STR +3
Decreases After Skill Delay by 1%.
_______________________
For each 18 base DEX:
VIT +3
MaxHP +1%
_______________________
For each 18 base LUK:
AGI +3
Ignores 15% physical defense of targets.
_______________________
Type: Accessory
Position: Left
Weight: 60
Armor Level: 1
_______________________
Requirement:
Base Level 80
Weapon Level 0 Identifier Perverse_Demon_Mask
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 6 Min Equip Level 80
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price None Trade restriction None
Item 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);