Skip to content

Commit

Permalink
STT3: DINNER MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Nov 23, 2024
1 parent bd991ea commit 608cf23
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
65 changes: 65 additions & 0 deletions data/lt/games/survive_the_tide/3/dinner_mode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"name": {"translate": "ltminigames.minigame.survive_the_tide_3"},
"subtitle": "DINNER MODE",
"icon": "ltminigames:textures/gui/minigames/survive_the_tide/icon.png",
"hide_from_list": true,

"statistics_key": "survive_the_tide",
"backend_id": "lt:survive_the_tide_3_teams",

"minimum_participants": 3,
"maximum_participants": 32,
"waiting": {
"map": {
"type": "ltminigames:load_map",
"load_from": "lt:waiting_lobby",
"dimension_type": "tropicraft:tropics"
},
"behaviors": [
{
"type": "lt:common/waiting",
"regions": {
"spawn": "spawn"
}
},
{
"type": "ltminigames:setup_teams",
"teams": [
{
"key": "dinners",
"name": "THE DINNERS",
"dye": "red",
"text": "red",
"assign_roles": ["dinners"]
},
{
"key": "everyone",
"name": "Everyone Else",
"dye": "cyan",
"text": "aqua"
}
]
}
]
},
"map": {
"type": "ltminigames:load_map",
"load_from": "lt:survive_the_tide_3",
"dimension_type": "lt:raised_clouds"
},
"behaviors": [
{
"type": "lt:common/playing",
"game_type": "adventure",
"join_late_with_role": "spectator"
},
{
"type": "lt:survive_the_tide/3/map",
"tide": 190
},
"lt:survive_the_tide/3/phases",
"lt:survive_the_tide/mode/teams",
"lt:survive_the_tide/3/weather",
"lt:survive_the_tide/common"
]
}
2 changes: 2 additions & 0 deletions data/ltpermissions/roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@
}
}
},
"dinners": {
},
"everyone": {
"overrides": {
"commands": {
Expand Down

0 comments on commit 608cf23

Please sign in to comment.