Hauyne Huuma [1], (Renewal)
Hauyne Huuma [1] (HAUYNE_HUUMA_EXE) – оружие.
A Huuma that made by Hauyne Ore,
extraction and smelting from Everglow Ore.
(Account Bound)
Can't be destroyed.
Str +3
----------
If refine to + 5
Atk +2 %
Aspd +1
----------
If refine to +7
Atk +10
Increase damage skill
[Throw Huuma Shuriken] 10 %
Reduce variable cast time skill
[Throw Huuma Shuriken] 10 %
----------
If refine to +9
Additional Atk +20
Increase damage skill
[Throw Huuma Shuriken]
by an additional 20 %
Reduce variable cast time skill
[Throw Huuma Shuriken]
by an additional 20 %
----------
If refine to +10
Additional Atk +3 %
Max HP + 500
Increases physical
damage against
[All Race and Player] 2 %
----------
If refine to +12
Reduces global cooldown by 5%
Increase physical damage against
[All Race and Player]
by an additional 3 %
This Item create for ROMSP Only
Базовые свойства предмета
- ID: 20799
- Код: HAUYNE_HUUMA_EXE
- Тип: оружие
- Подтип:
- Уровень оружия: 4
- Атака: 150
- Требуемый уровень: 70
- Профессии: kagerou, ninja, oboro
- Вес: 120
Скрипт
.@r = getrefine(); bonus bStr,3; if (.@r>=5) { bonus bAtkRate,2; bonus bAspd,1; } if (.@r>=7) { bonus bBaseAtk,10; bonus2 bSkillAtk,"NJ_HUUMA",10; bonus2 bVariableCastrate,"NJ_HUUMA",-10; } if (.@r>=9) { bonus bBaseAtk,20; bonus2 bSkillAtk,"NJ_HUUMA",20; bonus2 bVariableCastrate,"NJ_HUUMA",-20; } if (.@r>=10) { bonus bAtkRate,3; bonus bMaxHP,500; bonus2 bAddRace,RC_All,2; bonus2 bAddRace,RC_Player_Human,2; bonus2 bAddRace,RC_Player_Doram,2; } if (.@r>=12) { bonus bDelayrate,-5; bonus2 bAddRace,RC_All,3; bonus2 bAddRace,RC_Player_Human,3; bonus2 bAddRace,RC_Player_Doram,3; }