Neone-character-creator / app-generator

Creates a NEOne character creator webapp scaffold from a configuration file.
Apache License 2.0
0 stars 0 forks source link

Implement method to automatically apply effects/calculate values #65

Closed ThisIsNoZaku closed 5 years ago

ThisIsNoZaku commented 5 years ago

Right now, calculating values has to be done imperatively, with sections of script in derivedFrom properties. This is error prone and will cause duplication among different plugins.

A declarative method will be added, whereby model values can have effects, which are objects that define the properties they affect and how, and the app generator itself will implement managing them.