>>607
<t no="1" sync="^26:(?<jutsu1_id>[0-9a-fA-F]{8}):[pc]:.*?:(01E109F8|01E309F8):" sync-interval="10" >
<expressions>
<set name="jutsu1_id" value="0x${jutsu1_id}" />
</expressions>
</t>
<t no="2" sync="^26:.*?:(01E109F8|01E309F8):" sync-interval="10" >
<expressions>
<pre name="jutsu1_id" value="VAR['magic1_id']" />
<set name="jutsu1_inv" value="true" />
</expressions>
</t>
<t no="2" sync="^26:.*?:(01E109F8|01E309F8):" sync-interval="10" >
<expressions>
<pre name="jutsu1_id" value="VAR['magic2_id']" />
<set name="jutsu1_inv" value="true" />
</expressions>
</t>
<t no="3" sync="^26:.*?:01E109F8:" notice="頭割りから散開" sync-interval="10" >
<expressions>
<pre name="jutsu1_inv" value="false" />
</expressions>
<v-notice text="頭割り→散開" duration="10" />
</t>
<t no="3" sync="^26:.*?:01E109F8:" notice="散開から頭割り" sync-interval="10" >
<expressions>
<pre name="jutsu1_inv" value="true" />
</expressions>
<v-notice text="散開→頭割り" duration="10" />
</t>

<t name="ID1キャプチャ" sync="^1A:(?<magic1_id>[0-9a-fA-F]{8}):[pc] gains the effect.*Seconds. BuffID: 0D15-00" sync-count="1">
<expressions>
<set name="magic1_id" value="0x${magic1_id}" />
</expressions>
</t>
<t name="ID2キャプチャ" sync="^1A:(?<magic2_id>[0-9a-fA-F]{8}):[pc] gains the effect.*Seconds. BuffID: 0D15-00" sync-count="2">
<expressions>
<set name="magic2_id" value="0x${magic2_id}" />
</expressions>
</t>

8人全員ではなく、術式の対象者2人に対して、マジックインバージョンのIDが一致するかどうかを見る
これは頭割りの例
t no="3"に散開、炎、氷を追加すれば完成