Pressure Genesis Booster Sword, одноручный меч (Renewal)

Pressure Genesis Booster Sword (PG_B_SWORD) – оружие.

Pressure Genesis Booster Sword, одноручный меч (Renewal)

Can't be refined by normal means.
Matk + 2%, Matk + 180.
Matk + 3 per refine rate.
Matk + 3 per 15 base level (up to level 195).
If refine rate is 7 or higher, increases holy property magical damage by 1% per each level of Faith user learned.
If refine rate is 9 or higher, reduces variable casting time by 10%, increases Gloria Domini and Genesis Ray damage by 25%.
If refine rate is 11 or higher, increases magical damage against all size enemies by 15%, increases holy property magical damage by 15%.
If refine rate is 13 or higher, increases Gloria Domini and Genesis Ray damage by additional 15%.

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

  • ID: 31159
  • Код: PG_B_SWORD
  • Тип: оружие
  • Подтип: одноручный меч
  • Уровень оружия: 4
  • Атака: 150
  •  
  • Требуемый уровень: 100
  • Профессии: crusader
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMatkRate,2;
bonus bMatk,180;
bonus bMatk,3*.@r;
bonus bMatk,3*(min(BaseLevel,195)/15);
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Holy,getskilllv("CR_TRUST");
}
if (.@r>=9) {
   bonus bVariableCastrate,-10;
   bonus2 bSkillAtk,"LG_RAYOFGENESIS",25;
   bonus2 bSkillAtk,"PA_PRESSURE",25;
}
if (.@r>=11) {
   bonus2 bMagicAddSize,Size_All,15;
   bonus2 bMagicAtkEle,Ele_Holy,15;
}
if (.@r>=13) {
   bonus2 bSkillAtk,"LG_RAYOFGENESIS",15;
   bonus2 bSkillAtk,"PA_PRESSURE",15;
}