Advertisement
GALAXYCOMET2002

Mongara Camp - Splat Zones v0.1

Jun 1st, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.09 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <map proto="1.3.5">
  3.   <!-- マップ名 -->
  4.   <name>Mongara Camp - Splat Zones</name>
  5.   <!-- マップバージョン -->
  6.   <version>0.1</version>
  7.   <!-- マップの説明 -->
  8.   <objective>エリアを占領し維持せよ / Capture the Areas!</objective>
  9.   <!-- マップ作者 複数指定可能です。contribution=""属性でどのようにマップに貢献したかを設定する事が出来ます。有効なMinecraft IDである必要があります。  -->
  10.   <authors>
  11.     <author>GALAXYCOMET2002</author>
  12.   </authors>
  13.   <!-- マップ制作協力者 複数指定可能です。contribution=""属性でどのようにマップに貢献したかを設定する事が出来ます。有効なMinecraft IDである必要があります。  -->
  14.   <!--<contributors>  
  15.  </contributors>-->
  16.   <maxbuildheight>0</maxbuildheight>
  17.   <teams>
  18.     <team color="green" max="12" id="lime">SplatLime</team>
  19.     <team color="red" max="12" id="pink">SplatPink</team>
  20.   </teams>
  21.   <disabledamage>
  22.     <damage>fall</damage>
  23.   </disabledamage>
  24.   <regions>
  25.     <!--<cuboid id="wg-open-1" min="-1026,32,-1591" max="-1023,25,-1591"/>
  26.    <cuboid id="wg-open-2" min="-1020,32,-1591" max="-1017,25,-1591"/>
  27.    <cuboid id="wg-open-3" min="-1128,32,-1554" max="-1131,25,-1554"/>
  28.    <cuboid id="wg-open-4" min="-1134,32,-1554" max="-1137,25,-1554"/>
  29.    <cuboid id="wg-clos-1" min="-1026,22,-1591" max="-1023,13,-1591"/>
  30.    <cuboid id="wg-clos-2" min="-1020,22,-1591" max="-1017,13,-1591"/>
  31.    <cuboid id="wg-clos-3" min="-1128,22,-1554" max="-1131,13,-1554"/>
  32.    <cuboid id="wg-clos-4" min="-1134,22,-1554" max="-1137,13,-1554"/>-->
  33.     <union id="sz">
  34.       <cuboid min="-1085,18,-1582" max="-1081,18,-1568"/>
  35.       <cuboid min="-1069,18,-1563" max="-1073,18,-1577"/>
  36.     </union>
  37.     <union id="gl">
  38.       <cuboid min="-1068,18,-1578" max="-1074,18,-1578"/>
  39.       <cuboid min="-1068,18,-1578" max="-1068,18,-1562"/>
  40.       <cuboid min="-1068,18,-1562" max="-1074,18,-1562"/>
  41.       <cuboid min="-1074,18,-1562" max="-1074,18,-1578"/>
  42.       <cuboid min="-1080,18,-1567" max="-1080,18,-1583"/>
  43.       <cuboid min="-1080,18,-1583" max="-1086,18,-1583"/>
  44.       <cuboid min="-1086,18,-1583" max="-1086,18,-1567"/>
  45.       <cuboid min="-1086,18,-1567" max="-1080,18,-1567"/>
  46.     </union>
  47.   </regions>
  48.   <spawns>
  49.     <!-- チームスポーン -->
  50.     <spawn team="green" yaw="-90"><cuboid min="-1143,21,-1568" max="-1148,21,-1562"/></spawn>
  51.     <spawn team="red" yaw="90"><cuboid min="-1009,21,-1576" max="-1004,21,-1582"/></spawn>
  52.     <!-- 観戦者スポーン -->
  53.     <default yaw="90"><cuboid min="-1084,9,-1625" max="-1084,9,-1625"/></default>
  54.   </spawns>
  55.   <splatt materials="wool;stained_clay" hide-progress-time="1m">
  56.     <!-- 制限時間 -->
  57.     <time>310s</time>
  58.   </splatt>
  59.   <broadcasts>
  60.     <tip after="2s">You must capture the Areas and keep it until 100 seconds.</tip>
  61.     <tip after="2s">中央のガチエリアを塗って確保し、100秒維持する事で勝利となります。</tip>
  62.   </broadcasts>
  63.   <include src="splatt.xml"/>
  64.   <include src="tutorial.xml"/>
  65.   <tutorial>
  66.     <stage title="Gamemode Splatt and Splat Zones">
  67.       <message>
  68.         <line>This map is a `aSplatt `fand `bSplat Zones `fmap.</line>
  69.         <line>`6Capture the Areas!</line>
  70.       </message>
  71.       <message lang="ja_JP">
  72.         <line>このマップは `aSplatt `fand `bガチエリア `fマップです。</line>
  73.         <line>`6エリアを占領し維持せよ!</line>
  74.       </message>
  75.     </stage>
  76.     <stage title="Splat Zones">
  77.       <message>
  78.         <line>This is `eSplat Zones`f.</line>
  79.         <line>You must capture there and keep it until 100 seconds.</line>
  80.       </message>
  81.       <message lang="ja_JP">
  82.         <line>ガラスで囲まれたところが`eガチエリア`fです。</line>
  83.         <line>ここを塗って確保し、100秒維持する事で勝利となります。</line>
  84.       </message>
  85.       <teleport>
  86.         <point yaw="-120" pitch="35">-1085,26,-1567</point>
  87.       </teleport>
  88.     </stage>
  89.   </tutorial>
  90.   <script src="main.js"/>
  91. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement