Dimensions Hyper Rod [2], посох (Renewal)
Dimensions Hyper Rod [2] (DIMEN_HN_ROD) – оружие.
Matk + 230, can't be destroyed.
Matk + 3%, increases Meteor Storm Buster and Hell's Drive damage by 15%.
Every 2 refine rate, Matk + 25, Matk + 1%.
Every 3 refine rate, increases Meteor Storm Buster and Hell's Drive damage by 5%.
If refine rate is 7 or higher, increases fire and earth 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 Meteor Storm Buster and Hell's Drive damage by additional 15%.
When equipped with Time Dimensions Rune Crown (Hyper Novice),
increases Napalm Vulcan Strike damage by 45%,
increases ghost property magical damage by 30%,
increases fire and earth property magical damage by 10%,
if grade of Dimensions Hyper Rod and Time Dimensions Rune Crown (Hyper Novice) is A or higher,
increases Napalm Vulcan Strike damage by additional percentage equal to the sum of refine rate of set,
when using Napalm Vulcan Strike, has a 50% chance auto-cast Soul Vulcan Strike level 5.
[Bonus by grade]
[Grade D] S.Matk + 5.
[Grade C] Increases Meteor Storm Buster and Hell's Drive damage by 15%.
[Grade B] Increases fire and earth property magical damage by 20%.
[Grade A] Every 2 refine rate, S.Matk + 3.
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bMatk,25*(.@r/2);
bonus bUnbreakableWeapon;
bonus bMatkRate,3+(.@r/2);
bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",15+5*(.@r/3);
bonus2 bSkillAtk,"HN_HELLS_DRIVE",15+5*(.@r/3);
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Earth,25;
bonus2 bMagicAtkEle,Ele_Fire,25;
if (.@r>=9) {
bonus bVariableCastrate,-10;
bonus bSMatk,7;
if (.@r>=11) {
bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",15;
bonus2 bSkillAtk,"HN_HELLS_DRIVE",15;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bSMatk,5;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bSkillAtk,"HN_METEOR_STORM_BUSTER",15;
bonus2 bSkillAtk,"HN_HELLS_DRIVE",15;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bMagicAtkEle,Ele_Earth,20;
bonus2 bMagicAtkEle,Ele_Fire,20;
if (.@g>=ENCHANTGRADE_A) {
bonus bSMatk,3*(.@r/2);
}
}
}
}