mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Compare commits
7 commits
02dc543751
...
5fc46f3bcf
Author | SHA1 | Date | |
---|---|---|---|
|
5fc46f3bcf | ||
|
1c52b232c0 | ||
|
f61b185111 | ||
|
55ea934304 | ||
|
e835549e25 | ||
|
d7e9647bf5 | ||
|
723974b3d3 |
4 changed files with 12150 additions and 32 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -11,6 +11,10 @@ jobs:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: '14'
|
||||||
|
|
||||||
- name: Install and Build 🔧
|
- name: Install and Build 🔧
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Blood on the Clocktower Grimoire & Town Square
|
# Blood on the Clocktower Grimoire & Town Square
|
||||||
|
|
||||||
> :warning: **This project is no longer actively maintained** and will only receive critical bug fixes and the remaining Kickstarter preview roles. :warning:
|
> :warning: **This project is no longer actively maintained** and will only receive critical bug fixes. :warning:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
12166
package-lock.json
generated
12166
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -132,15 +132,5 @@
|
||||||
"name": "Storm Catcher",
|
"name": "Storm Catcher",
|
||||||
"team": "fabled",
|
"team": "fabled",
|
||||||
"ability": "Name a good character. If in play, they can only die by execution, but evil players learn which player it is."
|
"ability": "Name a good character. If in play, they can only die by execution, but evil players learn which player it is."
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "deusexfiasco",
|
|
||||||
"firstNightReminder": "",
|
|
||||||
"otherNightReminder": "",
|
|
||||||
"reminders": ["Whoops"],
|
|
||||||
"setup": false,
|
|
||||||
"name": "Deus ex Fiasco",
|
|
||||||
"team": "fabled",
|
|
||||||
"ability": "Once per game, the Storyteller will make a \"mistake\", correct it and publicly admit to it."
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue