diff options
author | Florian Jung <flo@windfisch.org> | 2015-08-31 17:52:18 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-08-31 17:52:18 +0200 |
commit | 50921e339daf8f2c4cae8ab792e97b8a35a90dbe (patch) | |
tree | ad45aad3f6bdd66ad37c3c93885dc3a0e0d63b6b /reversing_game_mechanics | |
parent | 5526f7ac73d02aff5c078b553e4e66a2d61e9308 (diff) |
virus direction stats
Diffstat (limited to 'reversing_game_mechanics')
-rw-r--r-- | reversing_game_mechanics/game_mechanics.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/reversing_game_mechanics/game_mechanics.txt b/reversing_game_mechanics/game_mechanics.txt new file mode 100644 index 0000000..9c64805 --- /dev/null +++ b/reversing_game_mechanics/game_mechanics.txt @@ -0,0 +1,8 @@ +can eject: if size >= 60 i.e. mass >= 35 +eject makes me lose 16 mass +eject distance is between (600+my.size) and (700+my.size), about 10-15 deg deviation +can eat ejected mass if mass >= 18 i.e. size >= 43 + +cell can eat us, if their size/mass(??) is at least 1.25* our size/mass + +zoom level is 369.399 * sum(own_cells.size) ** 0.431776 |