Basic Info

Name 15224 Guardian Clothes[1]
Item ID 15224 - Guardian_Clothes
Type Armor
15224
Reliable equipment awarded to experienced adventurers on missions.

AGI + 1, DEX + 1
MaxHP + 500, MaxSP + 60
MDEF + 5, DEF + 40
For every 5 refines,
DEF + 15, MaxSP + 20

[Set bonus]
Guardian Clothes
Guardian Shawl
Guardian Boots
Guardian Glove
ATK + 25
If total refinement is 25 or above,
Long ranged physical attack + 2%,
ASPD + 7%, Fixed cast time -10%

Armor: Bodygear
Defense: 63
Weight: 60
Level Requirement: 80
Jobs: All

Details

Weight 60
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Armor

Stats

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

Restrictions

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

Scripts

Use Script
bonus(bAgi, 1); bonus(bDex, 1); bonus(bMaxHP, 500); bonus(bMaxSP, 60); bonus(bMdef, 5); bonus(bDef, 40); bonus(bDef, (getrefine() / 5) * 15); bonus(bMaxSP, (getrefine() / 5) * 20);
Equip Script
None
Unequip Script
None