Skip to content

Commit

Permalink
Add Fractal Descent: Blitz
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyisCreeps committed Sep 15, 2017
1 parent 0d240f3 commit 629ba6f
Show file tree
Hide file tree
Showing 7 changed files with 135 additions and 0 deletions.
Binary file added maps/fractal_descent_blitz/level.dat
Binary file not shown.
Binary file added maps/fractal_descent_blitz/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
135 changes: 135 additions & 0 deletions maps/fractal_descent_blitz/map.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
<?xml version="1.0"?>
<map proto="1.3.2">
<name>Fractal Descent Blitz</name>
<version>1.2</version>
<gamemode>blitz</gamemode>
<gamemode>mixed</gamemode>
<blitz>
<lives>3</lives>
</blitz>
<objective>Leak lava from the enemy's obsidian core and destroy their two endstone monuments.</objective>
<authors>
<author uuid="dbe909c6-2b15-4528-b12a-c77ed4031496" contribution="Design and building"/> <!-- teheggy -->
<author uuid="459fd919-0d58-401a-9601-6cab1eb721ab" contribution="Design, building, and XML"/> <!-- Reshif -->
</authors>
<rules>
<rule>Players have resistance and reduced knockback in spawn!</rule>
</rules>
<timelock>on</timelock>
<teams>
<team color="dark red" max="32">Red</team>
<team color="blue" max="32">Blue</team>
</teams>
<regions>
<cuboid name="main" min="-42,12,-92" max="42,45,92"/>
<circle name="red-spawn" center="0,84" radius="10"/>
<circle name="blue-spawn" center="0,-84" radius="10"/>
<cuboid name="center" min="-42,-oo,-48" max="42,45,48"/>
<apply block="deny-all" message="You may not interact with blocks outside the playing field.">
<negative>
<union>
<region name="main"/>
<region name="center"/>
</union>
</negative>
</apply>
<apply block="deny-all" message="You may not destroy the spawn area!">
<region name="red-spawn"/>
<region name="blue-spawn"/>
</apply>
<apply lend-kit="spawn-protection" filter="only-blue">
<cuboid min="-9,17,-75" max="9,25,-99"/>
</apply>
<apply lend-kit="spawn-protection" filter="only-red">
<cuboid min="-9,17,75" max="9,25,99"/>
</apply>
</regions>
<filters>
<filter name="only-red" parents="deny-all">
<allow>
<team>red</team>
</allow>
</filter>
<filter name="only-blue" parents="deny-all">
<allow>
<team>blue</team>
</allow>
</filter>
</filters>
<kits>
<kit name="spawn">
<item slot="0">diamond sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="28" amount="1">arrow</item>
<item slot="2" enchantment="durability:3;dig speed:2">iron pickaxe</item>
<item slot="3" amount="64">smooth brick</item>
<item slot="4" amount="64">smooth brick</item>
<item slot="5" amount="64">glass</item>
<item slot="6" amount="64" damage="1">wood</item>
<item slot="7" amount="32">ladder</item>
<item slot="8" amount="32">golden carrot</item>
</kit>
<kit name="spawn-protection">
<potion amplifier="20" duration="oo">damage resistance</potion>
<knockback-reduction>1</knockback-reduction>
</kit>
</kits>
<spawns>
<spawn team="blue" kit="spawn" yaw="0">
<cuboid min="-1,18,-102" max="1,18,-100"/>
</spawn>
<spawn team="red" kit="spawn" yaw="180">
<cuboid min="-1,18,100" max="1,18,102"/>
</spawn>
<default yaw="-90">
<cuboid min="-58,29,-2" max="-54,29,2"/>
</default>
</spawns>
<modes>
<mode after="10m" material="gold block" name="GOLD CORE MODE"/>
<mode after="15m" material="glass" name="GLASS CORE MODE"/>
</modes>
<cores material="obsidian" leak="6" mode-changes="true">
<core team="blue">
<cuboid min="-3,17,-45" max="3,23,-39"/>
</core>
<core team="red">
<cuboid min="-3,17,39" max="3,23,45"/>
</core>
</cores>
<destroyables sparks="true" materials="ender stone">
<destroyables owner="blue">
<destroyable name="Left Monument">
<cuboid min="-26,11,-31" max="-22,15,-27"/>
</destroyable>
<destroyable name="Right Monument">
<cuboid min="22,11,-31" max="26,15,-27"/>
</destroyable>
</destroyables>
<destroyables owner="red">
<destroyable name="Left Monument">
<cuboid min="22,11,27" max="26,15,31"/>
</destroyable>
<destroyable name="Right Monument">
<cuboid min="-26,11,27" max="-22,15,31"/>
</destroyable>
</destroyables>
</destroyables>
<toolrepair>
<tool>diamond sword</tool>
<tool>bow</tool>
<tool>iron pickaxe</tool>
<tool>arrow</tool>
</toolrepair>
<itemremove>
<item>obsidian</item>
<item>gold block</item>
<item>smooth brick</item>
<item>glass</item>
<item>ladder</item>
<item>ender stone</item>
<item>arrow</item>
<item>golden carrot</item>
<item>wood</item>
</itemremove>
</map>
Binary file added maps/fractal_descent_blitz/region/r.-1.-1.mca
Binary file not shown.
Binary file added maps/fractal_descent_blitz/region/r.-1.0.mca
Binary file not shown.
Binary file added maps/fractal_descent_blitz/region/r.0.-1.mca
Binary file not shown.
Binary file added maps/fractal_descent_blitz/region/r.0.0.mca
Binary file not shown.

0 comments on commit 629ba6f

Please sign in to comment.