ID #28565
Armor
Perverse Demon Mask [1]
Buy Price: N/A
Sell Price: N/A
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
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
Basic Information
Type
Armor
Weight
60
Requirements
Armor Level
1
Min Level
80
Scripts
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);
.@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);