|
| 1 | +{ |
| 2 | + "name": {"translate": "ltminigames.minigame.survive_the_tide_1"}, |
| 3 | + "subtitle": "Philza Minecraft", |
| 4 | + "icon": "ltminigames:textures/gui/minigames/survive_the_tide/icon.png", |
| 5 | + |
| 6 | + "statistics_key": "survive_the_tide", |
| 7 | + "backend_id": "lt:survive_the_tide_1_teams", |
| 8 | + |
| 9 | + "minimum_participants": 3, |
| 10 | + "maximum_participants": 40, |
| 11 | + "waiting": { |
| 12 | + "map": { |
| 13 | + "type": "ltminigames:load_map", |
| 14 | + "load_from": "lt:waiting_lobby", |
| 15 | + "dimension_type": "tropicraft:tropics" |
| 16 | + }, |
| 17 | + "behaviors": [ |
| 18 | + { |
| 19 | + "type": "lt:common/waiting", |
| 20 | + "regions": { |
| 21 | + "spawn": "spawn" |
| 22 | + } |
| 23 | + }, |
| 24 | + { |
| 25 | + "type": "ltminigames:setup_teams", |
| 26 | + "teams": [ |
| 27 | + { |
| 28 | + "key": "organisers", |
| 29 | + "name": "Organisers", |
| 30 | + "dye": "red", |
| 31 | + "text": "red", |
| 32 | + "assign_roles": ["organiser", "dinners"] |
| 33 | + }, |
| 34 | + { |
| 35 | + "key": "everyone", |
| 36 | + "name": "Everyone Else", |
| 37 | + "dye": "cyan", |
| 38 | + "text": "aqua" |
| 39 | + } |
| 40 | + ] |
| 41 | + } |
| 42 | + ] |
| 43 | + }, |
| 44 | + "map": { |
| 45 | + "type": "ltminigames:load_map", |
| 46 | + "load_from": "lt:survive_the_tide", |
| 47 | + "dimension_type": "tropicraft:tropics" |
| 48 | + }, |
| 49 | + "behaviors": [ |
| 50 | + { |
| 51 | + "type": "lt:common/playing", |
| 52 | + "game_type": "adventure", |
| 53 | + "join_late_with_role": "spectator" |
| 54 | + }, |
| 55 | + "lt:survive_the_tide/1/map", |
| 56 | + "lt:survive_the_tide/1/phases", |
| 57 | + { |
| 58 | + "type": "lt:survive_the_tide/mode/teams", |
| 59 | + "friendly_fire": false |
| 60 | + }, |
| 61 | + "lt:survive_the_tide/1/weather", |
| 62 | + "lt:survive_the_tide/common" |
| 63 | + ] |
| 64 | +} |
0 commit comments