manny405 / sapai

Super auto pets engine built with reinforment learning training in mind
MIT License
67 stars 21 forks source link

fixed #43 #44 #47 #48

Closed jimkaal closed 2 years ago

jimkaal commented 2 years ago

Fixed issue #43

Added a statsModifier to the eagles effect that will scale the attack and health of the summoned pet. Also included a unittest to confirm the changes.

jimkaal commented 2 years ago

Also fixed #44 The mult should always do -1

jimkaal commented 2 years ago

47

Also implemented coconut shield and weak. Added unittests to check for both DealDamage ability and normal attacks.

jimkaal commented 2 years ago

When pilling a hedgehog for example, damage was not triggering hurt abilities. Also added a unittest to test all the hurt abilities and make sure blowfish does not throw errors for not having an enemy team present.

alexdriedger commented 2 years ago

I like all the tests. Just need @manny405 to approve running the workflow

manny405 commented 2 years ago

Approved. Past month has been too busy for me. Finished PhD thesis, started new job, moving states... Will get back to things starting next month. Thanks for the help!