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

Add notion of procedural effects #4

Open
grofit opened this issue Oct 17, 2021 · 1 comment
Open

Add notion of procedural effects #4

grofit opened this issue Oct 17, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@grofit
Copy link
Member

grofit commented Oct 17, 2021

This will allow for things like procedural items/equipment/spells etc.

The high level idea is to have an interface for the procedural template governing the groups of possible effects and ranges of potency.

Then another interface to define the outputted procedural values which can be used within the resulting thing.

Possibly some helpers around generating procedural things based off templates as well as possibly some thinking on procedural names which make use of localisation data.

@grofit grofit added the enhancement New feature or request label Oct 17, 2021
@grofit grofit self-assigned this Oct 17, 2021
@grofit
Copy link
Member Author

grofit commented Sep 7, 2023

The new additions to ScalingFunctions will hopefully assist in this task when it comes around to be done, as this will allow you to work out the min/max scales for certain item stats etc and then pass the random values through them to generate the actual output values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant