diff --git a/Documents/health.md b/Documents/health.md new file mode 100644 index 00000000..c042a98e --- /dev/null +++ b/Documents/health.md @@ -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) diff --git a/Documents/positions.md b/Documents/positions.md new file mode 100644 index 00000000..fa0b5d9e --- /dev/null +++ b/Documents/positions.md @@ -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 diff --git a/README.md b/README.md index 6b3a8ad6..5d7bd2d5 100644 --- a/README.md +++ b/README.md @@ -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