diff --git a/north_battle/map.conf b/north_battle/map.conf new file mode 100644 index 00000000..527203f9 --- /dev/null +++ b/north_battle/map.conf @@ -0,0 +1,21 @@ +game_modes = return {"classic","classes"} +barrier_area = return {pos2={z=330,x=335,y=256},pos1={z=0,x=0,y=0}} +teams = local _={};_[1]="enabled";_[2]="flag_pos";return {green={pos2={z=164,x=0,y=210},[_[1]]=true,[_[2]]={z=324,x=318,y=59},pos1={z=330,x=335,y=12}},blue={pos2={z=0,x=335,y=12},[_[1]]=true,[_[2]]={z=19,x=23,y=65},pos1={z=164,x=0,y=210}}} +chests = return {{pos2={z=226,x=333,y=60},amount=100,pos1={z=162,x=258,y=53}},{pos2={z=102,x=49,y=70},amount=100,pos1={z=55,x=2,y=66}}} +phys_jump = 1 +phys_speed = 1.1 +size = return {z=330,x=335,y=256} +map_version = 3 +enabled = true +name = Battle in the North +phys_gravity = 1 +initial_stuff = return {"default:pick_mese","default:torch 50"} +author = slimy_bannana_peel +hint = +license = CC-BY-SA 4.0 +others = Thanks to binshaden for fixing some problems and Anonomous for helping with GitHub shenanigans +treasures = default:steel_ingot;1;3;2;0.2;1; +skybox = FullMoon +enable_shadows = 0.75 +start_time = 0 +time_speed = 1 diff --git a/north_battle/map.mts b/north_battle/map.mts new file mode 100644 index 00000000..52753b0c Binary files /dev/null and b/north_battle/map.mts differ diff --git a/north_battle/screenshot.png b/north_battle/screenshot.png new file mode 100644 index 00000000..b43557e2 Binary files /dev/null and b/north_battle/screenshot.png differ