Nymbo commited on
Commit
3413fd6
·
verified ·
1 Parent(s): bca00b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -10,21 +10,20 @@ short_description: World of Warcraft Healer Gameplay - (WIP)
10
  ---
11
 
12
  # Tiny-Healer
13
-
14
  World of Warcraft healing game, minus the game. Tiny Healer as a simple as it gets, a basic dungeon healing gameplay loop in a single index.html file.
15
 
16
  ## Rules
17
- You are a healer, you cannot die yourself.
18
- Target your allies and cast spells to heal them (keybinds are 1-5).
19
- Allies automatically attack the boss.
20
- Game Over when all allies are dead.
21
- Victory when the boss is dead.
22
 
23
  ## Mechanics
24
- The boss deals damage to a random ally every second.
25
- The boss periodically applies a Bleed to a random ally.
26
- You regenerate Mana passively.
27
- The Global Cooldown is 1.5 sec.
28
 
29
  ## Usage
30
  It's only a few hundred lines of Pygame! The idea is to have a structure to tweak/tune mechanics and create your own boss encounters.
 
10
  ---
11
 
12
  # Tiny-Healer
 
13
  World of Warcraft healing game, minus the game. Tiny Healer as a simple as it gets, a basic dungeon healing gameplay loop in a single index.html file.
14
 
15
  ## Rules
16
+ - You are a healer, you cannot die yourself.
17
+ - Target your allies and cast spells to heal them (keybinds are 1-5).
18
+ - Allies automatically attack the boss.
19
+ - Game Over when all allies are dead.
20
+ - Victory when the boss is dead.
21
 
22
  ## Mechanics
23
+ - The boss deals damage to a random ally every second.
24
+ - The boss periodically applies a Bleed to a random ally.
25
+ - You regenerate Mana passively.
26
+ - The Global Cooldown is 1.5 sec.
27
 
28
  ## Usage
29
  It's only a few hundred lines of Pygame! The idea is to have a structure to tweak/tune mechanics and create your own boss encounters.