ID #410215
Armor
Spirit Ears
Buy Price: N/A
Sell Price: N/A
Disturbed by the entanglement of evil spirits,
The body falls into uncontrollable rage.
_______________________
For each 15 combined sum of base VIT and STR:
POW +1
_______________________
For each 30 combined sum of base VIT and STR:
Increases Melee Physical Damage by 1%.
_______________________
When total combined sum of base VIT and STR is 250:
Increases Melee Physical Damage by additional 15%.
_______________________
Type: Headgear
Defense: 0
Position: Middle
Weight: 10
Armor Level: 1
_______________________
Requirement: None
The body falls into uncontrollable rage.
_______________________
For each 15 combined sum of base VIT and STR:
POW +1
_______________________
For each 30 combined sum of base VIT and STR:
Increases Melee Physical Damage by 1%.
_______________________
When total combined sum of base VIT and STR is 250:
Increases Melee Physical Damage by additional 15%.
_______________________
Type: Headgear
Defense: 0
Position: Middle
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Basic Information
Type
Armor
Weight
100
Requirements
Armor Level
1
Min Level
1
Scripts
Script .@a = (readparam(bStr)+readparam(bVit))/15; .@b = (readparam(bStr)+readparam(bVit))/30; .@c = (readparam(bStr)+readparam(bVit))/250; bonus bPow,.@a; bonus bShortAtkRate,.@b+(15*.@c);
.@a = (readparam(bStr)+readparam(bVit))/15; .@b = (readparam(bStr)+readparam(bVit))/30; .@c = (readparam(bStr)+readparam(bVit))/250; bonus bPow,.@a; bonus bShortAtkRate,.@b+(15*.@c);