mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
adding the 4th official script
This commit is contained in:
parent
21a699bdc8
commit
4d50353a5d
2 changed files with 48 additions and 1 deletions
BIN
src/assets/editions/ib.png
Normal file
BIN
src/assets/editions/ib.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 193 KiB |
|
@ -1,4 +1,39 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"id": "ib",
|
||||||
|
"name": "Indigestion Brewing",
|
||||||
|
"author": "Mozart is Lift Music",
|
||||||
|
"description": "Spicy TB",
|
||||||
|
"level": "Veteran",
|
||||||
|
"roles": [
|
||||||
|
"noble",
|
||||||
|
"clockmaker",
|
||||||
|
"grandmother",
|
||||||
|
"pixie",
|
||||||
|
"sailor",
|
||||||
|
"cultleader",
|
||||||
|
"snakecharmer",
|
||||||
|
"innkeeper",
|
||||||
|
"professor",
|
||||||
|
"amnesiac",
|
||||||
|
"tealady",
|
||||||
|
"farmer",
|
||||||
|
"cannibal",
|
||||||
|
"goon",
|
||||||
|
"snitch",
|
||||||
|
"klutz",
|
||||||
|
"puzzlemaster",
|
||||||
|
"godfather",
|
||||||
|
"cerenovus",
|
||||||
|
"devilsadvocate",
|
||||||
|
"widow",
|
||||||
|
"lilmonsta",
|
||||||
|
"fanggu",
|
||||||
|
"lleech",
|
||||||
|
"legion"
|
||||||
|
],
|
||||||
|
"isOfficial": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "tb",
|
"id": "tb",
|
||||||
"name": "Trouble Brewing",
|
"name": "Trouble Brewing",
|
||||||
|
@ -32,7 +67,19 @@
|
||||||
"author": "The Pandemonium Institute",
|
"author": "The Pandemonium Institute",
|
||||||
"description": "",
|
"description": "",
|
||||||
"level": "Veteran",
|
"level": "Veteran",
|
||||||
"roles": ["balloonist", "savant", "amnesiac", "fisherman", "artist", "cannibal", "mutant", "lunatic", "widow", "goblin", "leviathan"],
|
"roles": [
|
||||||
|
"balloonist",
|
||||||
|
"savant",
|
||||||
|
"amnesiac",
|
||||||
|
"fisherman",
|
||||||
|
"artist",
|
||||||
|
"cannibal",
|
||||||
|
"mutant",
|
||||||
|
"lunatic",
|
||||||
|
"widow",
|
||||||
|
"goblin",
|
||||||
|
"leviathan"
|
||||||
|
],
|
||||||
"isOfficial": true
|
"isOfficial": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue