Skip to content

Commit

Permalink
Add maps created by Torn_Ares
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchts committed Jul 7, 2017
1 parent 05e5e03 commit f69ddbc
Show file tree
Hide file tree
Showing 18 changed files with 195 additions and 0 deletions.
Binary file added maps/claytress_battles/level.dat
Binary file not shown.
Binary file added maps/claytress_battles/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions maps/claytress_battles/map.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<?xml version="1.0"?>
<map proto="1.3.3">
<name>Claytress Battles</name>
<version>3.0.4</version>
<objective>Leak lava from the enemy's obsidian core into the void.</objective>
<phase>development</phase>
<include src="newstalgia.xml"/>
<authors>
<author uuid="3a549b18-08ed-4756-a78c-b34d29a4fd87"/> <!-- Torn_Ares -->
<author uuid="98a4a81e-4393-4041-8d43-40a0196b5832"/> <!-- Thungon -->
<author uuid="0ae466ff-d3a1-4307-a323-89043643ace5"/> <!-- GammaRay_89 -->
</authors>
<teams>
<team color="blue" max="24">Blue</team>
<team color="dark red" max="24">Red</team>
</teams>
<spawns>
<spawn team="red" kit="tnt-inventory" yaw="90">
<point>1249,27,519</point>
</spawn>
<spawn team="blue" kit="tnt-inventory" yaw="270">
<point>1286,27,519</point>
</spawn>
<default yaw="180" kit="nv">
<cylinder base="1267,27,518" radius="7" height="0"/>
</default>
</spawns>
<filters>
<filter name="deny-quartz">
<deny>
<block>quartz block</block>
</deny>
</filter>
</filters>
<regions>
<apply block="deny-all" message="You may not build outside the playable region">
<negative name="map-inverse">
<rectangle name="map" min="1336,549" max="1199,637"/>
</negative>
</apply>
<apply block="deny-quartz">
<region name="map"/>
</apply>
<apply enter="deny-all" message="You may not enter spawns">
<rectangle min="1301,547" max="1234,517"/>
</apply>
</regions>
<modes>
<mode after="15m" material="gold block" name="GOLD CORE MODE"/>
<mode after="25m" material="glass" name="GLASS CORE MODE"/>
</modes>
<cores material="obsidian" leak="7" mode-changes="true">
<core team="red">
<cuboid min="1233,22,597" max="1227,30,589"/>
</core>
<core team="blue">
<cuboid min="1302,22,589" max="1307,30,597"/>
</core>
</cores>
<maxbuildheight>72</maxbuildheight>
<itemremove>
<item>obsidian</item>
<item>shears</item>
</itemremove>
</map>
Binary file added maps/claytress_battles/region/r.2.0.mca
Binary file not shown.
Binary file added maps/claytress_battles/region/r.2.1.mca
Binary file not shown.
Binary file added maps/fortress_battles/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 75 additions & 0 deletions maps/fortress_battles/map.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<?xml version="1.0"?>
<map proto="1.3.3">
<name>Fortress Battles</name>
<version>3.0.5</version>
<objective>Leak lava from the enemy's obsidian core into the void.</objective>
<rules>
<rule>You cannot place dispensers on the map!</rule>
</rules>
<authors>
<author uuid="3a549b18-08ed-4756-a78c-b34d29a4fd87"/> <!-- Torn_Ares -->
<author uuid="98a4a81e-4393-4041-8d43-40a0196b5832"/> <!-- Thungon -->
<author uuid="0ae466ff-d3a1-4307-a323-89043643ace5"/> <!-- GammaRay_89 -->
</authors>
<if ranked="true">
<terrain world="ranked"/>
<time>30m</time>
<respawn delay="4s"/>
<teams>
<team color="blue" min="8" max="10">Blue</team>
<team color="dark red" min="8" max="10">Red</team>
</teams>
<modes>
<mode after="10m" material="gold block" name="GOLD CORE MODE"/>
</modes>
<cores material="obsidian" leak="4" mode-changes="true">
<core team="red"><cuboid min="1233,22,597" max="1227,30,589"/></core>
<core team="blue"><cuboid min="1302,22,589" max="1307,30,597"/></core>
</cores>
<maxbuildheight>65</maxbuildheight>
</if>
<if ranked="false">
<terrain world="normal"/>
<teams>
<team color="blue" max="24">Blue</team>
<team color="dark red" max="24">Red</team>
</teams>
<modes>
<mode after="15m" material="gold block" name="GOLD CORE MODE"/>
<mode after="25m" material="glass" name="GLASS CORE MODE"/>
</modes>
<cores material="obsidian" leak="5" mode-changes="true">
<core team="red"><cuboid min="1233,22,597" max="1227,30,589"/></core>
<core team="blue"><cuboid min="1302,22,589" max="1307,30,597"/></core>
</cores>
<maxbuildheight>72</maxbuildheight>
</if>
<spawns>
<spawn team="red" yaw="90"><point>1249,27,519</point></spawn>
<spawn team="blue" yaw="270"><point>1286,27,519</point></spawn>
<default yaw="180"><cylinder base="1267,27,518" radius="7" height="0"/></default>
</spawns>
<filters>
<filter name="deny-dispenser">
<deny>
<block>dispenser</block>
</deny>
</filter>
</filters>
<regions>
<apply block="deny-all" message="You may not build outside the playable region">
<negative name="playable-inverse">
<rectangle name="map" min="1336,549" max="1199,637"/>
</negative>
</apply>
<apply block="deny-dispenser" message="Dispensers are disabled on this map!">
<region name="map"/>
</apply>
<apply enter="deny-all" message="You may not enter spawns">
<rectangle min="1301,547" max="1234,517"/>
</apply>
</regions>
<itemremove>
<item>obsidian</item>
</itemremove>
</map>
Binary file added maps/fortress_battles/normal/level.dat
Binary file not shown.
Binary file added maps/fortress_battles/normal/region/r.2.0.mca
Binary file not shown.
Binary file added maps/fortress_battles/normal/region/r.2.1.mca
Binary file not shown.
Binary file added maps/fortress_battles/ranked/level.dat
Binary file not shown.
Binary file added maps/fortress_battles/ranked/region/r.2.0.mca
Binary file not shown.
Binary file added maps/fortress_battles/ranked/region/r.2.1.mca
Binary file not shown.
Binary file added maps/fortress_battles_old/level.dat
Binary file not shown.
Binary file added maps/fortress_battles_old/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions maps/fortress_battles_old/map.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?xml version="1.0"?>
<map proto="1.0.0">
<name>Old Fortress Battles</name>
<version>2.1.1</version>
<objective>Leak lava from the enemy's obsidian core into the void.</objective>
<authors>
<author uuid="3a549b18-08ed-4756-a78c-b34d29a4fd87"/> <!-- Torn_Ares -->
<author uuid="98a4a81e-4393-4041-8d43-40a0196b5832"/> <!-- Thungon -->
<author uuid="0ae466ff-d3a1-4307-a323-89043643ace5"/> <!-- GammaRay_89 -->
</authors>
<rules>
<rule>Rushing is discouraged.</rule>
</rules>
<teams>
<team color="blue" max="32">Blue</team>
<team color="dark red" max="32">Red</team>
</teams>
<kits>
<kit name="shears">
<item slot="35" name="`6TNT Defuser" lore="`7Right click to defuse teammate's TNT|`7Does not work in `9water`7!">shears</item>
</kit>
</kits>
<itemremove>
<item>shears</item>
</itemremove>
<spawns>
<spawn team="blue" kit="shears" yaw="270">
<cuboid min="1284,27,520" max="1287,27,517"/>
</spawn>
<spawn team="red" kit="shears" yaw="90">
<cuboid min="1250,27,517" max="1246,27,520"/>
</spawn>
<default yaw="180">
<cylinder base="1267,27,518" radius="7" height="0"/>
</default>
</spawns>
<regions>
<apply block="deny-all" message="You may not build outside the playable region">
<negative name="playable-inverse">
<rectangle min="1336,549" max="1199,637"/>
</negative>
</apply>
<apply enter="deny-all" message="You may not enter spawns">
<rectangle min="1301,547" max="1234,517"/>
</apply>
</regions>
<cores material="obsidian" leak="7">
<core team="blue">
<cuboid min="1302,22,589" max="1307,29,597"/>
</core>
<core team="red">
<cuboid min="1228,22,589" max="1233,29,597"/>
</core>
</cores>
</map>
Binary file added maps/fortress_battles_old/region/r.2.0.mca
Binary file not shown.
Binary file added maps/fortress_battles_old/region/r.2.1.mca
Binary file not shown.

0 comments on commit f69ddbc

Please sign in to comment.