mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-03 21:54:38 +00:00
Adding the Ogre (#207)
This commit is contained in:
parent
92c0d4f96a
commit
f7aad3ac68
4 changed files with 32 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Upcoming version
|
||||
|
||||
- Adding missing characters
|
||||
|
||||
- MAINT update dependencies
|
||||
|
||||
### Version 3.21.0
|
||||
|
|
BIN
src/assets/icons/ogre.png
Normal file
BIN
src/assets/icons/ogre.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
|
@ -1788,6 +1788,21 @@
|
|||
"setup": false,
|
||||
"ability": "If you died today or tonight, the Minion & Demon players may choose new Minion & Demon characters to be."
|
||||
},
|
||||
{
|
||||
"id": "ogre",
|
||||
"name": "Ogre",
|
||||
"edition": "",
|
||||
"team": "outsider",
|
||||
"firstNight": 63,
|
||||
"firstNightReminder": "The Ogre points to a player (not themselves) and becomes their alignment.",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "",
|
||||
"reminders": [
|
||||
"Friend"
|
||||
],
|
||||
"setup": false,
|
||||
"ability": "On your 1st night, choose a player (not yourself): you become their alignment (you don't know which) even if drunk or poisoned."
|
||||
},
|
||||
{
|
||||
"id": "widow",
|
||||
"name": "Widow",
|
||||
|
|
|
@ -1792,6 +1792,21 @@
|
|||
"setup": false,
|
||||
"ability": "Si vous êtes mort aujourd'hui (de jour comme de nuit), les Sbires et Démons peuvent choisir de devenir d'autres Sbires et Démons."
|
||||
},
|
||||
{
|
||||
"id": "ogre",
|
||||
"name": "Ogre",
|
||||
"edition": "",
|
||||
"team": "outsider",
|
||||
"firstNight": 63,
|
||||
"firstNightReminder": "L'Ogre désigne un joueur (autre que lui-même) et acquiert son alignement.",
|
||||
"otherNight": 0,
|
||||
"otherNightReminder": "",
|
||||
"reminders": [
|
||||
"Ami"
|
||||
],
|
||||
"setup": false,
|
||||
"ability": "Durant votre première nuit, désignez un autre joueur : vous acquérez son alignement (sans savoir lequel), même si ivre ou empoisonné."
|
||||
},
|
||||
{
|
||||
"id": "widow",
|
||||
"name": "Veuve",
|
||||
|
|
Loading…
Add table
Reference in a new issue