CodeWringer / strive-foundryVTT

STRIVE system for FoundryVTT
GNU General Public License v3.0
1 stars 0 forks source link

Extract ruleset algorithms #71

Closed CodeWringer closed 2 years ago

CodeWringer commented 2 years ago

There should be a new class Ruleset, which houses all ruleset specific definitions. The current definitions should be moved from the global game.ambersteel object to this class. This also implies that in order to get a definition, an instance of the class must first be created where it is needed.