
RENEWAL / ITEMS
Phreeoni Wing Suit [1]
#450217Armor
Phreeoni_Wing_Suits
TypeArmor
Equipment positionArmor
GenderBoth
Weight150
Buy price0 z
Sell price0 z
DEF10
Slots1
Required level200
Armor level2
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bBaseAtk,100+15*(.@r/2);
bonus bCon,3;
bonus bPAtk,(.@r/4);
if (.@r>=7) {
bonus bLongAtkRate,10;
if (.@r>=9) {
bonus bPerfectHitAddRate,15;
if (.@r>=11) {
bonus bLongAtkRate,15;
bonus bDelayrate,-15;
}
}
}
if (getpetinfo(PETINFO_EGGID) == 9111) {
bonus bAtkRate,7;
bonus bAspd,2;
}
if (.@g>=ENCHANTGRADE_D) {
bonus bAtkRate,5;
bonus bBaseAtk,40;
if (.@g>=ENCHANTGRADE_C) {
bonus bCon,5;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bAddSize,Size_All,15;
if (.@g>=ENCHANTGRADE_A) {
bonus bPAtk,7;
}
}
}
}