diff --git a/castle_trouble/map.conf b/castle_trouble/map.conf index a66b87c7..04205359 100644 --- a/castle_trouble/map.conf +++ b/castle_trouble/map.conf @@ -1,15 +1,21 @@ -disabled = true - -team.2.pos = (-11,-5,-43) -r = 61 -team.1.pos = (11,-5,43) -initial_stuff = default:pick_stone,default:torch 3 -team.2 = blue -rotation = z +game_modes = return {"classic","classes"} +barrier_area = return {pos1={y=0,x=0,z=0},pos2={y=50,x=122,z=122}} +teams = local _={};_[1]="enabled";_[2]="flag_pos";return {red={pos2={y=15,x=7,z=115},[_[1]]=true,pos1={y=50,x=114,z=62},[_[2]]={y=20,x=72,z=104}},blue={pos2={y=15,x=115,z=7},[_[1]]=true,pos1={y=50,x=8,z=60},[_[2]]={y=20,x=50,z=18}}} +chests = return {{pos2={y=20,x=110,z=110},pos1={y=20,x=12,z=12},amount=64}} +phys_jump = 1 +phys_speed = 1 +size = return {y=50,x=122,z=122} +map_version = 2 +enabled = true name = Trouble in the Castle -author = Waterbug -h = 50 -team.1.color = red -team.1 = red -team.2.color = blue +phys_gravity = 1 +initial_stuff = return {"default:pick_stone","default:torch 3"} +author = Waterbug and shangul +hint = license = CC BY-SA 4.0 +others = +treasures = +skybox = none +enable_shadows = 0.26 +start_time = 5900 +time_speed = 1 diff --git a/castle_trouble/map.mts b/castle_trouble/map.mts index 9d9d09fe..9a8fb737 100644 Binary files a/castle_trouble/map.mts and b/castle_trouble/map.mts differ diff --git a/castle_trouble/screenshot.png b/castle_trouble/screenshot.png index 7d139d0d..df9fed6e 100644 Binary files a/castle_trouble/screenshot.png and b/castle_trouble/screenshot.png differ