LostTemple1990 / Issues-of-self-debugged-VenturePlan

1 stars 0 forks source link

wrong config of spell 322 #5

Open LostTemple1990 opened 3 years ago

LostTemple1990 commented 3 years ago

sim error results and real logs.txt This spell may modified its maxHp according to its originalAtk instead of its originalHp so the key modMaxHP may change to modMaxHPATK modified as below {type="aura", target=4, duration=1, modMaxHP=80}, to {type="aura", target=4, duration=1, modMaxHPATK=80},

LostTemple1990 commented 3 years ago

another bug for this spell modify {type="nuke", target=0, damageATK=80, selfHealATK=80}, to {type="nuke", target=0, damageATK=80, selfhealATK=80}, difference between these two lines selfHealATK to selfhealATK the function qcast in vs.lua check the value of selfhealATK instead of selfHealATK see function qcast() in vs.lua in line about 939(there is a line offset because I've modified many codes) if et == "nuke" and si.selfhealATK then