Attack, defense rates

This commit is contained in:
Petr Baudis 2011-11-27 05:18:52 +01:00
parent ceb16277fb
commit b80ccfdffd
5 changed files with 33 additions and 9 deletions

View file

@ -8,6 +8,8 @@ struct world {
const static int defense_cost = -200;
const static int move_idle_cost = -15; /* ... * attr.move */
const static int attack_idle_cost = -15; /* ... * attr.attack */
const static int defense_idle_cost = -15; /* ... * attr.defense */
const static int sun_energy = 10;
const static int dead_body_energy = 2000;