Realgar Shooter [1], лук (Renewal)
Realgar Shooter [1] (REALGAR_SHOOTER_EXE) – оружие.
A Crossbow made from Realgar Ore,
which has been extracted and smelted from Everglow Ore.
Account Bound
DEX +3
----------
Item Effect(s):
When refined to +5
ATK +2%
ASPD +1
----------
When refined to +7
ATK +10
Increases damage of skill
Blitz Beat by 10%
----------
When refined to +9
Additional ATK +20
Increase Ranged ATK damage 5%
Increases damage of skill
Blitz Beat
by an additional 20%
----------
When refined to +10
Additional ATK +3%
MaxHP +500
Increases physical
damage against
All Races and Playersby 2%
----------
If refined to +12,
Reduces After Global cooldown by 5%
Increases physical damage against
All Races and Players
by an additional 3%
This Item has been created for ROMSP only.
Equipment Attack Strength: 100
Скрипт
.@r = getrefine();
bonus bDex,3;
if (.@r>=5) {
bonus bAtkRate,2;
bonus bAspd,1;
}
if (.@r>=7) {
bonus bBaseAtk,10;
bonus2 bSkillAtk,"HT_BLITZBEAT",10;
}
if (.@r>=9) {
bonus bBaseAtk,20;
bonus bLongAtkRate,5;
bonus2 bSkillAtk,"HT_BLITZBEAT",20;
}
if (.@r>=10) {
bonus bAtkRate,3;
bonus bMaxHP,500;
bonus2 bAddRace,RC_All,2;
}
if (.@r>=12) {
bonus bDelayrate,-5;
bonus2 bAddRace,RC_All,3;
}