This commit is contained in:
eddgabriel 2021-03-04 21:32:30 +00:00
parent 3b6daef43f
commit 1e9363826d
3 changed files with 16 additions and 1 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  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."
}
]