Skip to content

Commit

Permalink
Philza mode STT1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Nov 23, 2024
1 parent 8343a28 commit 2638ec4
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions data/lt/games/survive_the_tide/1/philza.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"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": "host",
"name": "Host",
"dye": "red",
"text": "red",
"assign_roles": ["live"]
},
{
"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",
{"type": "ltminigames:set_max_health", "max_health_by_team": {"everyone": 4.0, "host": 40.0}},
"lt:survive_the_tide/1/phases",
{
"type": "lt:survive_the_tide/mode/teams",
"friendly_fire": true
},
"lt:survive_the_tide/1/weather",
"lt:survive_the_tide/common"
]
}

0 comments on commit 2638ec4

Please sign in to comment.