Soul Harvest [2], посох (Renewal)
Soul Harvest [2] (SOUL_HARVEST) – оружие.
![Soul Harvest [2], посох (Renewal) Soul Harvest [2], посох (Renewal)](/images/db/items/picture/550093.png)
Can't be destroyed.
Matk + 220.
Matk + 5%, SPL + 2.
Increases Exorcism of Malicious Soul damage by 5%.
If refine rate is 5 or higher, increases Exorcism of Malicious Soul damage by 10%.
If refine rate is 7 or higher, increases all property magical damage by 5%.
If refine rate is 9 or higher, increases Exorcism of Malicious Soul damage by additional 10%.
If refine rate is 10 or higher, reduces variable casting time by 10%.
If refine rate is 11 or higher, increases Exorcism of Malicious Soul damage by additional 5%, increases Talisman of Soul Stealing damage by 15%.
[Bonus by grade]
[Grade D] Increases all property magical damage by 10%.
[Grade C] increases magical damage against all size enemies by 10%.
[Grade B] increases magical damage against all race enemies by 10%.
[Grade A] increases magical damage against all property enemies by 10%.
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
bonus bSpl,2;
bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",5;
if (.@r>=5) {
bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10;
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_All,5;
if (.@r>=9) {
bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10;
if (.@r>=10) {
bonus bVariableCastrate,-10;
if (.@r>=11) {
bonus2 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",15;
bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",5;
}
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus2 bMagicAtkEle,Ele_All,10;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bMagicAddSize,Size_All,10;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bMagicAddRace,RC_All,10;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bMagicAddEle,Ele_All,10;
}
}
}
}