This repository has been archived by the owner on May 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from NamelessFairy/HighEffortGimmick
EXTREMELY THEME APPROPRIATE ARENA
- Loading branch information
Showing
7 changed files
with
432 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,315 @@ | ||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE | ||
"a" = ( | ||
/turf/open/floor/grass, | ||
/area/centcom/tdome/arena) | ||
"f" = ( | ||
/obj/structure/barricade/bomberman/powerup/mirror{ | ||
mirror_distance = 4 | ||
}, | ||
/turf/open/floor/grass, | ||
/area/centcom/tdome/arena) | ||
"g" = ( | ||
/obj/structure/barricade/bomberman/powerup/mirror, | ||
/turf/open/floor/grass, | ||
/area/centcom/tdome/arena) | ||
"h" = ( | ||
/obj/structure/barricade/bomberman/powerup/mirror{ | ||
mirror_distance = 14 | ||
}, | ||
/turf/open/misc/grass/jungle, | ||
/area/centcom/tdome/arena) | ||
"j" = ( | ||
/turf/open/misc/grass/jungle, | ||
/area/centcom/tdome/arena) | ||
"k" = ( | ||
/obj/structure/barricade/bomberman/powerup, | ||
/turf/open/misc/grass/jungle, | ||
/area/centcom/tdome/arena) | ||
"m" = ( | ||
/obj/structure/barricade/bomberman/powerup/mirror{ | ||
mirror_distance = 10 | ||
}, | ||
/turf/open/misc/grass/jungle, | ||
/area/centcom/tdome/arena) | ||
"p" = ( | ||
/obj/structure/barricade/bomberman/powerup/mirror, | ||
/turf/open/misc/grass/jungle, | ||
/area/centcom/tdome/arena) | ||
"x" = ( | ||
/obj/structure/barricade/bomberman/powerup/mirror{ | ||
mirror_distance = 6 | ||
}, | ||
/turf/open/misc/grass/jungle, | ||
/area/centcom/tdome/arena) | ||
"A" = ( | ||
/obj/structure/barricade/bomberman/powerup/mirror{ | ||
mirror_distance = 6 | ||
}, | ||
/turf/open/floor/grass, | ||
/area/centcom/tdome/arena) | ||
"B" = ( | ||
/obj/structure/barricade/bomberman/powerup/mirror{ | ||
mirror_distance = 16 | ||
}, | ||
/turf/open/floor/grass, | ||
/area/centcom/tdome/arena) | ||
"D" = ( | ||
/obj/structure/barricade/bomberman/powerup/mirror{ | ||
mirror_distance = 12 | ||
}, | ||
/turf/open/floor/grass, | ||
/area/centcom/tdome/arena) | ||
"E" = ( | ||
/obj/structure/barricade/bomberman/powerup/mirror{ | ||
mirror_distance = 10 | ||
}, | ||
/turf/open/floor/grass, | ||
/area/centcom/tdome/arena) | ||
"G" = ( | ||
/obj/structure/barricade/bomberman/powerup/mirror{ | ||
mirror_distance = 14 | ||
}, | ||
/turf/open/floor/grass, | ||
/area/centcom/tdome/arena) | ||
"J" = ( | ||
/obj/structure/barricade/bomberman/powerup/mirror{ | ||
mirror_distance = 8 | ||
}, | ||
/turf/open/misc/grass/jungle, | ||
/area/centcom/tdome/arena) | ||
"L" = ( | ||
/obj/structure/barricade/bomberman/powerup/mirror{ | ||
mirror_distance = 4 | ||
}, | ||
/turf/open/misc/grass/jungle, | ||
/area/centcom/tdome/arena) | ||
"M" = ( | ||
/turf/closed/indestructible/bombermanwall, | ||
/area/centcom/tdome/arena) | ||
"P" = ( | ||
/obj/structure/barricade/bomberman/powerup/mirror{ | ||
mirror_distance = 12 | ||
}, | ||
/turf/open/misc/grass/jungle, | ||
/area/centcom/tdome/arena) | ||
"Q" = ( | ||
/obj/structure/barricade/bomberman/powerup, | ||
/turf/open/floor/grass, | ||
/area/centcom/tdome/arena) | ||
"W" = ( | ||
/obj/structure/barricade/bomberman/powerup/mirror{ | ||
mirror_distance = 16 | ||
}, | ||
/turf/open/misc/grass/jungle, | ||
/area/centcom/tdome/arena) | ||
"Z" = ( | ||
/obj/structure/barricade/bomberman/powerup/mirror{ | ||
mirror_distance = 8 | ||
}, | ||
/turf/open/floor/grass, | ||
/area/centcom/tdome/arena) | ||
|
||
(1,1,1) = {" | ||
a | ||
j | ||
B | ||
W | ||
B | ||
W | ||
B | ||
W | ||
a | ||
j | ||
"} | ||
(2,1,1) = {" | ||
j | ||
M | ||
h | ||
M | ||
h | ||
G | ||
M | ||
G | ||
M | ||
a | ||
"} | ||
(3,1,1) = {" | ||
D | ||
P | ||
D | ||
P | ||
D | ||
P | ||
D | ||
P | ||
D | ||
P | ||
"} | ||
(4,1,1) = {" | ||
m | ||
M | ||
m | ||
M | ||
m | ||
E | ||
M | ||
E | ||
M | ||
E | ||
"} | ||
(5,1,1) = {" | ||
Z | ||
J | ||
Z | ||
J | ||
Z | ||
J | ||
Z | ||
J | ||
Z | ||
J | ||
"} | ||
(6,1,1) = {" | ||
x | ||
M | ||
x | ||
M | ||
x | ||
A | ||
M | ||
A | ||
M | ||
A | ||
"} | ||
(7,1,1) = {" | ||
f | ||
L | ||
f | ||
L | ||
a | ||
j | ||
f | ||
L | ||
f | ||
L | ||
"} | ||
(8,1,1) = {" | ||
p | ||
M | ||
p | ||
a | ||
j | ||
a | ||
j | ||
g | ||
M | ||
g | ||
"} | ||
(9,1,1) = {" | ||
Q | ||
k | ||
Q | ||
j | ||
a | ||
j | ||
a | ||
k | ||
Q | ||
k | ||
"} | ||
(10,1,1) = {" | ||
j | ||
M | ||
j | ||
a | ||
j | ||
a | ||
j | ||
a | ||
M | ||
a | ||
"} | ||
(11,1,1) = {" | ||
a | ||
j | ||
a | ||
j | ||
a | ||
j | ||
a | ||
j | ||
a | ||
j | ||
"} | ||
(12,1,1) = {" | ||
j | ||
M | ||
j | ||
M | ||
j | ||
a | ||
M | ||
a | ||
M | ||
a | ||
"} | ||
(13,1,1) = {" | ||
a | ||
j | ||
a | ||
j | ||
a | ||
j | ||
a | ||
j | ||
a | ||
j | ||
"} | ||
(14,1,1) = {" | ||
j | ||
M | ||
j | ||
M | ||
j | ||
a | ||
M | ||
a | ||
M | ||
a | ||
"} | ||
(15,1,1) = {" | ||
a | ||
j | ||
a | ||
j | ||
a | ||
j | ||
a | ||
j | ||
a | ||
j | ||
"} | ||
(16,1,1) = {" | ||
j | ||
M | ||
j | ||
M | ||
j | ||
a | ||
M | ||
a | ||
M | ||
a | ||
"} | ||
(17,1,1) = {" | ||
a | ||
j | ||
a | ||
j | ||
a | ||
j | ||
a | ||
j | ||
a | ||
j | ||
"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.