Basic Info

Name 450009 Temporal Magic Robe[1]
Item ID 450009 - Temporal_M_Robe_
Type Armor
450009
This robe is obviously old but it shows no signs of wear and tear.
MaxHP + 500, MaxSP + 300.
If refine rate is 7 or higher, DEF + 20.
If refine rate is 9 or higher, MATK + 20, INT + 2, VIT + 2.
If base INT is 100 or higher, MATK + 5% (If +9 or higher, MATK + 5%).
If base VIT is 100 or higher, Variable Cast Time - 5% (If +9 or higher, Variable Cast Time - 7%).
Class: Armor Defense: 50
Weight: 80
Level Requirement: 100
Jobs: All classes

Details

Weight 80
NPC Buy 200 z
NPC Sell 100 z
Refineable Yes
Equip Locations Armor

Stats

Range 0
Defense 50
Attack 0
Magical Attack 0
Weapon Level 0
Slots 1

Restrictions

Level Range 100 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus(bMaxHP, 500); bonus(bMaxSP, 300); if (getrefine() >= 7) bonus(bDef, 20); if (getrefine() >= 9) { bonus(bMatk, 20); bonus(bInt, 2); bonus(bVit, 2); } if (readparam(bInt) >= 100) { bonus(bMatkRate, 5); if (getrefine() >= 9) bonus(bMatkRate, 5); } if (readparam(bVit) >= 100) { bonus(bVariableCastrate, -5); if (getrefine() >= 9) bonus(bVariableCastrate, -7); }
Equip Script
None
Unequip Script
None