Basic Info

Name 15221 Expedition Armor[1]
Item ID 15221 - Expedition_Armor
Type Armor
15221
Mass produced equipment typically issued to new adventurers who have been around slightly longer.

MaxHP + 500, MaxSP + 30
MDEF + 5, DEF + 30
For every 3 refines,
DEF + 10, MaxHP + 50

[Set bonus]
Expedition Armor
Expedition Cloak
Expedition Boots
Expedition Ring
ATK + 20
If total refinement is 21 or above,
ASPD + 5%.

Armor: Bodygear
Defense: 51
Weight: 45
Level Requirement: 70
Jobs: All

Details

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

Stats

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

Restrictions

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

Scripts

Use Script
bonus(bMaxHP, 500); bonus(bMaxSP, 30); bonus(bMdef, 5); bonus(bDef, 30); bonus(bDef, (getrefine() / 3) * 10); bonus(bMaxHP, (getrefine() / 3) * 50);
Equip Script
None
Unequip Script
None