Female Diver's Suit [1], броня (Renewal)
Female Diver's Suit [1] (FEMALEDIVER_CLOTHE) – броня.
![Female Diver's Suit [1], броня (Renewal) Female Diver's Suit [1], броня (Renewal)](/images/db/items/picture/15125.png)
A white suit which is worn by female divers. It has mysterious powers to attract fish.
Property: Neutral
Required
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.
Базовые свойства предмета
- ID: 23885
- Код: FEMALEDIVER_CLOTHE
- Тип: броня
- Уровень брони: 1
- Защита: 20
- Требуемый уровень: 80
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 30
Скрипт
.@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; }