Skip to content

Commit e213743

Browse files
authored
added flavor text property to script schema
1 parent 0f96ceb commit e213743

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

script-schema.json

+10
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,15 @@
105105
"Each night*, choose a player: they die. The 1st Outsider this kills becomes an evil Fang Gu \u0026 you die instead. [+1 Outsider]"
106106
]
107107
},
108+
"flavor": {
109+
"type": "string",
110+
"title": "Character flavor text",
111+
"examples": [
112+
"Bloodstains on a dinner jacket? No, this is cooking sherry. How careless.",
113+
"Certainly madam, under normal circumstances, you may borrow the Codex Malificarium from the library vaults. However, you do not seem to be a member.",
114+
"It is a fine night for a stroll, wouldn't you say, Mister Morozov? Or should I say... BARON Morozov?"
115+
]
116+
},
108117
"firstNight": {
109118
"type": "number",
110119
"title": "First night wake-up priority. 0 means this character doesn't wake during the first night.",
@@ -328,6 +337,7 @@
328337
],
329338
"setup": false,
330339
"ability": "You start knowing that 1 of 2 players is a particular Townsfolk.",
340+
"flavor": "Bloodstains on a dinner jacket? No, this is cooking sherry. How careless.",
331341
"firstNight": 37,
332342
"otherNight": 0
333343
}

0 commit comments

Comments
 (0)