Created
October 9, 2013 08:42
-
-
Save Electroid/6898204 to your computer and use it in GitHub Desktop.
Deslolated Showdown XML
This file contains hidden or 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
| <?xml version="1.0"?> | |
| <map proto="1.3.0"> | |
| <name>Deslolated Showdown</name> | |
| <version>1.2</version> | |
| <objective>Kill all the members of the other team.</objective> | |
| <!-- Authors/Contributors --> | |
| <authors> | |
| <author>Kauimala</author> | |
| </authors> | |
| <contributors> | |
| <contributor contribution="XML/Metadata">ElectroidFilms</contributor> | |
| </contributors> | |
| <!-- Teams --> | |
| <teams> | |
| <team color="dark green" max="8">Green</team> | |
| <team color="yellow" max="8">Yellow</team> | |
| </teams> | |
| <!-- Spawns --> | |
| <spawns> | |
| <spawn team="green" kit="green" yaw="180"> | |
| <cylinder base="0,2,41" radius="1" height="1"/> | |
| </spawn> | |
| <spawn team="yellow" kit="yellow" yaw="0"> | |
| <cylinder base="0,2,-39" radius="1" height="1"/> | |
| </spawn> | |
| <default yaw="-90"> | |
| <cylinder base="0,28,0" radius="1" height="1"/> | |
| </default> | |
| </spawns> | |
| <!-- Kits --> | |
| <kits> | |
| <kit name="spawn"> | |
| <item slot="0">stone sword</item> | |
| <item slot="1">bow</item> | |
| <item slot="3" amount="12">arrow</item> | |
| <item slot="7" amount="4">golden apple</item> | |
| <item slot="8" amount="4">350</item> | |
| <boots>chainmail boots</boots> | |
| <leggings damage="-3000">chainmail leggings</leggings> | |
| </kit> | |
| <kit parents="spawn" name="green"> | |
| <helmet color="6600" damage="-3000">leather helmet</helmet> | |
| <chestplate color="6600" damage="-3000">leather chestplate</chestplate> | |
| </kit> | |
| <kit parents="spawn" name="yellow"> | |
| <helmet color="FFCD00" damage="-3000">leather helmet</helmet> | |
| <chestplate color="FFCD00" damage="-3000">leather chestplate</chestplate> | |
| </kit> | |
| </kits> | |
| <!-- Objective (Blitz) --> | |
| <blitz> | |
| <lives>1</lives> | |
| <time>5m</time> | |
| </blitz> | |
| <!-- Regions --> | |
| <regions> | |
| <rectangle name="all" min="-oo,-oo" max="oo,oo"/> | |
| <apply block="deny-all"> | |
| <region name="all"/> | |
| </apply> | |
| </regions> | |
| <!-- Other Settings --> | |
| <toolrepair> | |
| <tool>stone sword</tool> | |
| <tool>bow</tool> | |
| </toolrepair> | |
| <itemremove> | |
| <item>leather helmet</item> | |
| <item>leather chestplate</item> | |
| <item>chainmail leggings</item> | |
| <item>chainmail boots</item> | |
| <item>golden apple</item> | |
| <item>350</item> | |
| <item>arrow</item> | |
| </itemremove> | |
| </map> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment