Basic Info

Name 480047 Past Time Manteau[1]
Item ID 480047 - MD_Set2_Hood
Type Armor
480047
A cloak embroidered with time passed.
Amplifies the wearer's abilities.
_
MaxHP + 3%. MaxSP + 3%,
Variable Cast Time - 7%.
If +7 or higher, ASPD + 7%.
If +9 or higher, ATK + 3%, MATK + 3%.
_
Class: Garment Defense: 25
Weight: 40
Required Level: 100
Jobs: All jobs

Details

Weight 40
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Garment

Stats

Range 0
Defense 25
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(bMaxHPrate, 3); bonus(bMaxSPrate, 3); bonus(bVariableCastrate, -7); if (getrefine() >= 7) bonus(bAspd, 7); if (getrefine() >= 9) { bonus(bAtkRate, 3); bonus(bMatkRate, 3); }
Equip Script
None
Unequip Script
None