
RENEWAL / ITEMS
Female Diver's Suit [1]
#15125Armor
FemaleDiver_Clothe
TypeArmor
Equipment positionArmor
GenderBoth
Weight30
Buy price20 z
Sell price10 z
DEF20
Slots1
Required level80
Armor level1
Description
A white suit which is worn by female divers. It has mysterious powers to attract fish.
Type: Equipment
Class: Armor
Defense: 20
Property: Neutral
Weight: 30
Required Level: 80
Required Jobs: All Jobs
Adds a chance of gaining Fresh Fish when a monster is killed.
Adds an additional chance of gaining Fresh Fish when a monster is killed per upgrade level of the item.
If upgrade level is +7 or higher,
HP Recovery - 100%
Restores 100 HP to the user when a monster is killed by a physical attack.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
if (.@r<5)
.@r2 = 0;
else if (.@r<6)
.@r2 = 100;
else if (.@r<7)
.@r2 = 400;
else if (.@r<8)
.@r2 = 700;
else if (.@r<9)
.@r2 = 1400;
else if (.@r<10)
.@r2 = 2100;
else {
.@r = 10;
.@r2 = 3600;
}
bonus2 bAddMonsterDropItem,579,(((.@r+6)*100)+.@r2);
if (.@r>=7) {
bonus bHPrecovRate,-100;
bonus bHPGainValue,100;
}