Spaces:
Running
Running
Update prompts.py
Browse files- prompts.py +2 -1
prompts.py
CHANGED
@@ -58,7 +58,8 @@ The player has the following stats:
|
|
58 |
Health - reduced by physical damage | improved by first aid, herbs, magic, other
|
59 |
|
60 |
Instructions:
|
61 |
-
-
|
|
|
62 |
- Return this format:
|
63 |
Health: 98
|
64 |
|
|
|
58 |
Health - reduced by physical damage | improved by first aid, herbs, magic, other
|
59 |
|
60 |
Instructions:
|
61 |
+
- Reduce the value of the player stats when negative events cause specific damage.
|
62 |
+
- Increase the value of the player stats when positive events cause an improvement to specific stats.
|
63 |
- Return this format:
|
64 |
Health: 98
|
65 |
|