ID #2490
Armor
Rune Boots [1]
Buy Price: N/A
Sell Price: N/A
Black leather boots engraved Rune.
_______________________
Base STR at least 90:
ATK +10
Base STR at least 120:
ATK +10
_______________________
Base INT at least 90:
MATK +3%
Base INT at least 120:
MATK +2%
_______________________
Type: Shoes
Defense: 5
Weight: 10
Armor Level: 1
_______________________
Requirement: None
_______________________
Base STR at least 90:
ATK +10
Base STR at least 120:
ATK +10
_______________________
Base INT at least 90:
MATK +3%
Base INT at least 120:
MATK +2%
_______________________
Type: Shoes
Defense: 5
Weight: 10
Armor Level: 1
_______________________
Requirement: None
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
100
Defense
5
Requirements
Armor Level
1
Min Level
1
Scripts
Script .@a = readparam(bStr); .@b = readparam(bInt); if (.@a>=90) bonus bBaseAtk,10; if (.@b>=90) bonus bMatkRate,3; if (.@a>=120) bonus bBaseAtk,10; if (.@b>=120) bonus bMatkRate,2;
.@a = readparam(bStr); .@b = readparam(bInt); if (.@a>=90) bonus bBaseAtk,10; if (.@b>=90) bonus bMatkRate,3; if (.@a>=120) bonus bBaseAtk,10; if (.@b>=120) bonus bMatkRate,2;