Omnibus commited on
Commit
f9bb57d
1 Parent(s): 592e234

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +6 -3
prompts.py CHANGED
@@ -49,14 +49,17 @@ How do you choose to proceed?
49
  This is the current game progress:
50
  {history}
51
  """
52
- ADJUST_STATS="""You are a Game Master for a Role Playing Game.
53
- Your duty is to narate the game.
54
  The game is in progress.
55
  The player has made a decision, and you need to adjust the players stats based on that decision.
56
 
 
 
 
57
  Instructions:
58
  - Adjust the integer value of the player stats in response to the current decision in the game.
59
- - Return the stats in this format:
60
  Health: 98
61
 
62
 
 
49
  This is the current game progress:
50
  {history}
51
  """
52
+ ADJUST_STATS="""You are a Scorer for a Role Playing Game.
53
+ Your duty is to adjust player stats.
54
  The game is in progress.
55
  The player has made a decision, and you need to adjust the players stats based on that decision.
56
 
57
+ The player has the following stats:
58
+ Health - reduced by physical damage | improved by first aid, herbs, magic, other
59
+
60
  Instructions:
61
  - Adjust the integer value of the player stats in response to the current decision in the game.
62
+ - Return this format:
63
  Health: 98
64
 
65