Added more documents and updated readme

This commit is contained in:
0ceanSlim 2023-09-08 23:19:09 -04:00
parent 886b48242d
commit 8a7fd39175
3 changed files with 51 additions and 1 deletions

39
Documents/health.md Normal file
View File

@ -0,0 +1,39 @@
# Health
## Features
- Using meds on other players
- Drag Bodies of recently killed player
- Revival of recently killed player `30s`
- Health is split between 7 zones of the player character
- Head
- Arms
- Left
- Right
- Thorax
- Stomach
- Legs
- Left
- Right
- The innitial health of a player character is 100
- According to **Progression**; Player health increases as they level on the specified interval in that section
- Values for each zone is shown in the chart below
#### Health Chart
| Multiplier | 1 | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 |
|--------|-------|------|------|------|------|------|------|
| Total | 100 | 110 | 120 | 130 | 140 | 150 | 160 |
| Head | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| L arm | 12.5 | 13.75| 15 | 16.25| 17.5 | 18.75| 20 |
| R arm | 12.5 | 13.75| 15 | 16.25| 17.5 | 18.75| 20 |
| Thorax | 30 | 33 | 36 | 39 | 42 | 45 | 48 |
| Stomach| 20 | 22 | 24 | 26 | 28 | 30 | 32 |
| L leg | 12.5 | 13.75| 15 | 16.25| 17.5 | 18.75| 20 |
| R leg | 12.5 | 13.75| 15 | 16.25| 17.5 | 18.75| 20 |
***
##### Inspiration & Resources
- [Tarkov Health Systems](https://escapefromtarkov.fandom.com/wiki/Health_system)

11
Documents/positions.md Normal file
View File

@ -0,0 +1,11 @@
## Heirarchy of Postions Available in order or priorty to fill position
* Creative Director (me)
* Lead Programmer
* Unity Designer / QA
* Lead Artist
* Environment Artist
* Unity Designer / QA
* Lead Animator
* Unity Designer / QA
* Lead Audio
* Unity Designer / QA

View File

@ -118,7 +118,7 @@ todo: oraganize these into their own sections
- Bees, other insects? swarm ?
- **Progression**
- death / combat? described above
- **health**
- **health** `new sheet in Documents for health system notes`
- tasks
- npc
- item retrieval