Entwined Magical Shoes
| Item ID | 470334 | Name | Entwined Magical Shoes |
|
A pair of shoes entwined with mysterious roots, they offer resistance to alien dimensional magic.
_______________________ DEF +150, MDEF +40. FLEE +35. _______________________ Refine Level +7: Increases Magical Damage with every element by 7%. _______________________ Refine Level +9: S.MATK +3. _______________________ Refine Level +10: DEF +50. Decreases Variable Casting Time by 7%. _______________________ When equipped with Entwined Magical Robe: Increases Attack Speed (decreases After Attack Delay by 7%). Increases Magical Damage against monsters in Destroyed Valkyrie Realm by 5%. _______________________ [Bonus by Grade] [Grade D]: RES +25, MRES +25. [Grade C]: Fixed Casting Time -1 second, Magical Damage against monsters in Destroyed Valkyrie Realm +10%. _______________________ Type: Shoes Defense: 67 Weight: 50 Armor Level: 2 _______________________ Requirement: Base Level 220 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Entwined_Shoes | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 67 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 50 | Min Equip Level | 220 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@g = getenchantgrade();
.@r = getrefine();
bonus bMdef,40;
bonus bDef,150;
bonus bFlee,35;
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_All,7;
if (.@r>=9) {
bonus bSMatk,3;
if (.@r>=10) {
bonus bVariableCastrate,-7;
bonus bDef,50;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMRes,25;
bonus bRes,25;
if (.@g>=ENCHANTGRADE_C) {
bonus bFixedCast,-1000;
bonus2 bMagicAddRace2,RC2_Destroyed_Valkyrie_Realm,10;
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bAspdRate,7; bonus2 bMagicAddRace2,RC2_Destroyed_Valkyrie_Realm,5; |
||||
|
bonus bAspdRate,5; bonus2 bSubRace2,RC2_Destroyed_Valkyrie_Realm,25; |