Basic Info

Name 450008 Temporal Lightmail[1]
Item ID 450008 - Temporal_Lightmail_
Type Armor
450008
This armor is obviously old but it shows no signs of wear and tear.
MaxHP + 650, MaxSP + 150.
If refine rate is 7 or higher, DEF + 30.
If refine rate is 9 or higher, ASPD + 1, DEX + 2, LUK + 2.
If base DEX is 100 or higher, ATK + 5% (If +9 or higher, ATK + 5%).
If base LUK is 100 or higher, Critical Damage + 3% (If +9 or higher, Critical Damage + 4%).
Class: Armor Defense: 60
Weight: 100
Level Requirement: 100
Jobs: All classes

Details

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

Stats

Range 0
Defense 60
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, 650); bonus(bMaxSP, 150); if (getrefine() >= 7) bonus(bDef, 30); if (getrefine() >= 9) { bonus(bAspd, 1); bonus(bDex, 2); bonus(bLuk, 2); } if (readparam(bDex) >= 100) { bonus(bAtkRate, 5); if (getrefine() >= 9) bonus(bAtkRate, 5); } if (readparam(bLuk) >= 100) { bonus(bCritAtkRate, 3); if (getrefine() >= 9) bonus(bCritAtkRate, 4); }
Equip Script
None
Unequip Script
None