Created
October 6, 2013 18:50
-
-
Save Electroid/6857593 to your computer and use it in GitHub Desktop.
King of the Ladder 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>King of the Ladder</name> | |
| <version>0.1-Alpha</version> | |
| <objective>Control the hill!</objective> | |
| <!-- Author/Contributors --> | |
| <authors> | |
| <author>AntonyMo</author> | |
| </authors> | |
| <contributors> | |
| <contributor contribution="XML and Map Testing">ElectroidFilms</contributor> | |
| </contributors> | |
| <!-- Teams --> | |
| <teams> | |
| <team color="dark red" max="4" max-overfill="4">Red</team> | |
| <team color="green" max="4" max-overfill="4">Lime</team> | |
| <team color="gold" max="4" max-overfill="4">Orange</team> | |
| <team color="light purple" max="4" max-overfill="4">Pink</team> | |
| <team color="dark purple" max="4" max-overfill="4">Purple</team> | |
| <team color="blue" max="4" max-overfill="4">Blue</team> | |
| <team color="gray" max="4" max-overfill="4">Gray</team> | |
| <team color="yellow" max="4" max-overfill="4">Yellow</team> | |
| </teams> | |
| <!-- Kits --> | |
| <kits> | |
| <kit name="spawn"> | |
| <item slot="0" amount="8" name="`a`lFight for the hill!">fish</item> | |
| </kit> | |
| <kit name="observers"> | |
| <potion duration="oo">night vision</potion> | |
| </kit> | |
| </kits> | |
| <!-- Spawns --> | |
| <spawns> | |
| <default kit="observers" yaw="-90"> | |
| <cylinder base="7,1,0" radius="1" height="1"/> | |
| </default> | |
| <!-- Team Spawns --> | |
| <spawn kit="spawn" team="red" yaw="-90"/> | |
| <cylinder base="-7,1,0" radius="1" height="1"/> | |
| </spawn> | |
| <spawn kit="spawn" team="lime" yaw="180"/> | |
| <cylinder base="0,1,0" radius="1" height="1"/> | |
| </spawn> | |
| <spawn kit="spawn" team="orange" yaw="45"/> | |
| <cylinder base="4,1,-4" radius="1" height="1"/> | |
| </spawn> | |
| <spawn kit="spawn" team="pink" yaw="-45"/> | |
| <cylinder base="-4,1,-4" radius="1" height="1"/> | |
| </spawn> | |
| <spawn kit="spawn" team="purple" yaw="-135"/> | |
| <cylinder base="-4,1,4" radius="1" height="1"/> | |
| </spawn> | |
| <spawn kit="spawn" team="blue" yaw="0"/> | |
| <cylinder base="0,1,-7" radius="1" height="1"/> | |
| </spawn> | |
| <spawn kit="spawn" team="gray" yaw="135"/> | |
| <cylinder base="4,1,4" radius="1" height="1"/> | |
| </spawn> | |
| <spawn kit="spawn" team="yellow" yaw="90"/> | |
| <cylinder base="-7,1,0" radius="1" height="1"/> | |
| </spawn> | |
| </spawns> | |
| <!-- Other Settings --> | |
| <itemremove> | |
| <item>fish</item> | |
| </itemremove> | |
| <maxbuildheight>43</maxbuildheight> | |
| <!-- Hill --> | |
| </map> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment