Hippie Guitar [3], (Renewal)

Hippie Guitar [3] (HIPPIE_GUITAR_J) – оружие.

 

A guitar that embodies the player's yearning for personal freedom. It's old and beat-up, and it's heavy enough to do some serious damage when swung.
Property: Neutral
Aspd + 1% per level of Musical Lessons known.
If upgrade level is +7 or higher,
Atk + 5 per level of Musical Lessons known.
If upgrade level is +9 or higher,
Aspd + 1
Set Bonus
Hippie Clothes
Hippie Feather
Hippie Guitar
Atk + 30
Aspd + 1
Increases critical damage on targets by 20%.

Базовые свойства предмета

  • ID: 21309
  • Код: HIPPIE_GUITAR_J
  • Тип: оружие
  • Подтип:
  • Уровень оружия: 4
  • Атака: 140
  • Магическая атака: 120
  •  
  • Требуемый уровень: 130
  • Профессии: bard, dancer
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bVit,.@r;
bonus bMaxHPrate,.@r;
if (.@r>=7) {
   bonus2 bSkillAtk,"CG_ARROWVULCAN",150;
   bonus2 bSubRace,RC_DemiHuman,5;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"CG_ARROWVULCAN",50;
   bonus2 bSubRace,RC_DemiHuman,5;
}