煉獄の七姉妹、ここに!

黄金夢想曲シリーズの ルシファー が使用します。

原作では七姉妹に羽交い絞めにされ、「は、はなせ!」等のボイスが発生します。
対応できるのはBoomerさんのルシファーです。



特に別途対応できるようになっていなかったようですので、-2ステートを用いて対応させます。
グラフィックは拘束やられと同じものですので、anim 19861 を使用するといいと思います。

anim 例

;拘束演出
[Begin Action 19861]
19861,0,0,0,-1

登録の際はくらい判定(青枠)を付けてください。

↓自分(くらう側)の-2ステートに追記します。

;ルシファー「煉獄の七姉妹、ここに!」対応ステート
[state ]
type=playsnd
trigger1=numenemy
trigger1=enemynear,name="Lucifer"&&enemynear,authorname="Boomer"&&stateno=7625&&time=20&&movetype=H
value=○,○
persistent=0

[state ]
type=Explod
trigger1=!numexplod(19861)&&numenemy
trigger1=enemynear,name="Lucifer"&&enemynear,authorname="Boomer"&&stateno=7625&&time=20&&movetype=H
anim=19861
ID=19861
postype=p1
scale=1,1
pos=-20,0
bindtime=-1
removetime=-1
shadow=-1

[state ]
type=AssertSpecial
trigger1=numexplod(19861)=1&&numenemy
trigger1=enemynear,name="Lucifer"&&enemynear,authorname="Boomer"&&stateno=7625&&time>=20&&movetype=H
flag=invisible

[State ]
type=RemoveExplod
trigger1=numexplod(19861)=1&&stateno!=7625
ID=19861

↑ここまで

くらい中毎F 5010 のアニメが表示されるようになっていたので、本体を透明化してexplodでやられ絵を表示させています。

自作キャラの対応

- - - - - - - -


戻る

TOP

inserted by FC2 system