Illusion Military Boots
| Item ID | 470036 | Name | Illusion Military Boots |
|
Having been through countless battlefields, these shoes have soaked up so much blood that they give off a murderous, murderous aura.
When you meet someone wearing these shoes, prepare to die. _______________________ MDEF +10 MaxHP +3%, MaxSP +3%. _______________________ Enables the use of Level 3 Magnum Break. _______________________ When Level 5 FAW Magic Decoy is learned: �Increases Attack Speed (decreases After Attack Delay by 10%). For each Base Level: MaxHP +150 _______________________ For each level of Axe Boomerang skill: Increases damage of Axe Tornado by 30%. Increases damage of Axe Boomerang by 20%. _______________________ For each level of Magma Eruption skill: Ignores physical defense of monsters of every race by 20%. _______________________ Refine Level +5: ATK +50 MaxHP +7%, MaxSP +7%. _______________________ Refine Level +7: ATK +50 MaxHP +10%, MaxSP +10%. _______________________ When equipped with Illusion War Axe: Increases Physical Damage against monsters of Boss class by 70%. Decreases damage taken from monsters of Boss class by 15%. _______________________ Type: Shoes Defense: 12 Weight: 40 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Military_Boots_IL | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 12 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 40 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
.@lvl = getskilllv("NC_AXEBOOMERANG");
bonus bMdef,10;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
skill "SM_MAGNUM",3;
bonus2 bSkillAtk,"NC_AXETORNADO",30*.@lvl;
bonus2 bSkillAtk,"NC_AXEBOOMERANG",20*.@lvl;
bonus2 bIgnoreDefRaceRate,RC_All,20*getskilllv("NC_MAGMA_ERUPTION");
if (getskilllv("NC_MAGICDECOY") == 5) {
bonus bAspdRate,10;
bonus bMaxHP,150*BaseLevel;
}
if (.@r>=5) {
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
bonus bBaseAtk,50;
}
if (.@r>=7) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bBaseAtk,50;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bAddClass,Class_Boss,70; bonus2 bSubClass,Class_Boss,15; |