Skip to content

Commit

Permalink
WTR - resolve unused node warnings
Browse files Browse the repository at this point in the history
Regions pruned
  • Loading branch information
TheRealPear committed Jan 14, 2024
1 parent 63b541d commit c91645b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions TDM/Standard/Wrath Tor Rage/map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<objective>Kill enemy players and redeem emeralds in their scorebox to have the most points!</objective>
<time>8m</time>
<rage/>
<gamemode>tdm</gamemode>
<gamemode>rage</gamemode>
<gamemode>scorebox</gamemode>
<gamemode>arcade</gamemode>
<authors>
<author uuid="2ca8072f-74be-4798-85b8-bbce03aa91af"/> <!-- Tywnis -->
Expand Down Expand Up @@ -35,12 +35,12 @@
</kits>
<spawns>
<default>
<region yaw="0">
<region>
<block>1845,25,-1386</block>
</region>
</default>
<spawn team="blue" kit="spawn-kit">
<region yaw="0">
<region>
<point>1871,13,-1407</point>
</region>
<region yaw="90">
Expand Down Expand Up @@ -120,12 +120,12 @@
<portal observers="never" x="@1820" y="@13" z="@-1356" yaw="@-135" filter="only-red" region="red-scorebox"/>
</portals>
<score>
<box value="10" team="blue" filter="only-blue" cooldown="1" region="blue-scorebox">
<box value="10" filter="only-blue" region="blue-scorebox">
<redeemables>
<item points="2">emerald</item>
</redeemables>
</box>
<box value="10" team="red" filter="only-red" cooldown="1" region="red-scorebox">
<box value="10" filter="only-red" region="red-scorebox">
<redeemables>
<item points="2">emerald</item>
</redeemables>
Expand All @@ -146,10 +146,12 @@
<itemkeep>
<item>arrow</item>
</itemkeep>
<kill-reward>
<item material="arrow"/>
<item material="emerald"/> <!-- Used to score more points in boxes -->
</kill-reward>
<kill-rewards>
<kill-reward>
<item material="arrow"/>
<item material="emerald"/> <!-- Used to score more points in boxes -->
</kill-reward>
</kill-rewards>
<disabledamage>
<damage>fall</damage>
</disabledamage>
Expand Down
Binary file modified TDM/Standard/Wrath Tor Rage/region/r.3.-3.mca
Binary file not shown.

0 comments on commit c91645b

Please sign in to comment.