Skip to content

Commit

Permalink
Improved message UI
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-ellafi committed Apr 7, 2023
1 parent a1939dd commit e374ab1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
58 changes: 29 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,36 +191,36 @@ These are meant to be played with https://jeansenvaars.itch.io/scene-unfolding-m

These are meant to be played with https://jeansenvaars.itch.io/game-unfolding-machine

| Name | keyword |
|------------------------------|----------------------------------------------------|
| Oracle (GM) | `:gqgm` or `:+gqgm` or `:-gqgm` |
| Oracle (PC) | `:gqpc` or `:+gqpc` or `:-gqpc` |
| Oracle (NPC) | `:gqnpc` or `:+gqnpc` or `:-gqnpc` |
| Grand Oracle (Basic) | `:gob` |
| Grand Oracle (Rich) | `:gor` |
| Grand Oracle (Subject) | `:gos` |
| Grand Oracle (Description) | `:god` |
| Unfold the scene | `:gscene` |
| Challenge skill test | `:gskill` |
| Combat (Random) | `:gcombat` or `:gconflict` |
| Name | keyword |
|------------------------------|--------------------------------------------|
| Oracle (GM) | `:gqgm` or `:+gqgm` or `:-gqgm` |
| Oracle (PC) | `:gqpc` or `:+gqpc` or `:-gqpc` |
| Oracle (NPC) | `:gqnpc` or `:+gqnpc` or `:-gqnpc` |
| Grand Oracle (Basic) | `:gob` |
| Grand Oracle (Rich) | `:gor` |
| Grand Oracle (Subject) | `:gos` |
| Grand Oracle (Description) | `:god` |
| Unfold the scene | `:gscene` |
| Challenge skill test | `:gskill` |
| Combat (Random) | `:gcombat` or `:gconflict` |
| Plan check (Safe to Explode) | `:gpc` or `:+gpc` or `:++gpc` or `:+++gpc` |
| GM Intervention | `:gint` |
| Location identity (Random) | `:glocid` |
| Location detail (Random) | `:glocdet` |
| NPC identity (Random) | `:gnpcid` |
| NPC detail (Random) | `:gnpcdet` |
| Motive (Good) | `:gmotivegood` |
| Motive (Evil) | `:gmotiveevil` |
| Action (Good) | `:gactgood` |
| Action (Evil) | `:gactevil` |
| NPC (Who?) | `:gwho` or `:gnpc` |
| Game setup (Location) | `:gsetlocation` |
| Game setup (Problem) | `:gsetproblem` |
| Game setup (Hook) | `:gsethook` |
| Game setup (Mission) | `:gsetmission` |
| Game setup (Consider) | `:gsetconsider` |
| Game setup (Lead) | `:gsetlead` |
| Game setup (Full) | `:gsetfull` |
| GM Intervention | `:gint` |
| Location identity (Random) | `:glocid` |
| Location detail (Random) | `:glocdet` |
| NPC identity (Random) | `:gnpcid` |
| NPC detail (Random) | `:gnpcdet` |
| Motive (Good) | `:gmotivegood` |
| Motive (Evil) | `:gmotiveevil` |
| Action (Good) | `:gactgood` |
| Action (Evil) | `:gactevil` |
| NPC (Who?) | `:gwho` or `:gnpcwho` |
| Game setup (Location) | `:gsetlocation` |
| Game setup (Problem) | `:gsetproblem` |
| Game setup (Hook) | `:gsethook` |
| Game setup (Mission) | `:gsetmission` |
| Game setup (Consider) | `:gsetconsider` |
| Game setup (Lead) | `:gsetlead` |
| Game setup (Full) | `:gsetfull` |


## OPSE Keywords
Expand Down
8 changes: 4 additions & 4 deletions match/playbtw_ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ matches:
type: form
params:
layout: |
Instruction (Describe your main intention):
Instruction (new AI chat: describe your goal):
[[prompt]]
Model Coherence Answer size:
[[model]] [[temperature]] [[tokens]]
* NOTE: answer size and model affect pricing.
:aichat to begin chat after this.
* NOTE: use :chat to chat with this chat afterwards.
fields:
prompt:
type: text
Expand Down Expand Up @@ -195,13 +195,13 @@ matches:
type: form
params:
layout: |
Instruction (System):
Prompt (Resume last created chat):
[[prompt]]
Model Coherence Answer size:
[[model]] [[temperature]] [[tokens]]
* NOTE: answer size and model affect pricing.
:aichat to begin chat after this.
* NOTE: use :aistart to begin a new AI chat, erases history.
fields:
prompt:
type: text
Expand Down
2 changes: 1 addition & 1 deletion match/playbtw_gum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ matches:
- --table
- gum_act_evil
# NPC - Who?
- triggers: [":gwho", ":gnpc"]
- triggers: [":gwho", ":gnpcwho"]
replace: "{{output}}"
vars:
- name: output
Expand Down

0 comments on commit e374ab1

Please sign in to comment.