Skip to content

Commit

Permalink
Sewer Under Village Update (MT-CTF#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
winniepee authored Mar 20, 2024
1 parent 3216cd3 commit 9b3f7ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified sewer_village/barriers.data
Binary file not shown.
8 changes: 4 additions & 4 deletions sewer_village/map.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
game_modes = return {"classic","classes","nade_fight"}
barrier_area = return {pos1={x=0,y=0,z=0},pos2={x=220,y=140,z=220}}
teams = local _={};_[1]="flag_pos";_[2]="enabled";return {blue={[_[2]]=true,[_[1]]={x=108,y=49,z=15},pos1={x=0,y=0,z=0},pos2={x=220,y=140,z=110}},red={[_[2]]=true,[_[1]]={x=108,y=49,z=205},pos1={x=220,y=0,z=220},pos2={x=0,y=140,z=110}}}
chests = return {{amount=45,pos1={x=118,y=5,z=148},pos2={x=170,y=5,z=160}},{amount=45,pos1={x=63,y=5,z=60},pos2={x=103,y=5,z=72}},{amount=15,pos1={x=51,y=49,z=14},pos2={x=65,y=49,z=26}},{amount=15,pos1={x=49,y=49,z=197},pos2={x=62,y=49,z=209}}}
barrier_area = return {pos2={y=140,z=220,x=220},pos1={y=0,z=0,x=0}}
teams = local _={};_[1]="enabled";_[2]="flag_pos";return {red={pos2={y=140,z=110,x=0},pos1={y=0,z=220,x=220},[_[1]]=true,[_[2]]={y=49,z=205,x=108}},blue={pos2={y=140,z=110,x=220},pos1={y=0,z=0,x=0},[_[1]]=true,[_[2]]={y=49,z=15,x=108}}}
chests = return {{pos1={y=5,z=148,x=118},pos2={y=5,z=160,x=170},amount=45},{pos1={y=5,z=60,x=63},pos2={y=5,z=72,x=103},amount=45},{pos1={y=49,z=14,x=51},pos2={y=49,z=26,x=65},amount=15},{pos1={y=49,z=197,x=49},pos2={y=49,z=209,x=62},amount=15}}
phys_jump = 1
phys_speed = 1
size = return {x=220,y=140,z=220}
size = return {y=140,z=220,x=220}
map_version = 3
enabled = true
name = Sewer Under Village
Expand Down
Binary file modified sewer_village/map.mts
Binary file not shown.

0 comments on commit 9b3f7ca

Please sign in to comment.