Basic Info

Name 15398 Soutane (AGI)[1]
Item ID 15398 - CassockA_AGI
Type Armor
15398
A robe blessed by Odin's power
for anyone that focuses on their agility.

MaxHP + 700.
DEF + 30, MDEF + 8.
For every other refine level, ASPD + 1%.
For every 3 refine levels, AGI + 2.
If refine rate is 9 or higher, HIT + 15.

When equipped with Clergy's Boots, Clergy's Manteau, Clergy's Ring,
AGI + 4.
MaxHP + 300, MaxSP + 100.
HP Recovery Rate + 25%, SP Recovery Rate + 15%.
If the combined refine rate of Soutane, Clergy's Boots and Clergy's Manteau is 27 or higher,
ASPD + 10%,
Fixed Cast Time - 15%,
Critical Damage + 15%.
Class : Armor Defense : 65
Weight : 65
Required Level : 90
Jobs : All jobs

Details

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

Stats

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

Restrictions

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

Scripts

Use Script
bonus(bMaxHP, 700); bonus(bDef, 30); bonus(bMdef, 8); bonus(bAspdRate, getrefine() / 2); bonus(bAgi, 2 * (getrefine() / 3)); if (getrefine() >= 9) bonus(bHit, 15);
Equip Script
None
Unequip Script
None