Skip to content

Commit

Permalink
SUM 3-1 and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-ellafi committed Oct 14, 2022
1 parent 554bd81 commit 6350d0d
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The installer will identify this location automatically, so normally you don't h

1. Make sure your Espanso installation is valid and espanso starts correctly
2. Download the Zip packages for Linux (either base or base with AI)
3. If using default paths, this should just work: `unzip ~/Downloads/PlayBTW_v1_15_base_with_ai.zip -d ~/.config/espanso/`
3. If using default paths, this should just work: `unzip ~/Downloads/PlayBTW_v1_16_base_with_ai.zip -d ~/.config/espanso/`

### AI Complete errors

Expand Down
2 changes: 1 addition & 1 deletion playbtw_ai.spec
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ shutil.move('README.pdf', '{0}/../README.pdf'.format(DISTPATH))
shutil.copy('match/playbtw_ai.yml', '{0}/../match/'.format(DISTPATH))
shutil.copy('config/openai.txt', '{0}/../config/'.format(DISTPATH))

shutil.make_archive('PlayBTW_v1_15_ai', 'zip', 'dist_ai')
shutil.make_archive('PlayBTW_v1_16_ai', 'zip', 'dist_ai')
2 changes: 1 addition & 1 deletion playbtw_all.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ else:
for f in glob.glob('tables/*'):
shutil.copy2(f, '{0}/../tables/'.format(DISTPATH))

shutil.make_archive('PlayBTW_v1_15_base', 'zip', 'dist_all')
shutil.make_archive('PlayBTW_v1_16_base', 'zip', 'dist_all')
2 changes: 1 addition & 1 deletion playbtw_all_ai.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ else:
for f in glob.glob('tables/*'):
shutil.copy2(f, '{0}/../tables/'.format(DISTPATH))

shutil.make_archive('PlayBTW_v1_15_base_with_ai', 'zip', 'dist_all_ai')
shutil.make_archive('PlayBTW_v1_16_base_with_ai', 'zip', 'dist_all_ai')
2 changes: 1 addition & 1 deletion playbtw_core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ md2pdf('README.pdf', md_file_path='README.md', css_file_path='pdf.css', base_url
shutil.copy('README.pdf', '{0}/../README.pdf'.format(DISTPATH))
shutil.copy('match/playbtw_core.yml', '{0}/../match/'.format(DISTPATH))

shutil.make_archive('PlayBTW_v1_15_core', 'zip', 'dist_core')
shutil.make_archive('PlayBTW_v1_16_core', 'zip', 'dist_core')
2 changes: 1 addition & 1 deletion playbtw_example.spec
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ shutil.copy('match/playbtw_example.yml', '{0}/../match/'.format(DISTPATH))
for f in glob.glob('tables/example*'):
shutil.copy2(f, '{0}/../tables/'.format(DISTPATH))

shutil.make_archive('PlayBTW_v1_15_example', 'zip', 'dist_example')
shutil.make_archive('PlayBTW_v1_16_example', 'zip', 'dist_example')
2 changes: 1 addition & 1 deletion playbtw_mythic.spec
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ shutil.copy('match/playbtw_mythic.yml', '{0}/../match/'.format(DISTPATH))
for f in glob.glob('tables/mythic*'):
shutil.copy2(f, '{0}/../tables/'.format(DISTPATH))

shutil.make_archive('PlayBTW_v1_15_mythic', 'zip', 'dist_mythic')
shutil.make_archive('PlayBTW_v1_16_mythic', 'zip', 'dist_mythic')
2 changes: 1 addition & 1 deletion playbtw_opse.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ shutil.copy('match/playbtw_opse.yml', '{0}/../match/'.format(DISTPATH))
for f in glob.glob('tables/opse*'):
shutil.copy2(f, '{0}/../tables/'.format(DISTPATH))

shutil.make_archive('PlayBTW_v1_15_opse', 'zip', 'dist_opse')
shutil.make_archive('PlayBTW_v1_16_opse', 'zip', 'dist_opse')
2 changes: 1 addition & 1 deletion playbtw_pum.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ shutil.copy('match/playbtw_pum.yml', '{0}/../match/'.format(DISTPATH))
for f in glob.glob('tables/pum*'):
shutil.copy2(f, '{0}/../tables/'.format(DISTPATH))

shutil.make_archive('PlayBTW_v1_15_pum', 'zip', 'dist_pum')
shutil.make_archive('PlayBTW_v1_16_pum', 'zip', 'dist_pum')
10 changes: 7 additions & 3 deletions tables/sum_gmab.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
Remains silent, what do characters do? (or scene end)
Remains silent, what do characters do? (or scene end)
Remains silent, what do characters do? (or scene end)
Remains silent, what do characters do? (or scene end)
Remains silent, what do characters do? (or scene end)
Further explains sensorial elements to characters
Describes an additional location element or detail
Gives a single character a chance to shine
Places element of interest behind a challenge
Last action or decision was a good idea because…
Introduces a random encounter or occurring event
Introduces a problem (Roll scene tension table)
Refers to an object that can be interacted with
Shows a clue or lead that somehow helps a thread
Reveals something not seen or present earlier
Positive surprise, good news, or good luck
Brings a new or existing NPC to an interaction
Someone else needs something or has a problem
Someone else gets in trouble and needs help
Presents something that reflects the game setting
Shows an element that talks about the local history
Concludes with an issue that can’t be solved now
Introduces a problem (Roll scene tension table)
4 changes: 4 additions & 0 deletions tables/sum_gmat.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Remains silent, what do characters do? (or scene end)
Remains silent, what do characters do? (or scene end)
Remains silent, what do characters do? (or scene end)
Remains silent, what do characters do? (or scene end)
Remains silent, what do characters do? (or scene end)
Throws something requiring immediate attention
Brings a scene complication that thickens the plot
Presents a decision to be made with consequences
Expand Down
4 changes: 4 additions & 0 deletions tables/sum_npcb.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Eagerly waits to know what do you want
Eagerly waits to know what do you want
Eagerly waits to know what do you want
Eagerly waits to know what do you want
Eagerly waits to know what do you want
Brings a topic that conflicts with PCs interests
Asks for reasons about your goals and tasks
Refuses to continue if not convinced, or bribed
Expand Down
12 changes: 8 additions & 4 deletions tables/sum_npcg.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
Asks about your concerns, ready to be of help
Asks about your concerns, ready to be of help
Asks about your concerns, ready to be of help
Asks about your concerns, ready to be of help
Asks about your concerns, ready to be of help
Shows a feature that sets them apart from the rest
Shares about something in common with the PCs
Offers resources or materials that support PCs cause
Reveals a secret that significantly helps a thread
Makes a request for something desperately needed
Talks about belonged group, people or faction
Behaves differently than expected (roll bad disposition)
Connect you or present you someone they know
Talks about personal needs or problems
Reveals own skills, or profession practiced
Reveals own skills, profession, or belonged faction
Shares details about the current area or location
Shares about an upcoming event or situation
Talks about a useful, dangerous or wonderful place
Shares about an important object or resource
Talks about an important resource or special object
Proposes a mutual agreement, a trade or deal
Someone else joins or the topic changes
Behaves differently than expected (roll bad disposition)

0 comments on commit 6350d0d

Please sign in to comment.