Dimensions Soul Stick [2], посох (Renewal)

Dimensions Soul Stick [2] (DIMEN_SOA_STICK) – оружие.

 

Matk + 240, can't be destroyed.
Matk + 3%, increases Talisman of Blue Dragon and Talisman of Red Phoenix damage by 15%.
Every 2 refine rate, Matk + 25, Matk + 1%.
Every 3 refine rate, increases Talisman of Blue Dragon and Talisman of Red Phoenix damage by 5%.
If refine rate is 7 or higher, increases all property magical damage by 25%.
If refine rate is 9 or higher, reduces variable casting time by 10%, S.Matk + 7.
If refine rate is 11 or higher, increases Talisman of Blue Dragon and Talisman of Red Phoenix damage by additional 15%.


When equipped with Time Dimensions Rune Crown (Soul Ascetic),
increases Talisman of Four Bearing God damage by 45%,
increases all property magical damage by 10%,

if grade of Dimensions Soul Stick and Time Dimensions Rune Crown (Soul Ascetic) is A or higher,
increases Talisman of Blue Dragon and Talisman of Red Phoenix damage by percentage equal to the sum of refine rate of set,
when using Talisman of Blue Dragon, auto-cast Talisman of Red Phoenix at the maximum level the user has learned (the user must have learned Talisman of Red Phoenix at level 1 or higher for auto-casting).


[Bonus by grade]
[Grade D] S.Matk + 5.
[Grade C] Increases Talisman of Blue Dragon and Talisman of Red Phoenix damage by 15%.
[Grade B] Increases all property magical damage by 10%.
[Grade A] Every 2 refine rate, S.Matk + 3.

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

  • ID: 31520
  • Код: DIMEN_SOA_STICK
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 5
  • Атака: 120
  • Магическая атака: 240
  •  
  • Требуемый уровень: 250
  • Профессии: soul_linker
  • Вес: 180

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bMatk,25*(.@r/2);
bonus bUnbreakableWeapon;
bonus bMatkRate,3+(.@r/2);
bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLUE_DRAGON",15+5*(.@r/3);
bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",15+5*(.@r/3);
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,25;
   if (.@r>=9) {
      bonus bVariableCastrate,-10;
      bonus bSMatk,7;
      if (.@r>=11) {
         bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLUE_DRAGON",15;
         bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",15;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bSMatk,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLUE_DRAGON",15;
      bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",15;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bMagicAtkEle,Ele_All,10;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bSMatk,3*(.@r/2);
         }
      }
   }
}