Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.18 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <map proto="1.3.3">
  3. <!-- マップ名 -->
  4. <name>Eternal Road</name>
  5. <!-- マップバージョン -->
  6. <version>1.0.9</version>
  7. <!-- マップの説明 -->
  8. <objective>全てのコントロールポイントの制圧 / Capture the All Control Point</objective>
  9. <!-- Author -->
  10. <authors>
  11. <!-- Map製作総合 -->
  12. <author>Alines_</author>
  13. <!-- 橙星はnatu0815氏に贈与して頂くことを希望いたします。 -->
  14. <author contribution="Map Create">natu0815</author>
  15. </authors>
  16. <!-- Contributors -->
  17. <contributors>
  18. <contributor contribution="Map Create">Uchikasu</contributor>
  19. <contributor contribution="Map Create">mintyan</contributor>
  20. <contributor contribution="Map Create">_kiba</contributor>
  21. <contributor contribution="Map Create">Arugon_</contributor>
  22. <contributor contribution="Map Create">b_rage</contributor>
  23. <contributor contribution="Map Create">night43</contributor>
  24. <contributor contribution="Map Create">puryu</contributor>
  25. <contributor contribution="Map Create">Lejenay23</contributor>
  26. </contributors>
  27. <teams>
  28. <team id="blue" color="blue" max="24">Blue Team</team>
  29. <team id="red" color="dark red" max="24">Red Team</team>
  30. </teams>
  31. <kits>
  32. <kit name="sp">
  33. <item slot="0" bind="true" name="§rBroad sword[§lNormal§r]">iron sword</item>
  34. <item slot="1" bind="true">bow</item>
  35. <item slot="2" amount="1" bind="true" damage="8229">potion</item>
  36. <item slot="6" amount="1">TNT</item>
  37. <item slot="7" amount="32" bind="true">COOKED_FISH</item>
  38. <item slot="8" locked="true" name="§6§lNext killreward:Speed I(3kills) NextRank:§c§lAdvenced§r">BLAZE_POWDER</item>
  39. <item slot="28" bind="true" amount="12">arrow</item>
  40. <potion duration="10" amplifier="3">REGENERATION</potion>
  41. </kit>
  42. <kit name="red" parents="sp">
  43. <helmet bind="true" enchantment="PROTECTION_PROJECTILE:1;DURABILITY:2;PROTECTION_FIRE:2">chainmail helmet</helmet>
  44. <chestplate bind="true" color="cd0000" damage="-3000" enchantment="PROTECTION_PROJECTILE:1;DURABILITY:2;PROTECTION_FIRE:2">leather chestplate</chestplate>
  45. <leggings bind="true" color="cd0000" damage="-3000" enchantment="PROTECTION_PROJECTILE:1;DURABILITY:2;PROTECTION_FIRE:2">leather leggings</leggings>
  46. <boots bind="true" enchantment="PROTECTION_PROJECTILE:1;DURABILITY:2;PROTECTION_FIRE:2">chainmail boots</boots>
  47. </kit>
  48. <kit name="blue" parents="sp">
  49. <helmet bind="true" enchantment="PROTECTION_PROJECTILE:1;DURABILITY:2;PROTECTION_FIRE:2">chainmail helmet</helmet>
  50. <chestplate bind="true" color="0066cc" damage="-3000" enchantment="PROTECTION_PROJECTILE:1;DURABILITY:2;PROTECTION_FIRE:2">leather chestplate</chestplate>
  51. <leggings bind="true" color="0066cc" damage="-3000" enchantment="PROTECTION_PROJECTILE:1;DURABILITY:2;PROTECTION_FIRE:2">leather leggings</leggings>
  52. <boots bind="true" enchantment="PROTECTION_PROJECTILE:1;DURABILITY:2;PROTECTION_FIRE:2">chainmail boots</boots>
  53. </kit>
  54. </kits>
  55. <spawns>
  56. <!-- チームスポーン -->
  57. <spawn team="blue" yaw="180" kit="blue"><cuboid min="-42,41,22" max="-43,41,21"/></spawn>
  58. <spawn team="red" yaw="9" kit="red"><cuboid min="42,41,-22" max="43,41,-21"/></spawn>
  59. <!-- 観戦者スポーン -->
  60. <default yaw="180"><cuboid min="1,103,1" max="-1,103,1"/></default>
  61. </spawns>
  62. <filters>
  63. <filter name="only-red">
  64. <team>red</team>
  65. </filter>
  66. <filter name="only-blue">
  67. <team>blue</team>
  68. </filter>
  69. <filter name="TNTplace" parents="deny-all">
  70. <allow>
  71. <block>TNT</block>
  72. </allow>
  73. </filter>
  74. <filter name="TNTbreak" parents="deny-all">
  75. <allow>
  76. <block>TNT</block>
  77. </allow>
  78. </filter>
  79. </filters>
  80. <regions>
  81. <apply enter="only-blue" message="敵の本拠地に入る事は出来ません。 / You may not enter enemy base.">
  82. <cuboid min="-49,39,11" max="-35,125,25"/>
  83. </apply>
  84. <apply enter="only-red" message="敵の本拠地に入る事は出来ません。 / You may not enter enemy base.">
  85. <cuboid min="49,39,-11" max="35,125,-25"/>
  86. </apply>
  87. <apply block-place="TNTplace" block-break="TNTbreak">
  88. <rectangle min="-51,31" max="51,-31"/>
  89. </apply>
  90. </regions>
  91. <killreward>
  92. <potion duration="2" amplifier="5">regeneration</potion>
  93. <item amount="1" damage="8229">potion</item>
  94. <item amount="3">arrow</item>
  95. <item amount="1">TNT</item>
  96. </killreward>
  97. <killreward>
  98. <filter>
  99. <!-- 3kills -->
  100. <kill-streak count="2"/>
  101. </filter>
  102. <kit>
  103. <item slot="0" bind="true" name="§rBroad sword[§cAdvenced§r]">iron sword</item>
  104. <potion duration="oo" amplifier="0">speed</potion>
  105. <item slot="8" locked="true" name="§6§lNext killreward:None(4kills)">BLAZE_POWDER</item>
  106. </kit>
  107. </killreward>
  108. <killreward>
  109. <filter>
  110. <!-- 4kills -->
  111. <kill-streak count="3"/>
  112. </filter>
  113. <kit>
  114. <item slot="8" locked="true" name="§6§lNext killreward:Broad sword[+6.5](5kills) NextRank:§4§lHyper§r">BLAZE_POWDER</item>
  115. </kit>
  116. </killreward>
  117. <killreward>
  118. <filter>
  119. <!-- 5kills -->
  120. <kill-streak count="4"/>
  121. </filter>
  122. <kit>
  123. <item slot="0" bind="true" enchantment="DAMAGE_ALL:1;DURABILITY:2" name="§rBroad sword[§4Hyper§r]">stone sword</item>
  124. <item slot="8" locked="true" name="§6§lNext killreward:None(6kills)">BLAZE_POWDER</item>
  125. </kit>
  126. </killreward>
  127. <killreward>
  128. <filter>
  129. <!-- 6kills -->
  130. <kill-streak count="5"/>
  131. </filter>
  132. <kit>
  133. <item slot="8" locked="true" name="§6§lNext killreward:Speed II,Iron boots(7kills) NextRank:§1§lEpic§r">BLAZE_POWDER</item>
  134. </kit>
  135. </killreward>
  136. <killreward>
  137. <filter>
  138. <!-- 7kills -->
  139. <kill-streak count="6"/>
  140. </filter>
  141. <kit>
  142. <potion duration="oo" amplifier="1">speed</potion>
  143. <boots bind="true" enchantment="PROTECTION_PROJECTILE:1;DURABILITY:2;PROTECTION_FIRE:2">iron boots</boots>
  144. <item slot="0" enchantment="DAMAGE_ALL:1" bind="true" name="§rBroad sword[§1Epic§r]">stone sword</item>
  145. <item slot="8" locked="true" name="§6§lNext killreward:Iron Helmet(8kills)">BLAZE_POWDER</item>
  146. </kit>
  147. </killreward>
  148. <killreward>
  149. <filter>
  150. <!-- 8kills -->
  151. <kill-streak count="7"/>
  152. </filter>
  153. <kit>
  154. <helmet bind="true" enchantment="PROTECTION_PROJECTILE:1;DURABILITY:2;PROTECTION_FIRE:2">iron helmet</helmet>
  155. <item slot="8" locked="true" name="§6§lNext killreward:None(9kills)">BLAZE_POWDER</item>
  156. </kit>
  157. </killreward>
  158. <killreward>
  159. <filter>
  160. <!-- 9kills -->
  161. <kill-streak count="8"/>
  162. </filter>
  163. <kit>
  164. <item slot="8" locked="true" name="§6§lNext killreward:Broad Sword[+7](10kills) NextRank:§d§lExtreme§r">BLAZE_POWDER</item>
  165. </kit>
  166. </killreward>
  167. <killreward>
  168. <filter>
  169. <!-- 10kills -->
  170. <kill-streak count="9"/>
  171. </filter>
  172. <kit>
  173. <item slot="0" bind="true" name="§rBroad sword[§dExtreme§r]">diamond sword</item>
  174. <item slot="8" locked="true" name="§6§lNext killreward:None(11kills)">BLAZE_POWDER</item>
  175. </kit>
  176. </killreward>
  177. <killreward>
  178. <filter>
  179. <!-- 11kills -->
  180. <kill-streak count="10"/>
  181. </filter>
  182. <kit>
  183. <item slot="8" locked="true" name="§6§lNext killreward:Heal Potion II(12kills)">BLAZE_POWDER</item>
  184. </kit>
  185. </killreward>
  186. <killreward>
  187. <filter>
  188. <!-- 12kills -->
  189. <kill-streak count="11"/>
  190. </filter>
  191. <kit>
  192. <item amount="1" damage="16421">potion</item>
  193. <item slot="8" locked="true" name="§6§lNext killreward:Heal Potion II(13kills)">BLAZE_POWDER</item>
  194. </kit>
  195. </killreward>
  196. <killreward>
  197. <filter>
  198. <!-- 13kills -->
  199. <kill-streak count="12"/>
  200. </filter>
  201. <kit>
  202. <item amount="1" damage="16421">potion</item>
  203. <item slot="8" locked="true" name="§6§lNext killreward:None(14kills)">BLAZE_POWDER</item>
  204. </kit>
  205. </killreward>
  206. <killreward>
  207. <filter>
  208. <!-- 14kills -->
  209. <kill-streak count="13"/>
  210. </filter>
  211. <kit>
  212. <item slot="8" locked="true" name="§6§lNext killreward:Gold Chastplate(15kills) NextRank:§5§lUltimate§r">BLAZE_POWDER</item>
  213. </kit>
  214. </killreward>
  215. <killreward>
  216. <filter>
  217. <!-- 15kills -->
  218. <kill-streak count="14"/>
  219. </filter>
  220. <kit>
  221. <item slot="0" bind="true" name="§rBroad sword[§5Ultimate§r]">diamond sword</item>
  222. <chestplate bind="true" enchantment="PROTECTION_PROJECTILE:1;DURABILITY:3;PROTECTION_FIRE:2">gold chestplate</chestplate>
  223. <item slot="8" locked="true" name="§6§lNext killreward:Heal Potion I(16kills)">BLAZE_POWDER</item>
  224. </kit>
  225. </killreward>
  226. <killreward>
  227. <filter>
  228. <!-- 16kills -->
  229. <kill-streak count="15"/>
  230. </filter>
  231. <kit>
  232. <item amount="1" damage="16389">potion</item>
  233. <item slot="8" locked="true" name="§6§lNext killreward:Heal Potion I(17kills)">BLAZE_POWDER</item>
  234. </kit>
  235. </killreward>
  236. <killreward>
  237. <filter>
  238. <!-- 17kills -->
  239. <kill-streak count="16"/>
  240. </filter>
  241. <kit>
  242. <item amount="1" damage="16389">potion</item>
  243. <item slot="8" locked="true" name="§6§lNext killreward:Heal Potion I(18kills)">BLAZE_POWDER</item>
  244. </kit>
  245. </killreward>
  246. <killreward>
  247. <filter>
  248. <!-- 18kills -->
  249. <kill-streak count="17"/>
  250. </filter>
  251. <kit>
  252. <item amount="1" damage="16389">potion</item>
  253. <item slot="8" locked="true" name="§6§lNext killreward:Heal Potion I(19kills)">BLAZE_POWDER</item>
  254. </kit>
  255. </killreward>
  256. <killreward>
  257. <filter>
  258. <!-- 19kills -->
  259. <kill-streak count="18"/>
  260. </filter>
  261. <kit>
  262. <item amount="1" damage="16421">potion</item>
  263. <item slot="8" locked="true" name="§6§lNext killreward:Broad sword[+7.5 +Fire](20kills) NextRank:§6§lLegendary§r">BLAZE_POWDER</item>
  264. </kit>
  265. </killreward>
  266. <killreward>
  267. <filter>
  268. <!-- 20kills -->
  269. <kill-streak count="19"/>
  270. </filter>
  271. <kit>
  272. <item slot="0" bind="true" enchantment="DAMAGE_ALL:1;fire_aspect:1" name="§rBroad sword[§6Legendary§r]">iron sword</item>
  273. <item slot="8" locked="true" name="§6§lNext killreward:TNT*2(21kills)">BLAZE_POWDER</item>
  274. </kit>
  275. </killreward>
  276. <killreward>
  277. <filter>
  278. <!-- 21kills -->
  279. <kill-streak count="20"/>
  280. </filter>
  281. <kit>
  282. <item amount="2">TNT</item>
  283. <item slot="8" locked="true" name="§6§lNext killreward:TNT*2(22kills)">BLAZE_POWDER</item>
  284. </kit>
  285. </killreward>
  286. <killreward>
  287. <filter>
  288. <!-- 22kills -->
  289. <kill-streak count="21"/>
  290. </filter>
  291. <kit>
  292. <item amount="2">TNT</item>
  293. <item slot="8" locked="true" name="§6§lNext killreward:TNT*2(23kills)">BLAZE_POWDER</item>
  294. </kit>
  295. </killreward>
  296. <killreward>
  297. <filter>
  298. <!-- 23kills -->
  299. <kill-streak count="22"/>
  300. </filter>
  301. <kit>
  302. <item amount="2">TNT</item>
  303. <item slot="8" locked="true" name="§6§lNext killreward:TNT*2(24kills)">BLAZE_POWDER</item>
  304. </kit>
  305. </killreward>
  306. <killreward>
  307. <filter>
  308. <!-- 24kills -->
  309. <kill-streak count="23"/>
  310. </filter>
  311. <kit>
  312. <item amount="2">TNT</item>
  313. <item slot="8" locked="true" name="§6§lNext killreward:Diamond Helmet,Boots(25kills) NextRank:§3§lEternal§r">BLAZE_POWDER</item>
  314. </kit>
  315. </killreward>
  316. <killreward>
  317. <filter>
  318. <!-- 25kills -->
  319. <kill-streak count="24"/>
  320. </filter>
  321. <kit>
  322. <item slot="0" bind="true" enchantment="DAMAGE_ALL:1;fire_aspect:1" name="§rBroad sword[§3Eternal§r]">iron sword</item>
  323. <helmet bind="true" enchantment="PROTECTION_PROJECTILE:1;DURABILITY:2;PROTECTION_FIRE:2">diamond helmet</helmet>
  324. <boots bind="true" enchantment="PROTECTION_PROJECTILE:1;DURABILITY:2;PROTECTION_FIRE:2">diamond boots</boots>
  325. <item slot="8" locked="true" name="§6§lNext killreward:Comprete(?) Thank you for playing!">BLAZE_POWDER</item>
  326. </kit>
  327. </killreward>
  328. <killreward>
  329. <filter>
  330. <!-- 30kills (Hidden reward) -->
  331. <kill-streak count="29"/>
  332. </filter>
  333. <kit>
  334. <item slot="0" bind="true" enchantment="DAMAGE_ALL:1" name="§rBroad sword[§2Champion§r]">diamond sword</item>
  335. <item slot="8" locked="true" name="§6§lNext killreward:True end. You're the strongest fighter.">BLAZE_ROD</item>
  336. </kit>
  337. </killreward>
  338. <portals>
  339. <!-- Blue Side Portals => Red spawn point -->
  340. <!-- Roof -->
  341. <portal x="@39" y="@59" z="@18" yaw="@-90">
  342. <cuboid min="-38,64,-19" max="-40,64,-17"/>
  343. </portal>
  344. <!-- First Floor => 2 -->
  345. <portal x="@31" y="@27" z="@5" yaw="@180">
  346. <cuboid min="-49,42,-2" max="-49,39,-4"/>
  347. </portal>
  348. <!-- Second Floor => 3 -->
  349. <portal x="@45" y="@13" z="@2" yaw="@90">
  350. <cuboid min="-49,34,5" max="-49,30,1"/>
  351. </portal>
  352. <!-- Third Floor => 1 -->
  353. <portal x="@42" y="@39" z="@16" yaw="@-180">
  354. <cuboid min="-49,15,3" max="-49,19,8"/>
  355. </portal>
  356. <!-- Red Side Portals => Blue spawn point -->
  357. <!-- Roof -->
  358. <portal x="@-39" y="@59" z="@-18" yaw="@-90">
  359. <cuboid min="40,64,17" max="38,64,19"/>
  360. </portal>
  361. <!-- First Floor => 2 -->
  362. <portal x="@-39" y="@29" z="@-3" yaw="@0">
  363. <cuboid min="50,42,4" max="50,39,2"/>
  364. </portal>
  365. <!-- Second Floor => 3 -->
  366. <portal x="@-44" y="@15" z="@6" yaw="@-90">
  367. <cuboid min="50,27,2" max="50,31,-2"/>
  368. </portal>
  369. <!-- Third Floor => 1 -->
  370. <portal x="@-42" y="@39" z="@-16" yaw="@0">
  371. <cuboid min="50,13,6" max="50,16,1"/>
  372. </portal>
  373. </portals>
  374. <!-- コントロールポイント定義 -->
  375. <!-- v1.0.7 勝利条件を変更 -->
  376. <controlpoints capture-limit="3">
  377. <controlpoint id="Terrene" name="Terrene">
  378. <capture>
  379. <cuboid min="2,41,2" max="-2,40,-2"/>
  380. </capture>
  381. <flag>
  382. <cuboid min="2,41,2" max="-2,40,-2"/>
  383. </flag>
  384. </controlpoint>
  385. <controlpoint id="Cave" name="Cave">
  386. <capture>
  387. <cuboid min="-6,28,4" max="-10,27,0"/>
  388. </capture>
  389. <flag>
  390. <cuboid min="-6,28,4" max="-10,27,0"/>
  391. </flag>
  392. </controlpoint>
  393. <controlpoint id="Nether" name="Nether">
  394. <capture>
  395. <cuboid min="8,13,-13" max="4,12,-17"/>
  396. </capture>
  397. <flag>
  398. <cuboid min="8,13,-13" max="4,12,-17"/>
  399. </flag>
  400. </controlpoint>
  401. </controlpoints>
  402. <!-- オートスポーン (体力増強継承バグが修正されるまで実装を見送り)
  403. <autorespawn/>
  404. <autorespawn time="1s"/>
  405. -->
  406. <!-- TNT関連の設定 -->
  407. <tnt>
  408. <!-- ブロックへのダメージを無効化 -->
  409. <blockdamage>off</blockdamage>
  410. <!-- 設置時に即着火 -->
  411. <instantignite>on</instantignite>
  412. </tnt>
  413. <!-- TNTダメージ増加のための難易度設定 -->
  414. <difficulty>NORMAL</difficulty>
  415. <!-- Tutorial -->
  416. <include src="tutorial.xml"/>
  417. <tutorial>
  418. <!-- ゲームモード説明 -->
  419. <stage title="Control Point(CP)">
  420. <message>
  421. <line>This map is a `a`lControl point `r(CP) map.</line>
  422. <line>To overwhelm the control point is the purpose.</line>
  423. </message>
  424. <message lang="ja_JP">
  425. <line>このマップは`a`lControl point `r(CP)マップです。</line>
  426. <line>コントロールポイントの制圧が目的です。</line>
  427. </message>
  428. </stage>
  429. <!-- 各CPの説明 -->
  430. <stage title="Control point">
  431. <title lang="ja_JP">コントロールポイント</title>
  432. <teleport>
  433. <point yaw="180">0,43,9</point>
  434. </teleport>
  435. <message>
  436. <line>This is Terrene.</line>
  437. </message>
  438. <message lang="ja_JP">
  439. <line>ここは、Terreneです。</line>
  440. </message>
  441. </stage>
  442. <stage title="Control point">
  443. <title lang="ja_JP">コントロールポイント</title>
  444. <teleport>
  445. <point yaw="180">-8,28,7</point>
  446. </teleport>
  447. <message>
  448. <line>This is Cave</line>
  449. </message>
  450. <message lang="ja_JP">
  451. <line>ここは、Caveです。</line>
  452. </message>
  453. </stage>
  454. <stage title="Control point">
  455. <title lang="ja_JP">コントロールポイント</title>
  456. <teleport>
  457. <point yaw="0">6,14,-19</point>
  458. </teleport>
  459. <message>
  460. <line>This is Nether</line>
  461. </message>
  462. <message lang="ja_JP">
  463. <line>ここは、Netherです。</line>
  464. </message>
  465. </stage>
  466. <stage title="killreward [Rank]">
  467. <title lang="ja_JP">キル報酬 [ランク]</title>
  468. <teleport>
  469. <point yaw="90">-1,102,0</point>
  470. </teleport>
  471. <message>
  472. <line>The next is explanation about the kill reward.</line>
  473. <line>The equipment becomes luxurious whenever I make kill on this stage. Let's do our best.</line>
  474. </message>
  475. <message lang="ja_JP">
  476. <line>次は、キル報酬についての説明です。</line>
  477. <line>このステージではキルするごとに装備が豪華になっていきます。頑張りましょう。</line>
  478. </message>
  479.     </stage>
  480. </tutorial>
  481. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement