update runeword Hysterial và Mania

This commit is contained in:
vietdungdev
2026-05-12 14:37:46 +07:00
parent 2563858a3b
commit db3f190727

View File

@@ -378,7 +378,7 @@ func (gd *GameReader) Inventory(rawPlayerUnits RawPlayerUnits, hover data.HoverD
if FasterRunWalk, found := itm.Stats.FindStat(stat.FasterRunWalk, 0); found && FasterRunWalk.Value == 65 { if FasterRunWalk, found := itm.Stats.FindStat(stat.FasterRunWalk, 0); found && FasterRunWalk.Value == 65 {
itm.RunewordName = item.RunewordHysteria itm.RunewordName = item.RunewordHysteria
} else if Fanaticism, found := itm.Stats.FindStat(stat.Aura, 122); found && Fanaticism.Value == 1 { } else if Fanaticism, found := itm.Stats.FindStat(stat.Aura, 122); found && Fanaticism.Value == 1 {
itm.RunewordName = item.RunewordHysteria itm.RunewordName = item.RunewordMania
} }
} }
} }