Deep Sea Sropho Card, карта (Renewal)
Deep Sea Sropho Card (ILL_SROPHO_CARD) – карта. Выпадает из монстров: Deep Sea Sropho.

Increases wind property magical damage by 3%.
If refine rate is 9 or higher, increases wind property magical damage by additional 2%.
If refine rate is 11 or higher, increases wind property magical damage by additional 5%.
Compound on: Weapon
Базовые свойства предмета
- ID: 16776
 - Код: ILL_SROPHO_CARD
 - Тип: карта
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus2 bMagicAtkEle,Ele_Wind,3;
if (.@r>=9) {
   bonus2 bMagicAtkEle,Ele_Wind,2;
}
if (.@r>=11) {
   bonus2 bMagicAtkEle,Ele_Wind,5;
}