Page 1 of 1

Testing: How to test a new unit/tech

Posted: Mon Jan 04, 2016 5:42 am
by Stratego (dev)
If you are about to test a new unit came in game (eg. via votes) test these:

- having no upgrade purchased the tech/unit should not be accessible/producible in games (only in mapeditor should be available - units)
- purchasing the upgrade it should be available for production
- if it is an upgrade unit of an existing unit:
- all the already produced units should change to new unit type
- all in-progress productions of old unit type should change to new unit type
- if it is a tech that upgrades properties of several units: check if they - after inventing it - they really changes the stats of the required units.


thanks!