Super Novice Stone (Garment)

Item ID 312402 Name Super Novice Stone (Garment)
When Level 5 Breakthrough is learned:
Enables the use of Level 5 Wind Cutter.
_______________________
When Level 5 Transcendence is learned:
Enables the use of Level 10 Judex.
_______________________
When equipped with Paladin Stone(Upper):
DEF +120, MDEF +15.
_______________________
When equipped with High Wizard Stone(Mid):
For each Level of Transcendence:
Increases Damage of Judex by 3%.
_______________________
When equipped with Stalker Stone(Lower):
For each Level of Breakthrough:
Increases Damage of Wind Cutter by 3%.
Weapon Level 0 Identifier SuNovice_Robe
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
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 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
if (getskilllv("NV_BREAKTHROUGH")>=5) {
   skill "RK_WINDCUTTER",5;
}
if (getskilllv("NV_TRANSCENDENCE")>=5) {
   skill "AB_JUDEX",10;
}

Set Script
Super Novice Stone (Garment)
High Wizard Stone (Middle)
bonus2 bSkillAtk,"AB_JUDEX",3*getskilllv("NV_TRANSCENDENCE");
Super Novice Stone (Garment)
Stalker Stone (Bottom)
bonus2 bSkillAtk,"RK_WINDCUTTER",3*getskilllv("NV_BREAKTHROUGH");
Super Novice Stone (Garment)
Paladin Stone (Upper)
bonus bMdef,15;
bonus bDef,120;
Super Novice Stone (Upper)
Super Novice Stone (Garment)
bonus2 bSkillAtk,"AB_JUDEX",3*getskilllv("NV_TRANSCENDENCE");
Super Novice Stone (Middle)
Super Novice Stone (Garment)
bonus2 bSkillAtk,"RK_WINDCUTTER",3*getskilllv("NV_BREAKTHROUGH");
Super Novice Stone (Lower)
Super Novice Stone (Garment)
bonus bMaxHPrate,15;