Skip to content

Commit

Permalink
Add basic teams and victory points behavior to river race
Browse files Browse the repository at this point in the history
  • Loading branch information
Cojomax99 committed Oct 5, 2024
1 parent fcc9f73 commit e0c154b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.zip
*.bin

/data/lt/maps
/data/lt/maps
.idea/
12 changes: 12 additions & 0 deletions data/lt/behaviors/river_race/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@
"ltminigames:block_party"
]
},
{
"type": "ltminigames:victory_points",
"points_per_question": 1,
"points_per_block_collected": 1,
"points_per_game_won": 1
},
"lt:teams/red_blue",
"ltminigames:teams",
{
"type": "ltminigames:team_chat",
"chat_type": "lt:team_chat"
},
{
"type": "ltminigames:trivia",
"zones": [
Expand Down

0 comments on commit e0c154b

Please sign in to comment.