kanannkannna
題名未設定
1 post
Don't wanna be here? Send us removal request.
kanannkannna · 4 years ago
Text
絶アレキサンダー ナイサイコールのスペスペ用タイムライン
うちの固定では2体フェーズの3回目ナイサイ交換時の行動者を固定化するためDPS,THのどちらがナイサイを持っているかに関わらずTHが交換するべきDPSの名前をコールする方法を取っていた
コールの保険として作ったスペスペ用のタイムラインは以下の通り
```
<!-- 仮判決1 -->    <t sync="^1A:[id8]:[DRK] gains the effect of 最後の仮判決(?<prejudge>(α|β|γ|δ)) from  for 36.00 Seconds.">      <expressions>        <set name="drkns" value="${prejudge}" />      </expressions>    </t>    <t sync="[DRK] loses the effect of 最後の仮判決(α|β|γ|δ)">      <expressions>        <set name="drkns" value="none" />      </expressions>    </t>    <t sync="^1A:[id8]:[PLD] gains the effect of 最後の仮判決(?<prejudge>(α|β|γ|δ)) from  for 36.00 Seconds." >      <expressions>        <set name="pldns" value="${prejudge}" />      </expressions>    </t>    <t sync="[PLD] loses the effect of 最後の仮判決(α|β|γ|δ)" >      <expressions>        <set name="pldns" value="none" />      </expressions>    </t>
   <t sync="^1A:[id8]:[WHM] gains the effect of 最後の仮判決(?<prejudge>(α|β|γ|δ)) from  for 36.00 Seconds.">      <expressions>        <set name="whmns" value="${prejudge}" />      </expressions>    </t>    <t sync="[WHM] loses the effect of 最後の仮判決(α|β|γ|δ)">      <expressions>        <set name="whmns" value="none" />      </expressions>    </t>    <t sync="^1A:[id8]:[SCH] gains the effect of 最後の仮判決(?<prejudge>(α|β|γ|δ)) from  for 36.00 Seconds.">      <expressions>        <set name="schns" value="${prejudge}" />      </expressions>    </t>    <t sync="[SCH] loses the effect of 最後の仮判決(α|β|γ|δ)">      <expressions>        <set name="schns" value="none" />      </expressions>    </t>
   <t sync="^1A:[id8]:[SAM] gains the effect of 最後の仮判決(?<prejudge>(α|β|γ|δ)) from  for 36.00 Seconds.">      <expressions>        <set name="samns" value="${prejudge}" />      </expressions>    </t>    <t sync="[SAM] loses the effect of 最後の仮判決(α|β|γ|δ)">      <expressions>        <set name="samns" value="none" />      </expressions>    </t>    <t sync="^1A:[id8]:[NIN] gains the effect of 最後の仮判決(?<prejudge>(α|β|γ|δ)) from  for 36.00 Seconds." >      <expressions>        <set name="ninns" value="${prejudge}" />      </expressions>    </t>    <t sync="[NIN] loses the effect of 最後の仮判決(α|β|γ|δ)">      <expressions>        <set name="ninns" value="none" />      </expressions>    </t>
   <t sync="^1A:[id8]:[BRD] gains the effect of 最後の仮判決(?<prejudge>(α|β|γ|δ)) from  for 36.00 Seconds.">      <expressions>        <set name="brdns" value="${prejudge}" />      </expressions>    </t>    <t sync="[BRD] loses the effect of 最後の仮判決(α|β|γ|δ)">      <expressions>        <set name="brdns" value="none" />      </expressions>    </t>    <t sync="^1A:[id8]:[SMN] gains the effect of 最後の仮判決(?<prejudge>(α|β|γ|δ)) from  for 36.00 Seconds.">      <expressions>        <set name="smnns" value="${prejudge}" />      </expressions>    </t>    <t sync="[SMN] loses the effect of 最後の仮判決(α|β|γ|δ)">      <expressions>        <set name="smnns" value="none" />      </expressions>    </t>
   <t sync="^1A:[id8]:[mex] gains the effect of 最後の仮判決(?<prejudge>(α|β|γ|δ)) from  for 36.00 Seconds.">      <expressions>        <set name="mexns" value="${prejudge}" />      </expressions>    </t>    <t sync="[mex] loses the effect of 最後の仮判決(α|β|γ|δ)">      <expressions>        <set name="mexns" value="none" />      </expressions>    </t>
   <!-- 仮判決1 end -->
   <!-- 仮判決2 -->    @if (Model.Player.InRole("TANK", "HEALER")) {      <t name="最後の仮判決" sync="^1A:[id8]:[SAM] gains the effect of 最後の審判:仮判決(?<judge>(α|β|γ|δ)) from  for 45.00 Seconds." notice="サムライと交換, サムライ と交換" sync-count="1" >        <expressions>          <pre name="mexns" value="${judge}" />        </expressions>      </t>      <t name="最後の仮判決" sync="^1A:[id8]:[NIN] gains the effect of 最後の審判:仮判決(?<judge>(α|β|γ|δ)) from  for 45.00 Seconds." notice=" 忍者 と交換���忍者と交換" sync-count="1">        <expressions>          <pre name="mexns" value="${judge}" />        </expressions>      </t>      <t name="最後の仮判決" sync="^1A:[id8]:[BRD] gains the effect of 最後の審判:仮判決(?<judge>(α|β|γ|δ)) from  for 45.00 Seconds." notice="詩人と交換, 詩人 と交換" sync-count="1">        <expressions>          <pre name="mexns" value="${judge}" />        </expressions>      </t>      <t name="最後の仮判決" sync="^1A:[id8]:[SMN] gains the effect of 最後の審判:仮判決(?<judge>(α|β|γ|δ)) from  for 45.00 Seconds." notice="召喚と交換, 召喚 と交換" sync-count="1">        <expressions>          <pre name="mexns" value="${judge}" />        </expressions>      </t>
     <t name="最後の仮判決" sync="^1A:[id8]:[mex] gains the effect of 最後の審判:仮判決(?<judge>(α|β|γ|δ)) from  for 45.00 Seconds." notice=" 侍 と交換,侍と交換" sync-count="1">        <expressions>          <pre name="samns" value="${judge}" />        </expressions>      </t>      <t name="最後の仮判決" sync="^1A:[id8]:[mex] gains the effect of 最後の審判:仮判決(?<judge>(α|β|γ|δ)) from  for 45.00 Seconds." notice="忍者と交換, 忍者 と交換" sync-count="1">        <expressions>          <pre name="ninns" value="${judge}" />        </expressions>      </t>      <t name="最後の仮判決" sync="^1A:[id8]:[mex] gains the effect of 最後の審判:仮判決(?<judge>(α|β|γ|δ)) from  for 45.00 Seconds." notice="詩人と交換,詩人と交換" sync-count="1">        <expressions>          <pre name="brdns" value="${judge}" />        </expressions>      </t>      <t name="最後の仮判決" sync="^1A:[id8]:[mex] gains the effect of 最後の審判:仮判決(?<judge>(α|β|γ|δ)) from  for 45.00 Seconds." notice="召喚と交換,召喚と交換" sync-count="1">        <expressions>          <pre name="smnns" value="${judge}" />        </expressions>      </t>    } else {      <t name="最後の仮判決" sync="^1A:[id8]:[DRK] gains the effect of 最後の審判:仮判決(?<judge>(α|β|γ|δ)) from  for 45.00 Seconds." notice="暗黒と交換, 暗黒 と交換" sync-count="1">        <expressions>          <pre name="mexns" value="${judge}" />        </expressions>      </t>      <t name="最後の仮判決" sync="^1A:[id8]:[PLD] gains the effect of 最後の審判:仮判決(?<judge>(α|β|γ|δ)) from  for 45.00 Seconds." notice="ナイトと交換, ナイト と交換" sync-count="1">        <expressions>          <pre name="mexns" value="${judge}" />        </expressions>      </t>      <t name="最後の仮判決" sync="^1A:[id8]:[WHM] gains the effect of 最後の審判:仮判決(?<judge>(α|β|γ|δ)) from  for 45.00 Seconds." notice="白魔と交換, 白魔 と交換" sync-count="1">        <expressions>          <pre name="mexns" value="${judge}" />        </expressions>      </t>      <t name="最後の仮判決" sync="^1A:[id8]:[SCH] gains the effect of 最後の審判:仮判決(?<judge>(α|β|γ|δ)) from  for 45.00 Seconds." notice="学者と交換,学者と交換" sync-count="1">        <expressions>          <pre name="mexns" value="${judge}" />        </expressions>      </t>
     <t name="最後の仮判決" sync="^1A:[id8]:[mex] gains the effect of 最後の審判:仮判決(?<judge>(α|β|γ|δ)) from  for 45.00 Seconds." notice=" 暗黒 と交換, 暗黒 と交換" sync-count="1">        <expressions>          <pre name="drkns" value="${judge}" />        </expressions>      </t>      <t name="最後の仮判決" sync="^1A:[id8]:[mex] gains the effect of 最後の審判:仮判決(?<judge>(α|β|γ|δ)) from  for 45.00 Seconds." notice=" ナイト と交換, ナイト と交換" sync-count="1">        <expressions>          <pre name="pldns" value="${judge}" />        </expressions>      </t>      <t name="最後の仮判決" sync="^1A:[id8]:[mex] gains the effect of 最後の審判:仮判決(?<judge>(α|β|γ|δ)) from  for 45.00 Seconds." notice="白魔と交換,白魔と交換" sync-count="1">        <expressions>          <pre name="whmns" value="${judge}" />        </expressions>      </t>      <t name="最後の仮判決" sync="^1A:[id8]:[mex] gains the effect of 最後の審判:仮判決(?<judge>(α|β|γ|δ)) from  for 45.00 Seconds." notice=" 学者と交換, 学者と交換" sync-count="1">        <expressions>          <pre name="schns" value="${judge}" />        </expressions>      </t>    }
```
1 note · View note