Merge pull request #215 from bra1n/develop

Golem
This commit is contained in:
Steffen 2021-08-31 20:09:15 +02:00 committed by GitHub
commit 1c5fa843ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 25 additions and 12 deletions

View File

@ -1,7 +1,7 @@
# Release Notes # Release Notes
### Version 2.15.3 ### Version 2.15.3
- add Huntsman/Damsel, Noble, Al-Hadikhia to list of available characters - add Huntsman/Damsel, Noble, Al-Hadikhia, Golem to list of available characters
### Version 2.15.2 ### Version 2.15.2
- added mobile web application support - added mobile web application support

12
package-lock.json generated
View File

@ -10386,9 +10386,9 @@
} }
}, },
"node_modules/url-parse": { "node_modules/url-parse": {
"version": "1.5.1", "version": "1.5.3",
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz", "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.3.tgz",
"integrity": "sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==", "integrity": "sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==",
"dependencies": { "dependencies": {
"querystringify": "^2.1.1", "querystringify": "^2.1.1",
"requires-port": "^1.0.0" "requires-port": "^1.0.0"
@ -20139,9 +20139,9 @@
} }
}, },
"url-parse": { "url-parse": {
"version": "1.5.1", "version": "1.5.3",
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz", "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.3.tgz",
"integrity": "sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==", "integrity": "sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==",
"requires": { "requires": {
"querystringify": "^2.1.1", "querystringify": "^2.1.1",
"requires-port": "^1.0.0" "requires-port": "^1.0.0"

BIN
src/assets/icons/golem.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

View File

@ -113,14 +113,14 @@
}, },
{ {
"id": "djinn", "id": "djinn",
"firstNight": 1, "firstNight": 0,
"firstNightReminder": "Wake each evil player and show them which jinxed characters are in play, so that they know not to bluff as characters that can not be in play.", "firstNightReminder": "",
"otherNightReminder": "", "otherNightReminder": "",
"reminders": [], "reminders": [],
"setup": false, "setup": false,
"name": "Djinn", "name": "Djinn",
"team": "fabled", "team": "fabled",
"ability": "Jinxed characters are not both in-play, but evil players know which ones are. Or, use the Djinn's \"Special Rule\"." "ability": "Use the Djinn's special rule. All players know what it is."
}, },
{ {
"id": "stormcatcher", "id": "stormcatcher",

View File

@ -836,7 +836,7 @@
"reminders": ["Minions not nominated", "reminders": ["Minions not nominated",
"Minion nominated"], "Minion nominated"],
"setup": false, "setup": false,
"ability": "Each night*, you learn if a Minion nominated today" "ability": "Each night*, you learn if a Minion nominated today."
}, },
{ {
"id": "oracle", "id": "oracle",
@ -1128,7 +1128,7 @@
"otherNightReminder": "", "otherNightReminder": "",
"reminders": [], "reminders": [],
"setup": false, "setup": false,
"ability": "Each day, after the 1st execution, you nominate again." "ability": "Each day, after the 1st execution, you may nominate again."
}, },
{ {
"id": "bonecollector", "id": "bonecollector",
@ -1436,6 +1436,19 @@
"setup": false, "setup": false,
"ability": "All Minions know you are in play. If a Minion publicly guesses you (once), your team loses." "ability": "All Minions know you are in play. If a Minion publicly guesses you (once), your team loses."
}, },
{
"id": "golem",
"name": "Golem",
"edition": "",
"team": "outsider",
"firstNight": 0,
"firstNightReminder": "",
"otherNight": 0,
"otherNightReminder": "",
"reminders": ["Can not nominate"],
"setup": false,
"ability": "You may only nominate once per game. When you do, if the nominee is not the Demon, they die."
},
{ {
"id": "politician", "id": "politician",
"name": "Politician", "name": "Politician",