-
Notifications
You must be signed in to change notification settings - Fork 3
/
Rough Patch.xml
109 lines (109 loc) · 3.3 KB
/
Rough Patch.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
<map proto="1.4.0" game="Blitz">
<name>Rough Patch</name>
<version>1.1.0</version>
<objective>Eliminate the enemy team before time runs out!</objective>
<authors>
<author uuid="dff980ed-9f69-491e-b79c-30c21350baf2"/> <!-- DoomRobotBoy -->
</authors>
<teams>
<team id="redt" color="dark red" max="14" max-overfill="16">Red</team>
<team id="bluet" color="blue" max="14" max-overfill="16">Blue</team>
</teams>
<spawns>
<spawn team="redt" kit="red">
<regions yaw="-180">
<cylinder base="296.5,23,153.5" radius="1" height="0"/>
</regions>
</spawn>
<spawn team="bluet" kit="blue">
<regions yaw="0">
<cylinder base="216.5,23,81.5" radius="1" height="0"/>
</regions>
</spawn>
<default kit="all">
<regions yaw="180">
<cylinder base="256.5,20,117.5" radius="1" height="0"/>
</regions>
</default>
</spawns>
<kits>
<kit id="all">
<potion duration="oo">night vision</potion>
</kit>
<kit id="spawn" parents="all">
<item slot="0" unbreakable="true">stone sword</item>
<item slot="1" unbreakable="true" enchantment="arrow damage:1">bow</item>
<item slot="2" unbreakable="true" enchantment="dig speed:1">shears</item>
<item slot="3" amount="64">golden carrot</item>
<item slot="6" amount="5">exp bottle</item>
<item slot="7">golden apple</item>
<item slot="8" amount="24">arrow</item>
<item slot="17" amount="3" damage="4">ink sack</item>
<chestplate locked="true" unbreakable="true" enchantment="protection projectile:1">iron chestplate</chestplate>
<leggings locked="true" unbreakable="true">iron leggings</leggings>
</kit>
<kit id="red" parents="spawn">
<item slot="3" damage="14" amount="12">wool</item>
<helmet color="993333" unbreakable="true">leather helmet</helmet>
<boots color="993333" unbreakable="true">leather boots</boots>
</kit>
<kit id="blue" parents="spawn">
<item slot="3" damage="11" amount="12">wool</item>
<helmet color="334CB2" unbreakable="true">leather helmet</helmet>
<boots color="334CB2" unbreakable="true">leather boots</boots>
</kit>
</kits>
<killreward>
<item>golden apple</item>
</killreward>
<killreward>
<item amount="4" damage="14">wool</item>
<filter>
<team>redt</team>
</filter>
</killreward>
<killreward>
<item amount="4" damage="11">wool</item>
<filter>
<team>bluet</team>
</filter>
</killreward>
<filters>
<material id="only-wool">wool</material>
<not id="no-void">
<void/>
</not>
</filters>
<regions>
<apply block="only-wool">
<region>
<everywhere/>
</region>
</apply>
<apply block="no-void">
<region>
<everywhere/>
</region>
</apply>
</regions>
<time>7m</time>
<blitz>
<lives>1</lives>
</blitz>
<include src="blitz-global.xml"/>
<itemremove>
<item>stone sword</item>
<item>bow</item>
<item>leather helmet</item>
<item>iron chestplate</item>
<item>iron leggings</item>
<item>leather boots</item>
<item>exp bottle</item>
<item>golden apple</item>
<item>ink sack</item>
<item>wool</item>
<item>shears</item>
<item>golden carrot</item>
</itemremove>
<timelock>on</timelock>
</map>