Basic Info

Name 480010 Booster Power Manteau[1]
Item ID 480010 - B_Power_Manteau
Type Armor
480010
A manteau given to those who herald a new beginning.
_
FLEE + 18.
ASPD + 7%, Variable Cast Time - 7%.
If refine rate is 5 or higher, FLEE + 12.
If refine rate is 7 or higher, Increases all elemental magical damage by 4%, Critical Damage + 4%, Increases long ranged physical damage by 4%.
Class: Garment Defense: 25
Weight: 0
Required Level: 60
Usable Jobs : All

Details

Weight 0
NPC Buy 0 z
NPC Sell 0 z
Refineable Yes
Equip Locations Garment

Stats

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

Restrictions

Level Range 60 +
Usage None
Trade Can't be dropped / Can't be traded or vended / Can't be sold to NPCs / Can't be placed into Cart / Can't be placed into Storage / Can't be placed into Guild Storage / Can't be placed into Master Storage
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus(bFlee, 18); bonus(bAspdRate, 7); bonus(bVariableCastrate, -7); if (getrefine() >= 5) { bonus(bFlee, 12); } if (getrefine() >= 7) { bonus2(bMagicAddEle, Ele_All, 4); bonus(bCritAtkRate, 4); bonus(bLongAtkRate, 4); } /* if (getrefine() >= 9) { bonus(bBaseAtk, 15); bonus(bMatk, 15); } */
Equip Script
None
Unequip Script
None