mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
Attack, defense rates
This commit is contained in:
parent
ceb16277fb
commit
b80ccfdffd
5 changed files with 33 additions and 9 deletions
2
world.h
2
world.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue