diff options
| author | 2019-10-18 18:39:46 -0700 | |
|---|---|---|
| committer | 2019-10-18 18:39:46 -0700 | |
| commit | da4c08b60a8e9f25fb24ed4c094010dbdcddcc41 (patch) | |
| tree | 1a0ef8d6a134f1c9aa4b66715bd825c668f6c491 /bot/resources | |
| parent | Adds the monsterbio command! (diff) | |
Changed several things.
Diffstat (limited to 'bot/resources')
| -rw-r--r-- | bot/resources/halloween/monster.json | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/resources/halloween/monster.json b/bot/resources/halloween/monster.json index f68ae840..5958dc9c 100644 --- a/bot/resources/halloween/monster.json +++ b/bot/resources/halloween/monster.json @@ -34,7 +34,7 @@    "year": [      "1996", "1594", "1330", "1700"    ], -  "format": [ +  "biography_text": [      {"scientist_first_name": 1, "scientist_last_name": 1, "verb": 1, "adjective": 1, "attribute": 1, "ability": 1, "color": 1, "year": 1, "time": 1, "physical_adjective": 1, "text": "Your name is {monster_name}, a member of the {adjective} species {monster_species}. The first {monster_species} was {verb} by {scientist_first_name} {scientist_last_name} in {year} at {time}. The species {monster_species} is known for its {physical_adjective} {color} {attribute}. It is said to even be able to {ability}!"},      {"scientist_first_name": 1, "scientist_last_name": 1, "adjective": 1, "attribute": 1, "physical_adjective": 1, "ingredients": 2, "time": 1, "ability": 1, "verb": 1, "color": 1, "year": 1, "text": "The {monster_species} is an {adjective} species, and you, {monster_name}, are no exception. {monster_species} is famed for its {physical_adjective} {attribute}. Whispers say that when brewed with {ingredients[0]} and {ingredients[1]} at {time}, a foul, {color} brew will be produced, granting it's drinker the ability to {ability}! This species was {verb} by {scientist_first_name} {scientist_last_name} in {year}."}    ] | 
