Currently the emotional attributes are added by directly comparing against stock, in the interface layer (in burning.js specificially). We could probably create an 'attributes' field in the stock object and load those instead of hard-coded attributes. May or may not have problems in the serialization.
Currently the emotional attributes are added by directly comparing against stock, in the interface layer (in [burning.js][1] specificially). We could probably create an 'attributes' field in the stock object and load those instead of hard-coded attributes. May or may not have problems in the serialization.
[1]: https://git.obscuritus.ca:3000/danwizard208/charred-gold/src/branch/main/src/public/js/burning.js#L334
Currently the emotional attributes are added by directly comparing against stock, in the interface layer (in burning.js specificially). We could probably create an 'attributes' field in the stock object and load those instead of hard-coded attributes. May or may not have problems in the serialization.