ID #15125
Armor
Female Diver's Suit [1]
Buy Price: N/A
Sell Price: N/A
A clothes with white color that able to attract fishes with mysterious power.
_______________________
Random chance to drop Fresh Fish when defeating a monster.
_______________________
For each Refine Level:
Increases the rate of Fresh Fish drop.
_______________________
Refine Level +7:
Restores HP by 100 when defeating a monster with melee physical attacks.
Disables HP Recovery Rate.
_______________________
Type: Armor
Defense: 20
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 80
_______________________
Random chance to drop Fresh Fish when defeating a monster.
_______________________
For each Refine Level:
Increases the rate of Fresh Fish drop.
_______________________
Refine Level +7:
Restores HP by 100 when defeating a monster with melee physical attacks.
Disables HP Recovery Rate.
_______________________
Type: Armor
Defense: 20
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 80
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
300
Defense
20
Requirements
Armor Level
1
Min Level
80
Scripts
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; }
.@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;
}