Guillotine Cross Battle Armor

Item ID 15075 Name Guillotine Cross Battle Armor
The battle armor symbolizing the highest status of the Guillotine Cross.
_______________________
MaxHP +400
_______________________
For each 3 Refine Levels:
STR +1
DEX +1
_______________________
Refine Level +10:
ASPD +1
_______________________
Refine Level +14:
ASPD +1
_______________________
When equipped with Guillotine Cross Battle Boots and Battle Shawl:
Base STR at least 110:
ATK +10%

Base AGI at least 90:
When Hallucination Walk is used:
Random chance to auto-cast Level 1 Endure.
ATK +5% for 15 seconds.
Decreases damage taken from Demi-Human race by 10%.
_______________________
Type: Armor
Defense: 55
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 99
Guillotine Cross
Weapon Level 0 Identifier GC_Battle_Armor
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 55 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 bMaxHP,400;
bonus bStr,.@r/3;
bonus bDex,.@r/3;
if (.@r>=10)
   bonus bAspd,1;
if (.@r>=14)
   bonus bAspd,1;

Set Script
Guillotine Cross Battle Armor
Battle Cape
Guillotine Cross Battle Boots
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";