Skip to content

Commit

Permalink
STT1 ORGANISERS
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Nov 24, 2024
1 parent 57d275b commit 83b5cbd
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions data/lt/games/survive_the_tide/1/organisers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"name": {"translate": "ltminigames.minigame.survive_the_tide_1"},
"subtitle": "Philza Minecraft",
"icon": "ltminigames:textures/gui/minigames/survive_the_tide/icon.png",

"statistics_key": "survive_the_tide",
"backend_id": "lt:survive_the_tide_1_teams",

"minimum_participants": 3,
"maximum_participants": 40,
"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": "organisers",
"name": "Organisers",
"dye": "red",
"text": "red",
"assign_roles": ["organiser", "dinners"]
},
{
"key": "everyone",
"name": "Everyone Else",
"dye": "cyan",
"text": "aqua"
}
]
}
]
},
"map": {
"type": "ltminigames:load_map",
"load_from": "lt:survive_the_tide",
"dimension_type": "tropicraft:tropics"
},
"behaviors": [
{
"type": "lt:common/playing",
"game_type": "adventure",
"join_late_with_role": "spectator"
},
"lt:survive_the_tide/1/map",
"lt:survive_the_tide/1/phases",
{
"type": "lt:survive_the_tide/mode/teams",
"friendly_fire": false
},
"lt:survive_the_tide/1/weather",
"lt:survive_the_tide/common"
]
}

0 comments on commit 83b5cbd

Please sign in to comment.