Created
March 28, 2014 21:59
-
-
Save Dinner1111/9843897 to your computer and use it in GitHub Desktop.
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.2"> | |
<name>High Voltage</name> | |
<version>1.0.0</version> | |
<objective>Destroy 75% of the enemy's energy core! You only have 25 minutes!</objective> | |
<authors> | |
<author>Draco_Rogue</author> | |
<author>jollee999</author> | |
</authors> | |
<rules> | |
<rule>You will not receive fall damage!</rule> | |
</rules> | |
<teams> | |
<team color="blue" max="12" max-overfill="15">Blue Team</team> | |
<team color="gold" max="12" max-overfill="15">Orange Team</team> | |
</teams> | |
<spawns> | |
<spawn team="blue" kit="blue" yaw="-90"> | |
<cuboid min="411,57,334" max="408,57,339"/> | |
</spawn> | |
<spawn team="orange" kit="orange" yaw="90"> | |
<cuboid min="348,57,325" max="351,57,330"/> | |
</spawn> | |
<default yaw="0"> | |
<point>379.5,6,266.5</point> | |
</default> | |
</spawns> | |
<kits> | |
<kit name="spawn"> | |
<item slot="0" damage="-3000">stone sword</item> | |
<item slot="1" damage="-3000">bow</item> | |
<item slot="2" damage="-3000">stone pickaxe</item> | |
<item slot="3" damage="-3000">iron axe</item> | |
<item slot="4" amount="32">wood</item> | |
<item slot="5" amount="4">tnt</item> | |
<item slot="6" damage="-3000">flint and steel</item> | |
<item slot="7" damage="-3000" name="`6TNT Defuser" lore="`7Right click to defuse teammate's TNT|`7Does not work in `9water`7!">shears</item> | |
<item slot="8" amount="12">arrow</item> | |
</kit> | |
<kit name="blue" parents="spawn"> | |
<helmet color="334CB2" damage="-3000">leather helmet</helmet> | |
<helmet color="334CB2" enchantment="protection explosions:3" damage="-3000">leather chestplate</chestplate> | |
</kit> | |
<kit name="orange" parents="spawn"> | |
<helmet color="D87F33" damage="-3000">leather helmet</helmet> | |
<helmet color="D87F33" enchantment="protection explosions:3" damage="-3000">leather chestplate</chestplate> | |
</kit> | |
</kits> | |
<filters> | |
<filter name="deny-fire" parents="allow-all"> | |
<deny> | |
<block>fire</block> | |
</deny> | |
</filter> | |
</filters> | |
<regions> | |
<rectangle name="map" min="429,358" max="331,306"/> | |
<cuboid name="blue-energy-base" min="414,0,340" max="427,19,353"/> | |
<cuboid name="orange-energy-base" min="345,0,324" max="332,19,311"/> | |
<apply block="deny-all" message="`4You may not edit outside the main area!"> | |
<negative> | |
<rectangle name="map"> | |
</rectangle> | |
</apply> | |
<apply block-place="deny-fire" message="`4You may not burn down the map!"> | |
<region name="map"/> | |
</apply> | |
</regions> | |
<destroyables name="Energy Base" show-progress="true" completion="80%" repair="true" materials="stained clay:1;stained clay:4;stained clay:9;coal block;stained clay:3;chest;workbench;step:0;step:8;iron fence"> | |
<destroyable owner="blue"> | |
<region name="blue-energy-base"/> | |
</destroyable> | |
<destroyable owner="orange"> | |
<region name="orange-energy-base"/> | |
</destroyable> | |
</destroyables> | |
<itemremove> | |
<item>stone sword</item> | |
<item>stone pickaxe</item> | |
<item>iron axe</item> | |
<item>bow</item> | |
<item>flint and steel</item> | |
<item>step</item> | |
<item>coal block</item> | |
<item>leather helmet</item> | |
<item>leather chestplate</item> | |
<item>shears</item> | |
<item>obsidian</item> | |
<item>stained clay</item> | |
<item>sign</item> | |
</itemremove> | |
<killreward> | |
<item amount="8">wood</item> | |
<item amount="4">tnt</item> | |
<item amount="6">arrow</item> | |
<item>golden apple</item> | |
</killreward> | |
<hunger> | |
<depletion>off</depletion> | |
</hunger> | |
<maxbuildheight>45</maxbuildheight> | |
<disabledamage> | |
<damage>fall</damage> | |
</disabledamage> | |
<autorespawn/> | |
<time result="objectives">25m</time> | |
<include src="tutorial.xml"/> | |
<tutorial> | |
<stage title="Destroy the Energy Base"> | |
<message> | |
<line>This is a special `aDestroy the Monument`r map.</line> | |
<line>The objective is to destroy `a80%`r of the enemy's `3Energy Base`r!</line> | |
<line>This is `bBlue's Energy base`r.</line> | |
</message> | |
<teleport> | |
<point yaw="50" pitch="20">428,10,335</point> | |
</teleport> | |
</stage> | |
<stage title="Spawn"> | |
<message> | |
<line>This is where you will spawn.</line> | |
<line>You are able to jump to all three islands.</line> | |
<line>`8You will not take fall damage!`r</line> | |
</message> | |
<teleport> | |
<point yaw="-50" pitch="25">405,58,333</point> | |
</teleport> | |
</stage> | |
<stage title="Kill Rewards"> | |
<message> | |
<line>When you kill an enemy, you will recieve:</line> | |
<line>`68 Wood Planks, 6 arrows, a golden apple and 4 TNT`r.</line> | |
</message> | |
</stage> | |
</tutorial> | |
</map> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment