-
Notifications
You must be signed in to change notification settings - Fork 3
/
FacilityTE.xml
127 lines (127 loc) · 5.28 KB
/
FacilityTE.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<map proto="1.4.0">
<name>Facility CTF TE</name>
<version>1.0.0</version>
<objective>Be the first team to 5 captures or the team with the most captures after 15 minutes.</objective>
<authors>
<author uuid="e8d1ad63-bd9e-4d0e-9a6c-27f2b047d924" contribution="Overall Map Design and XML Code"/> <!-- Mikeg542 -->
<author uuid="dff980ed-9f69-491e-b79c-30c21350baf2" contribution="CTF TE Edit"/> <!-- DoomRobotBoy -->
</authors>
<contributors>
<contributor uuid="8807d876-40f9-470f-9fcf-3eb3d146b983" contribution="Feedback"/> <!-- Skippy_Irongut -->
<contributor uuid="e1e9e6af-f826-44ce-b1e2-5efb4e5c5d9e" contribution="Feedback"/> <!-- Zemphon -->
<contributor uuid="2ca8072f-74be-4798-85b8-bbce03aa91af" contribution="Feedback"/> <!-- Tywnis -->
<contributor uuid="06078e7e-6a7b-4d31-8f74-853072b182bb" contribution="Feedback"/> <!-- xXFracXx -->
</contributors>
<score>
<limit>5</limit>
</score>
<time>900</time>
<teams>
<team id="red" color="dark red" max="8">Red</team>
<team id="blue" color="blue" max="8">Blue</team>
</teams>
<kits>
<kit id="spawn">
<item slot="0" unbreakable="true">stone sword</item>
<item slot="1" unbreakable="true">bow</item>
<item slot="2" amount="64">bread</item>
<item slot="3" amount="12">arrow</item>
<potion duration="oo">night vision</potion>
</kit>
<kit id="red-kit" parents="spawn">
<helmet color="cd0000" unbreakable="true">leather helmet</helmet>
<chestplate color="cd0000" unbreakable="true">leather chestplate</chestplate>
<leggings unbreakable="true">chainmail leggings</leggings>
<boots color="cd0000" enchantment="protection fall:2" unbreakable="true">leather boots</boots>
</kit>
<kit id="blue-kit" parents="spawn">
<helmet color="0066cc" unbreakable="true">leather helmet</helmet>
<chestplate color="0066cc" unbreakable="true">leather chestplate</chestplate>
<leggings unbreakable="true">chainmail leggings</leggings>
<boots color="0066cc" enchantment="protection fall:2" unbreakable="true">leather boots</boots>
</kit>
<kit id="obs" force="true">
<potion duration="oo">night vision</potion>
</kit>
<kit id="flag-pickup" force="true">
<potion duration="oo" amplifier="-2">health boost</potion>
</kit>
<kit id="flag-drop" force="true">
<potion duration="1" amplifier="0">health boost</potion>
<potion duration="1" amplifier="10">regeneration</potion>
</kit>
</kits>
<itemremove>
<item>stone sword</item>
<item>bow</item>
<item>bread</item>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>chainmail leggings</item>
<item>leather boots</item>
</itemremove>
<spawns>
<spawn team="red" kit="red-kit">
<regions>
<point yaw="90">8.5,4,37.5</point>
</regions>
</spawn>
<spawn team="blue" kit="blue-kit">
<regions>
<point yaw="-90">-5.5,4,157.5</point>
</regions>
</spawn>
<default kit="obs">
<regions>
<point yaw="90">37.5,15,97.5</point>
</regions>
</default>
</spawns>
<filters>
<team id="only-blue">blue</team>
<team id="only-red">red</team>
</filters>
<regions>
<cylinder id="red-net" base="-5.5,4,37.5" radius="2" height="3"/>
<cylinder id="blue-net" base="8.5,4,157.5" radius="2" height="3"/>
<!-- Applied -->
<apply block="never" message="You may not modify the map!">
<region>
<rectangle min="oo,oo" max="-oo,-oo"/>
</region>
</apply>
<apply enter="only-blue" message="You may not enter the enemies spawn!">
<region>
<rectangle min="-2,145" max="5,146"/>
</region>
</apply>
<apply enter="only-red" message="You may not enter the enemies spawn!">
<region>
<rectangle min="5,50" max="-2,49"/>
</region>
</apply>
</regions>
<flags>
<flag id="red-west-flag" name="Red West Flag" owner="red" pickup-kit="flag-pickup" drop-kit="flag-drop">
<post pickup-filter="only-blue" yaw="-45" recover-time="3s" respawn-speed="3.5">-28.5,6,53.5</post>
<carry-message>Capture the flag in your spawn!</carry-message>
<net region="blue-net" points="1"/>
</flag>
<flag id="red-east-flag" name="Red East Flag" owner="red" pickup-kit="flag-pickup" drop-kit="flag-drop">
<post pickup-filter="only-blue" yaw="45" recover-time="3s" respawn-speed="3.5">31.5,6,53.5</post>
<carry-message>Capture the flag in your spawn!</carry-message>
<net region="blue-net" points="1"/>
</flag>
<flag id="blue-west-flag" name="Blue West Flag" owner="blue" pickup-kit="flag-pickup" drop-kit="flag-drop">
<post pickup-filter="only-red" yaw="-135" recover-time="3s" respawn-speed="3.5">-28.5,6,141.5</post>
<carry-message>Capture the flag in your spawn!</carry-message>
<net region="red-net" points="1"/>
</flag>
<flag id="blue-east-flag" name="Blue East Flag" owner="blue" pickup-kit="flag-pickup" drop-kit="flag-drop">
<post pickup-filter="only-red" yaw="135" recover-time="3s" respawn-speed="3.5">31.5,6,141.5</post>
<carry-message>Capture the flag in your spawn!</carry-message>
<net region="red-net" points="1"/>
</flag>
</flags>
<timelock>on</timelock>
</map>