-
Notifications
You must be signed in to change notification settings - Fork 48
[DTM/10v10/TNT] Ascension #1090
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
HSQuillin
wants to merge
4
commits into
OvercastCommunity:master
Choose a base branch
from
HSQuillin:HSQuillin-ascension
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+124
−0
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
<map proto="1.5.0"> | ||
<name>Ascension</name> | ||
<created>2017-08-21</created> | ||
<version>1.1.3</version> | ||
<gamemode>dtm</gamemode> | ||
<game>Destroy the Wool</game> | ||
<objective>Destroy the other team's monument, made of colored wool.</objective> | ||
<authors> | ||
<author uuid="bf331953-4f92-43ee-8abc-7544b8234936"/> <!-- Vicei --> | ||
</authors> | ||
<contributors> | ||
<contributor uuid="f5d5c301-9ad3-4cb4-9cfd-a6b78e67734a" contribution="Converted Map JSON to XML"/> <!-- Flashee --> | ||
</contributors> | ||
<!-- Teams --> | ||
<teams> | ||
<team id="blue-team" color="blue" max="10">Blue</team> | ||
<team id="red-team" color="dark red" max="10">Red</team> | ||
</teams> | ||
<!-- Kits --> | ||
<kits> | ||
<kit id="default-kit"> | ||
<item slot="0" unbreakable="true" material="iron sword"/> | ||
<item slot="1" unbreakable="true" material="bow"/> | ||
<item slot="2" unbreakable="true" material="iron pickaxe"/> | ||
<item slot="3" unbreakable="true" material="iron axe"/> | ||
<item slot="4" amount="64" damage="5" material="wood"/> | ||
<item slot="7" amount="32" material="arrow"/> | ||
<helmet unbreakable="true" material="iron helmet"/> | ||
<chestplate unbreakable="true" material="chainmail chestplate"> | ||
<enchantment level="2">blast_protection</enchantment> | ||
</chestplate> | ||
<leggings unbreakable="true" team-color="true" material="leather leggings"/> | ||
<boots unbreakable="true" material="iron boots"/> | ||
</kit> | ||
</kits> | ||
<!-- Spawns --> | ||
<spawns> | ||
<spawn team="blue-team" kit="default-kit" yaw="-180" region="blue-spawn"/> | ||
<spawn team="red-team" kit="default-kit" yaw="-180" region="red-spawn"/> | ||
<default region="obs-spawn"/> | ||
</spawns> | ||
<!-- Monuments --> | ||
<destroyables name="Wool" completion="22%" materials="wool" show-progress="true" sparks="true"> | ||
<destroyable owner="blue-team" region="blue-monument"/> | ||
<destroyable owner="red-team" region="red-monument"/> | ||
</destroyables> | ||
<!-- Filters --> | ||
<filters> | ||
<not id="blue-deny-explosions"> | ||
<all> | ||
<team>blue-team</team> | ||
<cause>explosion</cause> | ||
</all> | ||
</not> | ||
<not id="red-deny-explosions"> | ||
<all> | ||
<team>red-team</team> | ||
<cause>explosion</cause> | ||
</all> | ||
</not> | ||
</filters> | ||
<!-- Regions --> | ||
<regions> | ||
<!-- Definitions --> | ||
<union id="spawns"> | ||
<point id="blue-spawn">34.5,19,28.5</point> | ||
<point id="red-spawn">122.5,19,28.5</point> | ||
<point id="obs-spawn">78.5,12.5,-33.5</point> | ||
</union> | ||
<union id="spawn-protections"> | ||
<cuboid id="blue-spawn-protection" min="31,6,20" max="38,24,31"/> | ||
<cuboid id="red-spawn-protection" min="119,6,20" max="126,24,31"/> | ||
</union> | ||
<union id="monuments"> | ||
<cuboid id="blue-monument" min="33,12,-35" max="36,17,-32"/> | ||
<cuboid id="red-monument" min="120,12,-35" max="124,17,-32"/> | ||
</union> | ||
<negative id="not-map"> | ||
<rectangle id="map" min="23,-40" max="134,29"/> | ||
</negative> | ||
<!-- Applications --> | ||
<apply region="not-map" block="never" message="You may not edit outside the map!"/> | ||
<apply region="spawn-protections" block="never" message="You may not edit spawn!"/> | ||
<apply region="blue-spawn-protection" enter="blue-team" message="You may not enter the enemy's spawn!"/> | ||
<apply region="red-spawn-protection" enter="red-team" message="You may not enter the enemy's spawn!"/> | ||
<apply region="blue-monument" block="red-deny-explosions"/> | ||
<apply region="red-monument" block="blue-deny-explosions"/> | ||
</regions> | ||
<!-- Item Remove --> | ||
<itemremove> | ||
<item>iron helmet</item> | ||
<item>chainmail chestplate</item> | ||
<item>leather leggings</item> | ||
<item>iron boots</item> | ||
<item>wool</item> | ||
<item>wood</item> | ||
<item>arrow</item> | ||
</itemremove> | ||
<!-- Tool Repair --> | ||
<toolrepair> | ||
<tool>iron sword</tool> | ||
<tool>bow</tool> | ||
<tool>iron pickaxe</tool> | ||
<tool>iron axe</tool> | ||
</toolrepair> | ||
<itemkeep> | ||
<item>golden apple</item> | ||
</itemkeep> | ||
<!-- Kill Reward --> | ||
<kill-rewards> | ||
<kill-reward> | ||
<item amount="8" material="arrow"/> | ||
<item amount="1" material="golden apple"/> | ||
</kill-reward> | ||
</kill-rewards> | ||
<crafting> | ||
<disable>shears</disable> | ||
</crafting> | ||
<!-- Misc --> | ||
<maxbuildheight>26</maxbuildheight> | ||
<disabledamage> | ||
<damage ally="true" self="false" enemy="false" other="false">block explosion</damage> | ||
</disabledamage> | ||
</map> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The DTW include also disables hunger, you'll need to readd that part since there's no food in the kit anymore. |
Binary file not shown.
Binary file not shown.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace this with
<include id="gapple-kill-reward"/>
near the top of the XML.