|
| 1 | +<map proto="1.4.0"> |
| 2 | +<name>Annealing III</name> |
| 3 | +<version>1.0.0</version> |
| 4 | +<objective>Destroy both cores!</objective> |
| 5 | +<gamemode>dtc</gamemode> |
| 6 | +<created>2022-09-07</created> |
| 7 | +<authors> |
| 8 | + <author uuid="fe3608b7-d105-4029-8800-34b3147065b6"/> <!-- rockymine --> |
| 9 | + <author uuid="e2d2c2c6-cea9-4510-9ab2-a091b5605b30"/> <!-- Ruediger_LP --> |
| 10 | +</authors> |
| 11 | +<contributors> |
| 12 | + <contributor uuid="f1ff7ecc-2e79-4320-85de-adb392eb2822"/> <!-- DerStiv --> |
| 13 | +</contributors> |
| 14 | +<teams> |
| 15 | + <team id="purple-team" color="dark purple" max="20">Purple</team> |
| 16 | + <team id="green-team" color="green" max="20">Green</team> |
| 17 | +</teams> |
| 18 | +<kits> |
| 19 | + <kit id="spawn-kit"> |
| 20 | + <clear/> |
| 21 | + <item slot="0" material="iron sword" unbreakable="true"/> |
| 22 | + <item slot="1" material="bow" unbreakable="true" enchantment="arrow infinite"/> |
| 23 | + <item slot="2" material="diamond pickaxe" unbreakable="true"/> |
| 24 | + <item slot="3" material="gold axe" unbreakable="true"/> |
| 25 | + <item slot="4" material="wood" damage="1" amount="64"/> |
| 26 | + <item slot="6" material="vine" amount="24"/> |
| 27 | + <item slot="8" material="golden apple"/> |
| 28 | + <item slot="28" material="arrow"/> |
| 29 | + <item slot="29" material="shears" unbreakable="true"/> |
| 30 | + <item slot="30" material="iron spade" unbreakable="true"/> |
| 31 | + <helmet material="iron helmet" unbreakable="true"/> |
| 32 | + <chestplate material="chainmail chestplate" unbreakable="true"/> |
| 33 | + <leggings material="leather leggings" team-color="true" unbreakable="true"/> |
| 34 | + <boots material="leather boots" team-color="true" unbreakable="true"/> |
| 35 | + <effect duration="oo" amplifier="100">damage resistance</effect> |
| 36 | + </kit> |
| 37 | + <kit force="true" id="reset-resistance-kit"> |
| 38 | + <effect duration="0" amplifier="0">damage resistance</effect> |
| 39 | + </kit> |
| 40 | + <kit id="purple-kit" parent="spawn-kit"> |
| 41 | + <item slot="5" material="stained clay" damage="10" amount="48"/> |
| 42 | + </kit> |
| 43 | + <kit id="green-kit" parent="spawn-kit"> |
| 44 | + <item slot="5" material="stained clay" damage="5" amount="48"/> |
| 45 | + </kit> |
| 46 | +</kits> |
| 47 | +<spawns> |
| 48 | + <spawn team="purple-team" kit="purple-kit" yaw="45" region="purple-spawn-point"/> |
| 49 | + <spawn team="green-team" kit="green-kit" yaw="-135" region="green-spawn-point"/> |
| 50 | + <default yaw="20" region="obs-spawn-point"/> |
| 51 | +</spawns> |
| 52 | +<cores material="obsidian" leak="5"> |
| 53 | + <core team="purple-team" region="purple-core-a" name="Core A"/> |
| 54 | + <core team="purple-team" region="purple-core-b" name="Core B"/> |
| 55 | + <core team="green-team" region="green-core-a" name="Core A"/> |
| 56 | + <core team="green-team" region="green-core-b" name="Core B"/> |
| 57 | +</cores> |
| 58 | +<filters> |
| 59 | + <team id="only-purple">purple-team</team> |
| 60 | + <team id="only-green">green-team</team> |
| 61 | + <any id="block-break-void-filter"> |
| 62 | + <all> |
| 63 | + <not> |
| 64 | + <any> |
| 65 | + <material>web</material> |
| 66 | + <material>obsidian</material> |
| 67 | + </any> |
| 68 | + </not> |
| 69 | + <void/> |
| 70 | + </all> |
| 71 | + <not id="block-place-void-filter"> |
| 72 | + <void/> |
| 73 | + </not> |
| 74 | + </any> |
| 75 | + <all id="only-iron-cause-world"> |
| 76 | + <material id="only-iron">iron block</material> |
| 77 | + <cause>world</cause> |
| 78 | + </all> |
| 79 | + <material id="only-air">air</material> |
| 80 | + <deny id="deny-chest-before-1h"> |
| 81 | + <all> |
| 82 | + <material>chest</material> |
| 83 | + <not> |
| 84 | + <time>1h</time> |
| 85 | + </not> |
| 86 | + </all> |
| 87 | + </deny> |
| 88 | +</filters> |
| 89 | +<regions> |
| 90 | + <cylinder id="purple-spawn-point" base="56,14,-47" radius="1" height="0"/> |
| 91 | + <cylinder id="green-spawn-point" base="-56,14,47" radius="1" height="0"/> |
| 92 | + <cylinder id="obs-spawn-point" base="-2,43,1" radius="1" height="0"/> |
| 93 | + <cuboid id="purple-core-a" min="2,15,-52" max="7,20,-47"/> |
| 94 | + <cuboid id="purple-core-b" min="56,15,-16" max="61,20,-11"/> |
| 95 | + <cuboid id="green-core-a" min="-2,15,52" max="-7,20,47"/> |
| 96 | + <cuboid id="green-core-b" min="-56,15,16" max="-61,20,11"/> |
| 97 | + <negative id="not-spawns"> |
| 98 | + <union id="spawns"> |
| 99 | + <complement id="purple-spawn"> |
| 100 | + <rectangle min="42,-39" max="85,-72"/> |
| 101 | + <half origin="52.4,0,-43.4" normal="-1,0,2"/> |
| 102 | + </complement> |
| 103 | + <complement id="green-spawn"> |
| 104 | + <rectangle min="-42,39" max="-85,72"/> |
| 105 | + <half origin="-52.4,0,43.4" normal="1,0,-2"/> |
| 106 | + </complement> |
| 107 | + </union> |
| 108 | + </negative> |
| 109 | + <negative id="not-build-region"> |
| 110 | + <union id="build-region"> |
| 111 | + <rectangle min="-5,-31" max="40,-14"/> <!-- purple --> |
| 112 | + <rectangle min="5,31" max="-40,14"/> <!-- green --> |
| 113 | + <rectangle min="35,-14" max="-35,14"/> <!-- mid --> |
| 114 | + </union> |
| 115 | + </negative> |
| 116 | + <union id="iron-regen"> |
| 117 | + <cuboid min="75,19,-59" max="72,22,-63"/> <!-- purple iron --> |
| 118 | + <cuboid min="-75,19,59" max="-72,22,63"/> <!-- green iron --> |
| 119 | + </union> |
| 120 | + <!-- applicators --> |
| 121 | + <apply enter="only-purple" region="purple-spawn" message="You may not enter the enemy's spawn!"/> |
| 122 | + <apply enter="only-green" region="green-spawn" message="You may not enter the enemy's spawn!"/> |
| 123 | + <apply block-place="only-iron-cause-world" block-break="only-iron" region="spawns" message="You may not edit spawn!"/> |
| 124 | + <apply block-place="block-place-void-filter" block-break="block-break-void-filter" region="not-build-region" message="You may not edit the void!"/> |
| 125 | + <apply kit="reset-resistance-kit" region="not-spawns"/> |
| 126 | + <apply use="deny-chest-before-1h" region="spawns" message="Chests are currently under maintainance, we apologize for the inconvenience. Full functionality will be restored after 1h of elapsed game time. For further support please contact brott@oc.tc. We appriciate your patience and suggest trying to break the core!"/> |
| 127 | +</regions> |
| 128 | +<toolrepair> |
| 129 | + <tool>iron sword</tool> |
| 130 | + <tool>bow</tool> |
| 131 | + <tool>diamond pickaxe</tool> |
| 132 | + <tool>gold axe</tool> |
| 133 | + <tool>arrow</tool> |
| 134 | + <tool>shears</tool> |
| 135 | + <tool>iron spade</tool> |
| 136 | +</toolrepair> |
| 137 | +<itemkeep> |
| 138 | + <item>iron sword</item> |
| 139 | + <item>bow</item> |
| 140 | + <item>diamond pickaxe</item> |
| 141 | + <item>gold axe</item> |
| 142 | + <item>arrow</item> |
| 143 | + <item>shears</item> |
| 144 | + <item>iron spade</item> |
| 145 | + <item>wood:1</item> |
| 146 | + <item>stained clay:10</item> |
| 147 | + <item>stained clay:5</item> |
| 148 | + <item>vine</item> |
| 149 | + <item>golden apple</item> |
| 150 | +</itemkeep> |
| 151 | +<itemremove> |
| 152 | + <item>iron helmet</item> |
| 153 | + <item>chainmail chestplate</item> |
| 154 | + <item>leather leggings</item> |
| 155 | + <item>leather boots</item> |
| 156 | + <item>stone</item> |
| 157 | + <item>obsidian</item> |
| 158 | +</itemremove> |
| 159 | +<block-drops> |
| 160 | + <rule> |
| 161 | + <filter> |
| 162 | + <any> |
| 163 | + <material>wood:1</material> |
| 164 | + <material>stained clay:10</material> |
| 165 | + <material>stained clay:5</material> |
| 166 | + </any> |
| 167 | + </filter> |
| 168 | + <drops> |
| 169 | + <item chance="0" material="wood"/> |
| 170 | + </drops> |
| 171 | + </rule> |
| 172 | +</block-drops> |
| 173 | +<item-mods> |
| 174 | + <rule> |
| 175 | + <match> |
| 176 | + <material>iron helmet</material> |
| 177 | + <material>iron chestplate</material> |
| 178 | + <material>iron leggings</material> |
| 179 | + <material>iron boots</material> |
| 180 | + <material>iron sword</material> |
| 181 | + <material>iron pickaxe</material> |
| 182 | + <material>iron axe</material> |
| 183 | + <material>iron spade</material> |
| 184 | + <material>shears</material> |
| 185 | + <material>diamond pickaxe</material> |
| 186 | + <material>diamond axe</material> |
| 187 | + <material>diamond spade</material> |
| 188 | + <material>diamond helmet</material> |
| 189 | + <material>diamond chestplate</material> |
| 190 | + <material>bow</material> |
| 191 | + </match> |
| 192 | + <modify unbreakable="true"/> |
| 193 | + </rule> |
| 194 | +</item-mods> |
| 195 | +<crafting> |
| 196 | + <!-- bulkcrafting --> |
| 197 | + <shaped override="false"> |
| 198 | + <result material="iron helmet" amount="9"/> |
| 199 | + <shape> |
| 200 | + <row>III</row> |
| 201 | + <row>I.I</row> |
| 202 | + </shape> |
| 203 | + <ingredient symbol="I">iron block</ingredient> |
| 204 | + </shaped> |
| 205 | + <shaped override="false"> |
| 206 | + <result material="iron chestplate" amount="9"/> |
| 207 | + <shape> |
| 208 | + <row>I.I</row> |
| 209 | + <row>III</row> |
| 210 | + <row>III</row> |
| 211 | + </shape> |
| 212 | + <ingredient symbol="I">iron block</ingredient> |
| 213 | + </shaped> |
| 214 | + <shaped override="false"> |
| 215 | + <result material="iron leggings" amount="9"/> |
| 216 | + <shape> |
| 217 | + <row>III</row> |
| 218 | + <row>I.I</row> |
| 219 | + <row>I.I</row> |
| 220 | + </shape> |
| 221 | + <ingredient symbol="I">iron block</ingredient> |
| 222 | + </shaped> |
| 223 | + <shaped override="false"> |
| 224 | + <result material="iron boots" amount="9"/> |
| 225 | + <shape> |
| 226 | + <row>I.I</row> |
| 227 | + <row>I.I</row> |
| 228 | + </shape> |
| 229 | + <ingredient symbol="I">iron block</ingredient> |
| 230 | + </shaped> |
| 231 | + <shaped override="false"> |
| 232 | + <result material="bucket" amount="9"/> |
| 233 | + <shape> |
| 234 | + <row>I.I</row> |
| 235 | + <row>.I.</row> |
| 236 | + </shape> |
| 237 | + <ingredient symbol="I">iron block</ingredient> |
| 238 | + </shaped> |
| 239 | +</crafting> |
| 240 | +<renewables> |
| 241 | + <renewable rate="1" region="iron-regen" renew-filter="only-iron" replace-filter="only-air" avoid-players="2"/> |
| 242 | +</renewables> |
| 243 | +<gamerules> |
| 244 | + <radomtickspeed>3</radomtickspeed> |
| 245 | +</gamerules> |
| 246 | +<hunger> |
| 247 | + <depletion>off</depletion> |
| 248 | +</hunger> |
| 249 | +<maxbuildheight>100</maxbuildheight> |
| 250 | +<broadcasts> |
| 251 | + <alert after="1h">Chest maintainance has concluded, full functionality has been restored. We want to thank you for your patience and wish you an enjoyable stay on Annealing III.</alert> |
| 252 | +</broadcasts> |
| 253 | +<kill-rewards> |
| 254 | + <kill-reward> |
| 255 | + <filter> |
| 256 | + <kill-streak count="5"/> |
| 257 | + </filter> |
| 258 | + <item material="gold hoe" name="`6Farmers Hoe" unbreakable="true"/> |
| 259 | + </kill-reward> |
| 260 | + <kill-reward> |
| 261 | + <item material="golden apple"/> |
| 262 | + <item material="wood" damage="1" amount="16"/> |
| 263 | + <item material="monster egg" damage="93"/> |
| 264 | + </kill-reward> |
| 265 | + <kill-reward filter="only-purple"> |
| 266 | + <item material="stained clay" damage="10" amount="48"/> |
| 267 | + </kill-reward> |
| 268 | + <kill-reward filter="only-green"> |
| 269 | + <item material="stained clay" damage="5" amount="48"/> |
| 270 | + </kill-reward> |
| 271 | +</kill-rewards> |
| 272 | +</map> |
0 commit comments