Basic Info

Name Rune Boots[1]
Item ID 2481 - Rune_Boots
Type Armor
Black leather boots engraved Rune.
-------------------------
When base STR is 90 or higher, ATK +10.
When base STR is 120 or higher, ATK +10.
-------------------------
When base INT is 90 or higher, MATK +3%.
When base INT is 120 or higher, MATK +2%.
-------------------------
Class: Footgear
Defense: 5
Weight: 10
Level Requirement: 1
Jobs: All classes

Details

Weight 10
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Footgear

Stats

Range 0
Defense 5
Attack 0
Magical Attack 0
Weapon Level 0
Slots 1

Restrictions

Level Range Any
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
if (readparam(bStr) >= 90) bonus(bBaseAtk, 10); if (readparam(bStr) >= 120) bonus(bBaseAtk, 20); if (readparam(bInt) >= 90) bonus(bMatkRate, 3); if (readparam(bInt) >= 120) bonus(bMatkRate, 5);
Equip Script
None
Unequip Script
None