mirror of https://github.com/bra1n/townsquare.git
Mephit!
This commit is contained in:
parent
3b6daef43f
commit
1e9363826d
Binary file not shown.
After Width: | Height: | Size: 108 KiB |
|
@ -36,7 +36,7 @@
|
||||||
class="button"
|
class="button"
|
||||||
:class="{ townsfolk: tab === 'editionRoles' }"
|
:class="{ townsfolk: tab === 'editionRoles' }"
|
||||||
@click="tab = 'editionRoles'"
|
@click="tab = 'editionRoles'"
|
||||||
>Edtition Roles</span
|
>Edition Roles</span
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="button"
|
class="button"
|
||||||
|
|
|
@ -1358,6 +1358,20 @@
|
||||||
"setup": false,
|
"setup": false,
|
||||||
"ability": "If you publicly claim to be the Goblin when nominated & are executed that day, your team wins."
|
"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",
|
"id": "lilmonsta",
|
||||||
"name": "Lil Monsta",
|
"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."
|
"ability": "If more than 1 good player is executed, you win. All players know you are in play. After day 5, evil wins."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue