Skip to content

Instantly share code, notes, and snippets.

@griefnote
Last active March 18, 2020 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save griefnote/42ddfdf0638aeda08eaea1e8f40ea35d to your computer and use it in GitHub Desktop.
Save griefnote/42ddfdf0638aeda08eaea1e8f40ea35d to your computer and use it in GitHub Desktop.
漆黒エリアの通常フィールド用タイムライン
<?xml version="1.0" encoding="utf-8"?>
<timeline>
<name>フィールド:漆黒エリア</name>
<rev>rev1</rev>
<description>
漆黒エリアの通常フィールド用トリガーです。
</description>
<author>sheeva</author>
<license>CC BY-SA</license>
<zone>Amh Araeng,Il Mheg,Kholusia,The Tempest,The Rak'tika Greatwood,Lakeland</zone>
<locale>JA</locale>
<entry></entry>
<start></start>
@{
var map_scale = 0.4;
var map_top = 30;
var map_left = 1600;
var map_duration = 90;
}
<!-- 5.0全エリア共通 特殊Sモブ「フォーギヴン・リベリオン」発生判定用トリガ -->
<t text="リベリオン配下POP" sync="00:0839:特殊なリスキーモブの配下が、偵察活動を開始したようだ……" notice="配下がポップ。" >
<i-notice
image="map_ssmob_@(Model.Zone).png"
scale="@map_scale" left="@map_left" top="@map_top" duration="@map_duration" enabled="true" />
<v-notice
icon="Attention.png"
duration="10"
duration-visible="false"
style="NOTICE_NORMAL" />
</t>
@if (Model.InZone("Lakeland")) {
<!-- レイクランドSモブ「ティガー」 -->
<t text="サンダーブレス\n➜ 左前方範囲" sync="^00:282b:ティガーは「サンダーブレス」の構え。$" notice="右えー。" >
<v-notice
icon="East.png"
duration="6"
duration-visible="false"
style="NOTICE_NORMAL" />
</t>
<t text="コールドブレス\n➜ 右前方範囲" sync="^00:282b:ティガーは「コールドブレス」の構え。$" notice="左えー。">
<v-notice
icon="West.png"
duration="6"
duration-visible="false"
style="NOTICE_NORMAL" />
</t>
<t text="フレイムブレス\n➜ 前方範囲" sync="^00:282b:ティガーは「フレイムブレス」の構え。$" notice="">
<v-notice
icon="StackBack.png"
duration="6"
duration-visible="false"
style="NOTICE_NORMAL" />
</t>
<t text="咆哮\n➜ 後方範囲に注意" sync="^00:282b:ティガーは「(氷結|雷電)の咆哮」を唱えた。$" notice="背面から離れる。" >
<v-notice
icon="Attention.png"
duration="6"
duration-visible="false"
style="NOTICE_NORMAL" />
</t>
}
@if (Model.InZone("Il Mheg")) {
<!--イル・メグSモブ「アグラオペ」 -->
<t text="四苦の歌\n➜ 足元集合" sync="^00:282b:アグラオペは「四苦の歌」を唱えた。$" notice="足元えー。" >
<v-notice
icon="Stack.png"
duration="6"
duration-visible="false"
style="NOTICE_NORMAL" />
</t>
<t text="誘惑のソナタn➜ 離れる" sync="^00:282b:アグラオペは「誘惑のソナタ」を唱えた。$" notice="離れるー。">
<v-notice
icon="Leave.png"
duration="6"
duration-visible="false"
style="NOTICE_NORMAL" />
</t>
}
</timeline>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment