Leo Stone
| Item ID | 29148 | Name | Leo Stone |
|
A stone that contains the power of Leo which can be compounded on Shoes's slot.
_______________________ STR +1 _______________________ When compounded with Angel Poring Boots: MaxHP +5% MaxSP +5% Refine Level +7: ATK +2% Refine Level +9: ATK +3% Refine Level +12: Decreases After Skill Delay by 5%. _______________________ WARNING: It will completly vanish, if compounded shoes is destroyed. Compound on: Shoes Weight: 0 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | AngelPoring_Purple | ||
| Attack | 0 | Type | Card - Enchant | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | None | ||
| NPC Buy | 10 | Max Equip Level | None | ||
| NPC Sell | 5 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bStr,1; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r >= 7) {
bonus bAtkRate,2;
}
if (.@r >= 9) {
bonus bAtkRate,3;
}
if (.@r >= 12) {
bonus bDelayrate,-5;
}
|