Basic Info

Name 15226 Guardian Suit[1]
Item ID 15226 - Guardian_Suit
Type Armor
15226
Reliable equipment awarded to experienced adventurers on missions.

INT + 1, VIT + 1
MaxHP + 600, MaxSP + 60
MDEF + 5, DEF + 40
For every 5 refines,
DEF + 10, MaxHP + 100

[Set bonus]
Guardian Suit
Guardian Cape
Guardian Magic Shoes
Guardian Necklace
MATK + 25
If total refinement is 25 or above,
Increases Healing skills by 2%.
Variable cast time -7%, Fixed cast time -10%

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

Details

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

Stats

Range 0
Defense 59
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(bInt, 1); bonus(bVit, 1); bonus(bMaxHP, 600); bonus(bMaxSP, 60); bonus(bMdef, 5); bonus(bDef, 40); bonus(bDef, (getrefine() / 5) * 10); bonus(bMaxHP, (getrefine() / 5) * 100);
Equip Script
None
Unequip Script
None