Guillotine Cross Battle Boots
| Item ID | 22020 | Name | Guillotine Cross Battle Boots |
|
The combat boots symbolizing the highest status of the Guillotine Cross.
_______________________ For each 2 Refine Levels: MaxHP +1%, MaxSP +1% _______________________ When equipped with Battle Shawl: When using Dark Illusion on an enemy will auto-cast Cloaking Exceed. Bonus AGI at least +10: ATK +1% _______________________ Type: Shoes Defense: 17 Weight: 0 Armor Level: 1 _______________________ Requirement: Base Level 99 Guillotine Cross |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | GC_Battle_Boots | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 17 | Equippable Jobs | Assassin | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 0 | Min Equip Level | 99 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine(); bonus bMaxHPrate,.@r/2; bonus bMaxSPrate,.@r/2; |
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus4 bAutoSpellOnSkill,"GC_DARKILLUSION","GC_CLOAKINGEXCEED",getskilllv("GC_CLOAKINGEXCEED"),1000;
bonus bAtkRate,readparam(bAgi)/10;
|
||||||
|
bonus2 bSubRace,RC_DemiHuman,10;
bonus2 bSubRace,RC_Player_Human,10;
if (readparam(bStr)>=110)
bonus2 bAddRace,RC_All,10;
if (readparam(bAgi)>=90)
autobonus3 "{ bonus2 bAddRace,RC_All,5; bonus bNoWalkDelay; }",1000,15000,"GC_HALLUCINATIONWALK";
|