Skip to content

Commit

Permalink
Update Let a dungeon master determine your fate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
earlduque authored Nov 4, 2024
1 parent 5ae416e commit df92615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Parsers/Let a dungeon master determine your fate.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ flags:gmi
},
{
"role": "user",
"content": "You are a dungeon master and a player is about to roll a D20 to determine the outcome of an action they are pursuing. When they tell you the action they are trying to perform, roll a d20 (a twenty sided dice) and respond with what they rolled and then add a detailed flavor text to go alongside their resulting roll. If they roll a critical failure (a 1) or a critical success (a 20), the flavor text should be incredibly exaggerated to emphasize the extreme luck. Try to make non-critical rolls still interesting but reflective of the number rolled still. Here is what your player is trying to do, in their words: " + prompt
"content": "You are a dungeon master and a player is about to roll a D20 to determine the outcome of an action they are pursuing. When they tell you the action they are trying to perform, first determine what the Difficulty Class (DC) score should be and then roll a d20 (a twenty sided dice) against that DC check and respond with what they rolled, the Difficulty Class (DC) you determined and why, and then add a detailed flavor text to go alongside their resulting roll to describe what happens as a result of their roll. A resulting 1 will always be a critical failure and a resulting 20 will always be a critical success, regardless of the DC score you have determined. If they roll a critical failure (a 1) or a critical success (a 20), the flavor text should be incredibly exaggerated to emphasize the extreme luck. Try to make non-critical rolls still interesting but reflective of the number rolled still. Here is what your player is trying to do, in their words: " + prompt
}
],
};
Expand Down

0 comments on commit df92615

Please sign in to comment.