
RENEWAL / ITEMS
Pure Heart [1]
#490218Armor
Pure_Heart_TW
TypeArmor
Equipment positionAccessory
GenderBoth
Weight10
Buy price0 z
Sell price0 z
DEF10
Slots1
Required level100
Armor level1
Description
Love is the deepest curse.
Only those with pure love can fully unleash the power hidden in this equipment.
------------------------
MDEF + 15.
------------------------
ATK + 5%, MATK + 5%.
------------------------
STR + 5, INT + 5.
------------------------
Reduce Variable Casting Time by 5%.
------------------------
Increase physical and magic damage against Normal class monsters by 5%.
------------------------
For every 16 Base STR, ATK + 1%, After Cast Delay - 1%.
------------------------
For every 16 Base INT, MATK + 1%, Variable Casting Time - 1%.
------------------------
When equipped by Merchant classes,
increase melee and long-ranged physical damage by 10%.
------------------------
Set Bonus:
Pure Heart [1]
Scrap Remodel Shoes [1]
When equipped by Merchant classes,
ATK + 150, Variable Casting Time - 10%.
------------------------
Type : Accessory
Def : 10
Weight : 10
Armor Level : 1
Required Level : 100
Class : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
.@a = (readparam(bStr)/16);
.@b = (readparam(bInt)/16);
bonus bMdef,15;
bonus bVariableCastrate,-5-.@b;
bonus bAtkRate,5+.@a;
bonus bMatkRate,5+.@b;
bonus bStr,5;
bonus bInt,5;
bonus2 bAddClass,Class_Normal,5;
bonus2 bMagicAddClass,Class_Normal,5;
bonus bDelayrate,-.@a;
if (BaseJob == Job_Merchant) {
bonus bShortAtkRate,10;
bonus bLongAtkRate,10;
}