Basic Info

Name 450016 Booster Power Suit[1]
Item ID 450016 - B_Power_Suits
Type Armor
450016
A suit given to those who herald a new beginning.
_
All Stats + 2.
MaxHP + 1000, MaxSP + 150, MDEF + 5.
If refine rate is 5 or higher, additional DEF + 50, MaxHP + 150.
If refine rate is 7 or higher, All Stats increased by 2.
_
When equiped with Booster Power Manteau, Booster Power Boots, Booster Power Ring (Right), Booster Power Ring (Left), ATK + 20, MATK + 20,
If the combined refine rate of Booster Power Suit, Booster Power Manteau, Booster Power Boots is 27 or higher, ASPD + 7%, Variable Cast Time - 7%, Critical Damage + 7%, Increases long ranged physical damage by 7%.
Class: Armor Defense: 100
Weight: 0
Required Level: 60
Usable Jobs : All

Details

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

Stats

Range 0
Defense 100
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(bAllStats, 2); bonus(bMaxHP, 1000); bonus(bMaxSP, 150); bonus(bMdef, 5); if (getrefine() >= 5) { bonus(bMaxHP, 150); bonus(bDef, 50); } if (getrefine() >= 7) { bonus(bAllStats, 2); } /* if (getrefine() >= 9) { bonus(bAtkRate, 2); bonus(bMatkRate, 2); } */
Equip Script
None
Unequip Script
None