Assault Suits [1], броня (Renewal)
Assault Suits [1] (ASSAULT_SUIT) – броня.
Suit worn by special forces during assault operations.
Tough, light, and functional.
MaxHP + 10% , MaxSP + 10%
When physically attacking, increase damage to all race monsters by 7% per 1 skill level of Arrow Storm.
When No Limits Lv. 5 is learned, increase attack speed by 10%
Dex + 10 , ATK + 50 per 1 skill level of Warg Ride.
When refined to +5 or higher, Perfect Hit + 25%
When refined to +7 or higher, additional Perfect Hit + 25%
Базовые свойства предмета
- ID: 30320
- Код: ASSAULT_SUIT
- Тип: броня
- Уровень брони: 1
- Защита: 100
- Требуемый уровень: 100
- Вес: 100
Скрипт
.@r = getrefine(); bonus bMaxHPrate,10; bonus bMaxSPrate,10; if (getskilllv("RA_WUGRIDER") == 3) bonus bBaseAtk,BaseLevel; if (getskilllv("RA_CAMOUFLAGE") == 5) { bonus2 bSkillCooldown,"RA_ARROWSTORM",-300; bonus2 bFixedCastrate,"RA_AIMEDBOLT",-100; } bonus bAtkRate,7*getskilllv("RA_RANGERMAIN"); if (.@r>=5) bonus bDex,15; if (.@r>=7) bonus bDex,15; if (.@r>=10) { bonus bPerfectHitAddRate,25; bonus bUnbreakableArmor; }