Skip to content

Commit

Permalink
Update tutorial.md
Browse files Browse the repository at this point in the history
respecitvely -> respectively
  • Loading branch information
eltociear authored Mar 3, 2024
1 parent d5249ab commit 3295f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The player can move in the four cardinal directions using WASD and can interact
Interacting can cause the player to attempt to mine (a block), attack (a creature), drink (water or from a fountain), eat (fruit) or open a chest.

The player has 5 'intrinsics': health, hunger, thirst, energy and mana (magical energy).
Hunger, thirst and energy will naturally decrease and must be replenished by eating, drinking and sleeping respecitvely.
Hunger, thirst and energy will naturally decrease and must be replenished by eating, drinking and sleeping respectively.
Mana is used for casting spells or enchanting items and will naturally recover.
Health will recover when hunger, thirst and energy are non-zero and will decrease if any of these are 0.
If the players health falls beneath 0 they will die and the game will restart.
Expand Down Expand Up @@ -118,4 +118,4 @@ The necromancer will summon waves of enemies from the graves.
Once the player has defeated a wave of enemies the necromancer will enter his 'vulnerable' state, at which point the player can attack him.
Doing so will trigger the next wave of enemies.
Each wave of enemies corresponds to the creatures from a particular floor of the game.
Once the final wave (the ice realm wave) has been defeated the player can attack the necromancer and win the game!
Once the final wave (the ice realm wave) has been defeated the player can attack the necromancer and win the game!

0 comments on commit 3295f33

Please sign in to comment.