gcsim
gcsim copied to clipboard
bugfixes - hutao c6, kuki e & c6, noelle, heal logs
Hu Tao:
- hutao c6 should check every 2s regardless of hurt and c6 icd but should only proc when at < 2 hp for this check only
- removed unnecessary c6Check call on hutao e (hutao e hp drain calls Drain(), which emits OnCharacterHurt to trigger c6Check anyways)
Kuki:
- adjusted kuki e to use Drain() in order to be able to proc HPDown related effects (like her C6)
- fix incorrect kuki e cd (was 90f = 1.5s instead 15s, my fault)
Noelle:
- fix noelle e cast not having a chance to heal
- fix noelle e hitmark being after E -> E/Q cancel
- fix noelle q cast hit 1 and 2 not having a chance to heal
- fix noelle c4 not proccing if e is recast while shield is still up
core:
- heal logs used c.Base.HP instead of c.HPCurrent, so the logs were showing wrong previous / current hp values
hitlag related:
- hutao c6 icd should not be affected by hitlag
- kuki c6 icd should not be affected by hitlag
- noelle a1 icd should not be affected by hitlag