Skip to content

Commit

Permalink
Add Azonarr by Lyzak
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyisCreeps committed Oct 10, 2017
1 parent 938dd60 commit 1da3a7a
Show file tree
Hide file tree
Showing 7 changed files with 108 additions and 0 deletions.
Binary file added maps/azonarr/level.dat
Binary file not shown.
Binary file added maps/azonarr/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
108 changes: 108 additions & 0 deletions maps/azonarr/map.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Azonarr</name>
<version>1.1</version>
<objective>Control the capture point!</objective>
<phase>development</phase>
<authors>
<author uuid="5986da63-a546-49c5-812d-d5c41a42510a"/> <!-- Lyzak -->
</authors>
<teams>
<team color="dark red" max="32" max-overfill="36">Red</team>
<team color="blue" max="32" max-overfill="36">Blue</team>
</teams>
<spawns>
<spawn team="red" kit="red" yaw="-135">
<region name="red-spawn"/>
</spawn>
<spawn team="blue" kit="blue" yaw="135">
<region name="blue-spawn"/>
</spawn>
<default yaw="180">
<region name="observer-spawn"/>
</default>
</spawns>
<kits>
<kit name="spawn">
<item slot="0">stone sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="28" amount="1">arrow</item>
<item slot="2" amount="1">stone pickaxe</item>
<item slot="3" amount="1">stone axe</item>
<item slot="4" amount="16" damage="0">leaves</item>
<item slot="5" amount="16" damage="2">wood</item>
<item slot="6" amount="64">cooked chicken</item>
<item slot="7" damage="16389">373</item><!-- Splash Speed -->
<item slot="8" damage="8257">373</item><!-- Extended Regen Pot -->
</kit>
<kit name="red" parents="spawn">
<chestplate unbreakable="true">iron chestplate</chestplate>
<helmet color="cd0000" unbreakable="true">leather helmet</helmet>
<leggings color="cd0000" unbreakable="true">leather leggings</leggings>
<boots color="cd0000" unbreakable="true" enchantment="protection fall:4">leather boots</boots>
</kit>
<kit name="blue" parents="spawn">
<chestplate unbreakable="true">iron chestplate</chestplate>
<helmet color="0066cc" unbreakable="true">leather helmet</helmet>
<leggings color="cd0000" unbreakable="true">leather leggings</leggings>
<boots color="0066cc" unbreakable="true" enchantment="protection fall:4">leather boots</boots>
</kit>
</kits>
<maxbuildheight>31</maxbuildheight>
<regions>
<cuboid name="red-spawn" min="-51.5,36,32.5" max="-48.5,36,35.5" />
<cuboid name="blue-spawn" min="49.5,36,32.5" max="52.5,36,35.5" />
<cylinder name="observer-spawn" base="0.5,45,32.5" radius="3" height="0" />
<circle name="red-base" center="-48.5, 32.5" radius="27.5"/>
<circle name="blue-base" center="49.5, 32.5" radius="27.5"/>
<circle name="hill" center="0.5,-62.5" radius="9.5"/>
<rectangle name="square-island" min="-11,-60" max="12,-37"/>
<circle name="playable" center="0.5, 0.5" radius="75" />
<apply block="deny-all" message="You may not build near the spawns or hill!">
<region name="red-base"/>
<region name="blue-base"/>
<region name="hill"/>
<region name="square-island"/>
</apply>
<apply block="deny-all" message="You may not build outside the playing field!">
<negative>
<region name="playable"/>
</negative>
</apply>
</regions>
<timelock>on</timelock>
<toolrepair>
<tool>stone sword</tool>
<tool>bow</tool>
</toolrepair>
<itemremove>
<item>cooked fish</item>
<item>leather chestplate</item>
<item>leather helmet</item>
<item>iron leggings</item>
<item>leather boots</item>
</itemremove>
<killreward>
<item amount="1">golden apple</item>
<item amount="8">arrow</item>
</killreward>
<king>
<hills>
<hill name="Hill" capture-time="15s" points="1">
<capture>
<cuboid min="-6,32,-69" max="7,38,-56"/>
</capture>
<progress>
<cuboid min="-6,32,-69" max="7,32,-56"/>
</progress>
<captured>
<cuboid min="-2,37,-61" max="2,41,-65"/>
</captured>
</hill>
</hills>
</king>
<score>
<limit>300</limit>
<king/>
</score>
</map>
Binary file added maps/azonarr/region/r.-1.-1.mca
Binary file not shown.
Binary file added maps/azonarr/region/r.-1.0.mca
Binary file not shown.
Binary file added maps/azonarr/region/r.0.-1.mca
Binary file not shown.
Binary file added maps/azonarr/region/r.0.0.mca
Binary file not shown.

0 comments on commit 1da3a7a

Please sign in to comment.