Dimensions Biological Scepter [2], булава (Renewal)
Dimensions Biological Scepter [2] (DIMEN_BO_HALL) – оружие.
Can't be destroyed.
Atk + 3%, increases Cart Tornado damage by 25%, increases Explosive Powder damage by 15%.
Every 2 refine rate, Atk + 25, Atk + 1%.
Every 3 refine rate, increases Cart Tornado damage by 7%, increases Explosive Powder damage by 5%.
If refine rate is 7 or higher, increases melee physical damage by 25%.
If refine rate is 9 or higher, reduces global cooldown by 10%, P.Atk + 7.
If refine rate is 11 or higher, increases Cart Tornado damage by additional 45%, increases Explosive Powder damage by additional 15%.
When equipped with Time Dimensions Rune Crown (Biolo),
increases Cart Tornado damage by 45%,
increases melee physical damage by 10%,
if grade of Dimensions Biological Scepter and Time Dimensions Rune Crown (Biolo) is A or higher,
increases Cart Tornado damage by additional percentage equal to 2 times the sum of refine rate of set,
reduces skill cooldown of Explosive Powder by 0.2 seconds,
when using Explosive Powder, auto-cast Cart Tornado at the maximum level the user has learned (the user must have learned Cart Tornado at level 1 or higher for auto-casting).
[Bonus by grade]
[Grade D] P.Atk + 5.
[Grade C] Increases Explosive Powder damage by 15%.
[Grade B] Increases melee physical damage by 10%.
[Grade A] Every 2 refine rate, P.Atk + 3.
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,3+(.@r/2); bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",15+5*(.@r/3); bonus2 bSkillAtk,"GN_CART_TORNADO",25+7*(.@r/3); bonus bBaseAtk,25*(.@r/2); if (.@r>=7) { bonus bShortAtkRate,25; if (.@r>=9) { bonus bDelayrate,-10; bonus bPAtk,7; if (.@r>=11) { bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",15; bonus2 bSkillAtk,"GN_CART_TORNADO",45; } } } if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,5; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"BO_EXPLOSIVE_POWDER",15; if (.@g>=ENCHANTGRADE_B) { bonus bShortAtkRate,10; if (.@g>=ENCHANTGRADE_A) { bonus bPAtk,3*(.@r/2); } } } }