Skip to content

Commit

Permalink
Add medium question and add team spawns
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushmead committed Oct 22, 2024
1 parent 71fe7e7 commit d178d6c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions data/lt/behaviors/river_race/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
"points_per_game_won": 1
},
"lt:teams/red_blue",
{
"type": "ltminigames:position_players",
"teams": {
"blue": ["blue_spawn"],
"red": ["red_spawn"]
},
"split_by_team": true,
"spectators": ["center"]
},
"ltminigames:teams",
{
"type": "ltminigames:team_chat",
Expand Down Expand Up @@ -57,6 +66,27 @@
"correct": false
}
]
},{
"difficulty": "medium",
"question": "Can you dye sheep?",
"answers": [
{
"text": "Yes",
"correct": true
},
{
"text": "Maybe?",
"correct": false
},
{
"text": "Absolutely Not.",
"correct": false
},
{
"text": "Once in a blue moon?",
"correct": false
}
]
},
{
"difficulty": "hard",
Expand Down

0 comments on commit d178d6c

Please sign in to comment.