1
0
Fork 0
mirror of https://github.com/bra1n/townsquare.git synced 2025-04-04 22:24:36 +00:00

Merge pull request from eddgabriel/main

Mephit!
This commit is contained in:
Steffen 2021-03-04 22:40:31 +01:00 committed by GitHub
commit 562fbc2f75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 1 deletions
src
assets/icons
components/modals
roles.json

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

Binary file not shown.

After

(image error) Size: 108 KiB

View file

@ -36,7 +36,7 @@
class="button"
:class="{ townsfolk: tab === 'editionRoles' }"
@click="tab = 'editionRoles'"
>Edtition Roles</span
>Edition Roles</span
>
<span
class="button"

View file

@ -1358,6 +1358,20 @@
"setup": false,
"ability": "If you publicly claim to be the Goblin when nominated & are executed that day, your team wins."
},
{
"id": "mephit",
"name": "Mephit",
"edition": "",
"team": "minion",
"firstNight": 19,
"firstNightReminder": "Show the Mephit their secret word.",
"otherNight": 15,
"otherNightReminder": "Wake the 1st good player that said the Mephit's secret word and show them the 'You are' card and the thumbs down evil signal.",
"reminders": ["Turns evil",
"No ability"],
"setup": false,
"ability": "You start knowing a secret word. The 1st good player to say this word becomes evil that night."
},
{
"id": "lilmonsta",
"name": "Lil Monsta",
@ -1406,3 +1420,4 @@
"ability": "If more than 1 good player is executed, you win. All players know you are in play. After day 5, evil wins."
}
]