diff --git a/mines_of_vexillum/barriers.data b/mines_of_vexillum/barriers.data new file mode 100644 index 000000000..ea5bb1d61 Binary files /dev/null and b/mines_of_vexillum/barriers.data differ diff --git a/mines_of_vexillum/map.conf b/mines_of_vexillum/map.conf new file mode 100644 index 000000000..c18ae3661 --- /dev/null +++ b/mines_of_vexillum/map.conf @@ -0,0 +1,21 @@ +game_modes = return {"nade_fight","classic","classes"} +barrier_area = return {pos2={y=80,z=158,x=158},pos1={y=0,z=0,x=0}} +teams = local _={};_[1]="flag_pos";_[2]="enabled";return {blue={pos2={y=0,z=80,x=0},[_[2]]=true,[_[1]]={y=40,z=151,x=151},pos1={y=80,z=158,x=158}},red={pos2={y=80,z=0,x=0},[_[2]]=true,[_[1]]={y=40,z=9,x=8},pos1={y=0,z=78,x=158}}} +chests = return {{amount=64,pos2={y=79,z=158,x=158},pos1={y=0,z=1,x=0}}} +phys_jump = 1 +phys_speed = 1 +size = return {y=80,z=158,x=158} +map_version = 3 +enabled = true +name = Mines of Vexillum +phys_gravity = 1 +initial_stuff = return {"default:pick_mese"} +author = TheAssasin +hint = Use irons to your advantage! +license = CC BY-SA 4.0 +others = +treasures = +skybox = none +enable_shadows = 0.26 +start_time = 5900 +time_speed = 1 diff --git a/mines_of_vexillum/map.mts b/mines_of_vexillum/map.mts new file mode 100644 index 000000000..651a0ea45 Binary files /dev/null and b/mines_of_vexillum/map.mts differ diff --git a/mines_of_vexillum/screenshot.png b/mines_of_vexillum/screenshot.png new file mode 100644 index 000000000..9de1d46be Binary files /dev/null and b/mines_of_vexillum/screenshot.png differ