survivor

graphical action game for the linux terminal
git clone https://git.ce9e.org/survivor.git

commit
020ef22e84a220ae23cebf59cebd9613927e3b2b
parent
e8b9357573367a338c3948a903967f7331e8e9ea
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-04-30 07:38
README: explain initial shield

Diffstat

M README.md 9 +++++----

1 files changed, 5 insertions, 4 deletions


diff --git a/README.md b/README.md

@@ -6,14 +6,15 @@ Survivor is a graphical action game for the Linux terminal. It is havily
    6     6 inspired by Vampire Survivors.
    7     7 
    8     8 The player controls an automatically attacking character, with the goal to
    9    -1 survive for as long as possible. Killed enemies drop diamonds that can be
   10    -1 collected to gain XP. When the blue XP bar at the top of the screen is full
   11    -1 the player receives a random perk:
   -1     9 survive for as long as possible. At the start the character's only weapon is a
   -1    10 shield that damages nearby enemies. Killed enemies drop diamonds that can be
   -1    11 collected to gain XP. When the blue XP bar at the top of the screen is full the
   -1    12 player receives a random perk:
   12    13 
   13    14 -	Damage is increased by 10%
   14    15 -	Max health is increased by 10%
   15    16 -	Movement speed is increased by 10%
   16    -1 -	Damage radius is increased by 10%
   -1    17 -	Shield radius is increased by 10%
   17    18 -	Pickup radius is increased by 10%
   18    19 -	Experience from diamonds is increased by 10%
   19    20 -	Weapon cooldown is decreased by 10%