ctomni231 / cwtactics

Custom Wars Tactics - An effort to create an open engine to emulate the gaming experience of the Nintendo Advance Wars series.
http://ctomni231.github.io/cwtactics/
Mozilla Public License 2.0
75 stars 11 forks source link

JSON Data for Objects - Properties #475

Open ctomni231 opened 5 years ago

ctomni231 commented 5 years ago

Custom Wars Design Document - [3.0] Properties https://github.com/ctomni231/cwtactics/wiki/Custom-Wars-Tactics---Core-Document#30-properties

We need a data driven way to represent property tiles within the system. We've pretty much already accomplished this before in CWT Alpha 0.35. You can see this here: https://github.com/ctomni231/cwtactics/blob/gh-pages/0_3_5/mod/cwt/tiles.json

A similar structure for the updated version will be helpful. We can either choose to store this in code, traits, or as separated JSON files.