Skip to content

Commit

Permalink
Add more chests
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonomousAccount authored Feb 5, 2025
1 parent 3eb622f commit b3c3ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dam/map.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
game_modes = return {"classes","classic","nade_fight"}
barrier_area = return {pos2={y=195,z=389,x=235},pos1={y=0,z=0,x=0}}
teams = local _={};_[1]="enabled";_[2]="flag_pos";return {green={[_[2]]={y=145.5,z=45,x=93},pos1={y=-0.5,z=0,x=235},pos2={y=194.5,z=194,x=0},[_[1]]=true},blue={[_[2]]={y=145.5,z=344,x=93},pos1={y=194.5,z=194,x=0},pos2={y=-0.5,z=389,x=235},[_[1]]=true}}
chests = return {{pos1={y=143.5,z=2,x=46},pos2={y=144.5,z=66,x=64},amount=10},{pos1={y=144.5,z=324,x=46},pos2={y=145.5,z=388,x=64},amount=10},{pos1={y=129.5,z=196,x=47},pos2={y=130.5,z=249,x=63},amount=20},{pos1={y=129.5,z=139,x=46},pos2={y=130.5,z=192,x=63},amount=20}}
chests = return {{pos1={y=143.5,z=2,x=46},pos2={y=144.5,z=66,x=64},amount=10},{pos1={y=144.5,z=324,x=46},pos2={y=145.5,z=388,x=64},amount=10},{pos1={y=129.5,z=196,x=47},pos2={y=130.5,z=249,x=63},amount=30},{pos1={y=129.5,z=139,x=46},pos2={y=130.5,z=192,x=63},amount=30}}
phys_jump = 1
phys_speed = 1
size = return {y=195,z=389,x=235}
Expand Down

0 comments on commit b3c3ece

Please sign in to comment.