Tagged Questions
-1
votes
1answer
65 views
Data driven tool for gamedesigner [closed]
I'm looking for a software my gamedesigner can use setting monster characteristics.
Like one row of all monster types (and ability to add new ones)
One column of all 'templates' (normal, small, big, ...
2
votes
1answer
530 views
Building different game objects (EG Spells, Items,) for an rpg game
I believe the best way to manage item data would be to use xml?
For spells would the best option be to create a class (EG Fireball) and define all of the parameters inside of that class? Like ...