Skip to content
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

Create more complex non-player character decision-making [3] #10

Open
Ruethus opened this issue Feb 2, 2018 · 0 comments
Open

Create more complex non-player character decision-making [3] #10

Ruethus opened this issue Feb 2, 2018 · 0 comments

Comments

@Ruethus
Copy link
Collaborator

Ruethus commented Feb 2, 2018

This is going to be a fair bit trickier than making the simple decision-maker. There are 2 main instances of this I want to see implemented, and fortunately they go hand-in-hand, with only a single difference between them. Both instances will use available data to predict the effect of each action available to them, and rank the hypothetical results in a handy-dandy list based on damage output. Then, the difference manifests. One chooses one of the top results, and the other chooses one of the bottom results. This will allow us to make low-level enemies even less party-wipey and high-level enemies even more so.

@mshoffner2 mshoffner2 added this to the Backlog milestone Feb 14, 2018
@mshoffner2 mshoffner2 changed the title Create more complex non-player character decision-making Create more complex non-player character decision-making [3] Feb 14, 2018
@Ruethus Ruethus added fluff and removed core labels Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants