Skip to content

Commit 8497675

Browse files
committed
Add creation dates to 2015 maps
This is part two of the effort to add dates for PublicMaps, OvercastCommunity/CommunityMaps#1023
1 parent b3a6688 commit 8497675

File tree

90 files changed

+198
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+198
-88
lines changed

ctf/acear_i/map.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<map proto="1.5.0">
22
<name>Acear I</name>
33
<version>1.2.3</version>
4+
<created>2015-12-19</created>
45
<objective>First team to capture the enemy flag 3 times wins!</objective>
56
<include id="gapple-kill-reward"/>
67
<authors>

ctf/aleppo/map.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
<variant id="halloween" world="halloween" override="true">AlepBOO!</variant>
44
<version>1.2.1</version>
55
<objective>Capture the enemy team's flag 4 times to win!</objective>
6+
<if variant="default">
7+
<created>2015-05-25</created>
8+
</if>
9+
<if variant="halloween">
10+
<created>2015-09-28</created>
11+
</if>
612
<include id="gapple-kill-reward"/>
713
<authors>
814
<author uuid="7ab24d14-0801-48ba-8fea-147ddf400067"/> <!-- samtheman43 -->
@@ -249,4 +255,4 @@
249255
</rule>
250256
</item-mods>
251257
<respawn delay="4s"/>
252-
</map>
258+
</map>

ctf/artholis/map.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<map proto="1.5.0">
22
<name>Artholis</name>
33
<version>1.1</version>
4+
<created>2015-09-28</created>
45
<objective>Capture the opposing team's flags!</objective>
56
<include id="gapple-kill-reward"/>
67
<authors>
@@ -307,4 +308,4 @@
307308
<crafting>
308309
<disable>boat</disable>
309310
</crafting>
310-
</map>
311+
</map>

ctf/blitzkrieg_ctf/map.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<map proto="1.5.0">
22
<name>Blitzkrieg CTF</name>
33
<version>1.1.5</version>
4+
<created>2015-03-26</created>
45
<objective>Capture the enemy's flag as many times as possible in 12 minutes!</objective>
56
<include id="gapple-kill-reward"/>
67
<authors>

ctf/canopy/map.xml

Lines changed: 18 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
<name>Canopy</name>
33
<version>0.2.13</version>
44
<variant id="hybrid">Hybrid</variant>
5-
<constant id="flag-points">1</constant>
6-
<if variant="hybrid">
7-
<constant id="flag-points">150</constant>
8-
<phase>staging</phase>
9-
</if>
105
<gamemode>ctf</gamemode>
116
<gamemode>rage</gamemode>
127
<if variant="default">
8+
<created>2015-03-08</created>
139
<objective>Capture the enemy's flag as many times as possible in 15 minutes to win!</objective>
10+
<constant id="flag-points">1</constant>
1411
</if>
1512
<if variant="hybrid">
1613
<objective>Capture the enemy's flag and kill enemies to score, first to 450 points wins!</objective>
17-
</if>
18-
<if variant="default">
19-
<time overtime="1m" max-overtime="2m">15m</time>
14+
<constant id="flag-points">150</constant>
15+
<phase>staging</phase>
2016
</if>
2117
<authors>
2218
<author uuid="dad8b95c-cf6a-44df-982e-8c8dd70201e0"/> <!-- ElectroidFilms -->
@@ -31,6 +27,7 @@
3127
</if>
3228
</rules>
3329
<if variant="default">
30+
<time overtime="1m" max-overtime="2m">15m</time>
3431
<score>
3532
<mercy>3</mercy>
3633
</score>
@@ -42,8 +39,8 @@
4239
</score>
4340
</if>
4441
<teams>
45-
<team id="blue" color="blue" max="16">Blue</team>
46-
<team id="red" color="dark red" max="16">Red</team>
42+
<team id="blue-team" color="blue" max="16">Blue</team>
43+
<team id="red-team" color="dark red" max="16">Red</team>
4744
</teams>
4845
<kits>
4946
<kit id="spawn-kit">
@@ -70,49 +67,41 @@
7067
</kits>
7168
<spawns>
7269
<default>
73-
<region yaw="0">
70+
<region>
7471
<point>66,58,0</point>
7572
</region>
7673
</default>
77-
<spawn team="blue" kit="spawn-kit">
74+
<spawn team="blue-team" kit="spawn-kit">
7875
<region yaw="-90">
7976
<cuboid min="-30.5,16,-6.5" max="-30.5,16,8.5"/>
8077
</region>
8178
</spawn>
82-
<spawn team="red" kit="spawn-kit">
79+
<spawn team="red-team" kit="spawn-kit">
8380
<region yaw="90">
8481
<cuboid min="162.5,16,7.5" max="162.5,16,-7.5"/>
8582
</region>
8683
</spawn>
8784
</spawns>
8885
<filters>
89-
<deny id="only-blue">
90-
<team>red</team>
91-
</deny>
92-
<deny id="only-red">
93-
<team>blue</team>
94-
</deny>
9586
<not id="no-flag">
9687
<any>
9788
<carrying-flag>blue-flag</carrying-flag>
9889
<carrying-flag>red-flag</carrying-flag>
9990
</any>
10091
</not>
10192
<all id="blue-no-flag">
102-
<team>blue</team>
93+
<team>blue-team</team>
10394
<not>
10495
<carrying-flag>red-flag</carrying-flag>
10596
</not>
10697
</all>
10798
<all id="red-no-flag">
108-
<team>red</team>
99+
<team>red-team</team>
109100
<not>
110101
<carrying-flag>blue-flag</carrying-flag>
111102
</not>
112103
</all>
113-
<not id="no-beacon">
114-
<material>beacon</material>
115-
</not>
104+
<material id="only-beacon">beacon</material>
116105
<any id="only-plants">
117106
<material>vine</material>
118107
<material>long grass</material>
@@ -204,22 +193,22 @@
204193
</union>
205194
</region>
206195
</apply>
207-
<apply block="only-plants" use="no-beacon" block-physics="deny-physics"/>
196+
<apply block="only-plants" use="deny(only-beacon)" block-physics="deny-physics"/>
208197
</regions>
209198
<portals bidirectional="true" yaw="180">
210199
<portal x="0" y="39" z="-4" region="north-portal-below"/>
211200
<portal x="0" y="39" z="4" region="south-portal-below"/>
212201
</portals>
213202
<flags flag-proximity-metric="none" net-proximity-metric="closest player">
214-
<flag id="red-flag" name="Red Flag" owner="red" color="red" pickup-filter="only-blue">
203+
<flag id="red-flag" name="Red Flag" owner="red-team" color="red" pickup-filter="blue-team">
215204
<post>156,38,5</post>
216205
</flag>
217206
<net points="${flag-points}" flag="red-flag" return="blue-flag">
218207
<region>
219208
<cylinder base="-24, 38, -4" radius="3" height="2"/>
220209
</region>
221210
</net>
222-
<flag id="blue-flag" name="Blue Flag" owner="blue" color="blue" pickup-filter="only-red">
211+
<flag id="blue-flag" name="Blue Flag" owner="blue-team" color="blue" pickup-filter="red-team">
223212
<post>-25,38,-5</post>
224213
</flag>
225214
<net points="${flag-points}" flag="blue-flag" return="red-flag">
@@ -241,7 +230,7 @@
241230
</itemremove>
242231
<kill-rewards>
243232
<kill-reward>
244-
<item amount="6">arrow</item>
233+
<item amount="6" material="arrow"/>
245234
</kill-reward>
246235
</kill-rewards>
247236
<disabledamage>
@@ -259,4 +248,4 @@
259248
<depletion>off</depletion>
260249
</hunger>
261250
<rage/>
262-
</map>
251+
</map>

ctf/chocolate_diamonds/map.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<author uuid="38ab65dd-95f9-406f-917c-6accc995421f" contribution="Map and XML changes"/> <!-- ogel / GoldenOre -->
1111
</authors>
1212
<if variant="default">
13-
<created>2015-09-27</created>
13+
<created>2015-03-17</created>
1414
<constant id="team-green-color">dark green</constant>
1515
<constant id="team-green-name">Green</constant> <!-- Team display name -->
1616
<constant id="team-green-flag-color">green</constant>
@@ -22,7 +22,7 @@
2222
<constant id="kit-wood-dmg-value">1</constant>
2323
</if>
2424
<if variant="christmas">
25-
<created>2015-12-04</created>
25+
<created>2015-12-05</created>
2626
<constant id="team-green-color">green</constant>
2727
<constant id="team-green-name">Green</constant> <!-- Team display name -->
2828
<constant id="team-green-flag-color">green</constant>
@@ -34,7 +34,7 @@
3434
<constant id="kit-wood-dmg-value">5</constant>
3535
</if>
3636
<if variant="halloween">
37-
<created>2015-10-06</created>
37+
<created>2015-10-03</created>
3838
<constant id="team-green-color">gold</constant>
3939
<constant id="team-green-name">Orange</constant> <!-- Team display name -->
4040
<constant id="team-green-flag-color">orange</constant>
@@ -232,4 +232,4 @@
232232
<hunger>
233233
<depletion>off</depletion>
234234
</hunger>
235-
</map>
235+
</map>

ctf/dust_ctf/map.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<map proto="1.5.0">
22
<name>Dust CTF</name>
33
<version>2.1.1</version>
4+
<created>2015-02-22</created>
45
<gamemode>ad</gamemode>
56
<gamemode>ctf</gamemode>
67
<gamemode>rage</gamemode>

ctf/golden_drought_ctf/map.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<map proto="1.5.0">
22
<name>Golden Drought CTF</name>
33
<version>1.4.4</version>
4+
<created>2015-04-22</created>
45
<objective>Capture the flags from the enemy flag rooms and place them on your flag monument while defending your own flags.</objective>
56
<include id="gapple-kill-reward"/>
67
<phase>staging</phase>

ctf/grub/map.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<map proto="1.5.0">
22
<name>Grub</name>
33
<version>1.3.9</version>
4+
<created>2015-03-13</created>
45
<objective>Capture the enemy's flag 3 times!</objective>
56
<include id="gapple-kill-reward"/>
67
<authors>

ctf/justice/map.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<map proto="1.5.0">
22
<name>Justice</name>
33
<version>0.9.4</version>
4+
<created>2015-02-22</created>
45
<objective>Capture the enemy's flag as many times as possible in 12 minutes!</objective>
56
<constant id="damage-resistance">4s</constant>
67
<constant id="respawn-timer">2s</constant>

0 commit comments

Comments
 (0)