Lust Crusher [2], (Renewal)
Lust Crusher [2] (EP172_1H_GATLING) – оружие. Выпадает из монстров: Green Pitaya, Yellow Pitaya.
![Lust Crusher [2], (Renewal) Lust Crusher [2], (Renewal)](/images/db/items/picture/830001.png)
A Gatling Gun wielded by the mercenaries who used to guard the mansion.
It has been horribly distorted by the magic-jamming device that Illusion has installed.
Fire Rain damage +10%.
ATK +6 and increased ASPD (ASPD +3%) for every 3 refine levels.
When refined to +7 or higher, Additional Fire Rain damage +15%, Round Trip damage +10%.
When refined to +9 or higher, Fire Rain cooldown -2 sec.
When refined to +11 or higher, Additional Fire Rain damage +25%, additional Round Trip damage +15% for 10 sec. upon casting Fire Rain.
Базовые свойства предмета
- ID: 32021
- Код: EP172_1H_GATLING
- Тип: оружие
- Подтип:
- Уровень оружия: 4
- Атака: 230
- Требуемый уровень: 150
- Профессии: gunslinger, rebellion
- Вес: 200
Скрипт
.@r = getrefine(); bonus2 bSkillAtk,"RL_FIRE_RAIN",10; bonus bAspdRate,3*(.@r/3); bonus bBaseAtk,6*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"RL_R_TRIP",10; bonus2 bSkillAtk,"RL_FIRE_RAIN",15; } if (.@r>=9) { bonus2 bSkillCooldown,"RL_FIRE_RAIN",-2000; } if (.@r>=11) { autobonus3 "{ bonus2 bSkillAtk,\"RL_R_TRIP\",15; }",1000,10000,"RL_FIRE_RAIN"; bonus2 bSkillAtk,"RL_FIRE_RAIN",25; }