Skip to content

Commit

Permalink
PUM V8-1 preview tables fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-ellafi committed Jan 31, 2024
1 parent c2bc5fd commit c945650
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 18 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.9.16
* Bugfix: Arranged correct oracle order

### 2.9.15
* Bugfix: Fixed minor table typos

Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"ko-fi": "https://ko-fi.com/jeansenvaars"
}
],
"version": "2.9.15",
"version": "2.9.16",
"url": "https://github.com/saif-ellafi/foundryvtt-mythic-gme.git",
"manifest": "https://github.com/saif-ellafi/foundryvtt-mythic-gme/releases/latest/download/module.json",
"download": "https://github.com/saif-ellafi/foundryvtt-mythic-gme/releases/download/2.9.15/foundryvtt-mythic-gme_2.9.15.zip",
"download": "https://github.com/saif-ellafi/foundryvtt-mythic-gme/releases/download/2.9.16/foundryvtt-mythic-gme_2.9.16.zip",
"changelog": "https://github.com/saif-ellafi/foundryvtt-mythic-gme/blob/master/CHANGELOG.md",
"compatibility": {
"minimum": "11",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundryvtt-mythic-gme",
"version": "2.9.15",
"version": "2.9.16",
"description": "A set of Macros and Random Tables for playing with the Mythic Game Master Emulator",
"main": "mythic-gme-tools.js",
"scripts": {
Expand Down
26 changes: 13 additions & 13 deletions template/panel-pum-v8.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -71,42 +71,42 @@
<td class='spaced' colspan="2"><button id="pum_qqd">Deterministic</button></td>
<td class='spaced'><button id="pum_qqi">Interaction</button></td>
</tr>
<tr>
<td colspan="4"><h5 style="text-align:center; margin-bottom: 0; margin-top: 0">Quantifier oracles</h5></td>
</tr>
<tr>
<td class='spaced' colspan="1"><button id="pum_qhma">How many/much</button></td>
<td class='spaced' colspan="2"><button id="pum_qhh">How hard/tough</button></td>
<td class='spaced' colspan="1"><button id="pum_qhw">How good/well</button></td>
</tr>
<tr>
<td colspan="4"><h5 style="text-align:center; margin-bottom: 0; margin-top: 0">Open oracles</h5></td>
</tr>
<tr>
<td class='spaced' colspan="1"><button id="pum_who">Someone (who)</button></td>
<td class='spaced' colspan="2"><button id="pum_find">Discovery (find)</button></td>
<td class='spaced' colspan="2"><button id="pum_want">Intent (want)</button></td>
<td class='spaced' colspan="1"><button id="pum_doing">Activity (doing)</button></td>
</tr>
<tr>
<td class='spaced' colspan="1"><button id="pum_where">Place (where)</button></td>
<td class='spaced' colspan="1"><button id="pum_risk">Stakes (risk)</button></td>
<td class='spaced' colspan="2"><button id="pum_why">Reason (why)</button></td>
<td class='spaced' colspan="1"><button id="pum_how">Explain (how)</button></td>
</tr>
<tr>
<td class='spaced' colspan="4"><button id="pum_focus">Focus (what)</button></td>
</tr>
<tr>
<td colspan="4"><h5 style="text-align:center; margin-bottom: 0; margin-top: 0">Quantifier oracles</h5></td>
</tr>
<tr>
<td class='spaced' colspan="1"><button id="pum_qhma">How many/much</button></td>
<td class='spaced' colspan="2"><button id="pum_qhh">How hard/tough</button></td>
<td class='spaced' colspan="1"><button id="pum_qhw">How good/well</button></td>
</tr>
<tr>
<td colspan="4"><h5 style="text-align:center; margin-bottom: 0; margin-top: 0">Extra oracles</h5></td>
</tr>
<tr>
<td class='spaced' colspan="1"><button id="pum_when">Time (when)</button></td>
<td class='spaced' colspan="1"><button id="pum_who">Someone (who)</button></td>
<td class='spaced' colspan="2"><button id="pum_whatfor">Object (what for)</button></td>
<td class='spaced' colspan="1"><button id="pum_skill">Fight (skill)</button></td>
</tr>
<tr>
<td class='spaced' colspan="1"><button id="pum_where">Place (where)</button></td>
<td class='spaced' colspan="1"><button id="pum_perceive">Sense (notice)</button></td>
<td class='spaced' colspan="2"><button id="pum_find">Discovery (find)</button></td>
<td class='spaced' colspan="1"><button id="pum_risk">Stakes (risk)</button></td>
<td class='spaced' colspan="1"><button id="pum_when">Time (when)</button></td>
</tr>
<tr>
<td class='spaced' colspan="4"><button id="pum_looks">Description (looks)</button></td>
Expand Down

0 comments on commit c945650

Please sign in to comment.