Rune Boots
| Item ID | 2481 | Name | Rune Boots |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Rune_Boots | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 5 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | None | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bBaseAtk,getequiprefinerycnt(EQI_SHOES); |
||||
|
bonus bMatkRate,getequiprefinerycnt(EQI_SHOES)/2; bonus bVariableCastrate,-(getequiprefinerycnt(EQI_SHOES)/2); |
||||
|
bonus bCritical,getequiprefinerycnt(EQI_SHOES)/2; |