-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preparations for New Pet Pack #71
Comments
Been keeping track of all the changes and additions in this google sheets: |
I am hesitant to completely start adding some of the new pets already, there have been some major reworks to certain abilities in the last few test patches. (also need to fix and look for a few more engine issues that are open, some are pretty impactful) Iguana/Armadillo/Piranha with multiple Triggers:
Atlantic Puffin and Cassowary scale based on amount of strawberry friends, in Cassowary's case even limiting how many friends.
Lion's start of turn trigger has an 'if it is the highest tier'. Probably "triggeredBy": "SelfHighestTier" ? Orca is currently summoning pets from any pack, regardless of which youre playing. I have yet to look at the pack selection implementation, so I dont know if this will have a large impact. Sabertooth Tiger / Tapir can SummonPet with a target. They might throw some errors when the targetted pet is a Zombie-Pet, which dont have base stats (yet) in data.py. Tapir/Alpaca have some exceptions, maybe implement those in data.py too instead of in code? Thinking of zombie fly not summoning another zombie fly, which is currently defined in faint_trigger. Definitely with more and more pets having this exception, it is probably cleaner if that was in data.py.
Tapir summoning a butterfly is probably an excellent unittest. And with Butterfly now able to spawn as 3/3, attack priority will be important again. Will have to combine friend_summon_trigger and self_summon_trigger on the same place/function. And friend_summon_trigger also needs to be expanded to check enemies, since Aardvark triggers on that now. Porcupine, hits the pet that hurt it, which we are not keeping track of at all. Will need to expand hurt with more details of who hurt that pet. |
It would be great to get a jump on the new pet pack. With the enormous increase in diversity of pets and abilities, SAP becomes an even better target for AI models to significantly out-perform human players. I hope we can begin preparations soon, while keeping in mind that the new pets are all still in beta.
The text was updated successfully, but these errors were encountered: