chore: clean up whitespace in docs, add mise.toml for Node version management
This commit is contained in:
parent
22c16c8146
commit
4b37fd6bb4
@ -1,4 +1,4 @@
|
||||
# RPG Combat
|
||||
# RPG Combat
|
||||
|
||||
Use this starting template for your implementation of the game rules. Requires Node.js and npm. Install dependencies, then run the tests:
|
||||
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
This is a description of the business rules we should support in the game engine.
|
||||
|
||||
|
||||
## Damage and Health
|
||||
|
||||
1. All Characters, when created, have:
|
||||
@ -42,7 +41,7 @@ This is a description of the business rules we should support in the game engine
|
||||
1. As well as Characters there are also Magical Objects
|
||||
- Magical Objects have Health
|
||||
- The maximum amount of Health is fixed at the time the object is created
|
||||
- When reduced to 0 Health, Magical Objects are *Destroyed*
|
||||
- When reduced to 0 Health, Magical Objects are _Destroyed_
|
||||
- Magical Objects cannot be Healed by Characters
|
||||
- Magical Objects do not belong to Factions; they are neutral
|
||||
|
||||
@ -67,4 +66,3 @@ This is a description of the business rules we should support in the game engine
|
||||
|
||||
3. The maximum Level for Characters is 10
|
||||
- Characters cannot lose a level they have gained
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user