Viewing Item (Booster Power Suit) Ragnarok: Project Zero Control Panel
Basic Info
Name | Booster Power Suit[1] |
---|---|
Item ID |
450016
-
B_Power_Suits
|
Type | Armor |
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.
If refine rate is 9 or higher, ATK + 2%, MATK + 2%.
_
When equiped with Booster Power Manteau, Booster Power Boots, Booster Power Ring (Right), Booster Power Ring (Left), ATK + 30, MATK + 30,
If the combined refine rate of Booster Power Suit, Booster Power Manteau, Booster Power Boots is 27 or higher, ASPD + 10%, Variable Cast Time - 10%, Critical Damage + 7%, Increases long ranged physical damage by 7%, Fixed Cast Time - 20%.
Class: Armor Defense: 100
Weight: 0
Required Level: 60
Usable Jobs : All
_
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.
If refine rate is 9 or higher, ATK + 2%, MATK + 2%.
_
When equiped with Booster Power Manteau, Booster Power Boots, Booster Power Ring (Right), Booster Power Ring (Left), ATK + 30, MATK + 30,
If the combined refine rate of Booster Power Suit, Booster Power Manteau, Booster Power Boots is 27 or higher, ASPD + 10%, Variable Cast Time - 10%, Critical Damage + 7%, Increases long ranged physical damage by 7%, Fixed Cast Time - 20%.
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 |