shiny-cuty-excel-chiffon/data/dh9061.asd

39 lines
2.4 KiB
Common Lisp
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

*start
[eval exp="sprite.sprites[stDamage1]='dh9062'"];
[eval exp="sprite.sprites[stDamage2]='dh9062'"];
[eval exp="sprite.sprites[stEtc1]='dh9063'"];
[eval exp="mp.kind='セックス'"]
[dispsize width=54 height=168 centerpos=27 baseline=0]
[state enablemove=false enableAttack=false]
[wait frame=&(intrandom(0,8))]
[eval exp="mp.seCount=intrandom(1,8)"]
*loop1
[if exp="sprite.rootX<-80||sprite.rootX>bao.internalWidth+80"]
[wait frame=5]
[jump target=*loop1]
[endif]
[iscript]
mp.flag = true;
if(f.inStage2Extra){
mp.flag = (intrandom(0, bao.enemies.count) < 4);
}
[endscript]
[playse storage=&('se1910'+mp.seCount) volume=70 cond="mp.flag"]
[disp left=0 top=0 opacity=255][hit rect="(3,47,49,165)"][wait frame=3]
[disp left=1 top=0 opacity=255][hit rect="(3,47,49,165)"][wait frame=3]
[disp left=2 top=0 opacity=255][hit rect="(3,47,49,165)"][wait frame=3]
[disp left=3 top=0 opacity=255][hit rect="(3,47,49,165)"][wait frame=3]
[disp left=4 top=0 opacity=255][hit rect="(3,47,49,165)"][wait frame=3]
[disp left=5 top=0 opacity=255][hit rect="(3,47,49,165)"][wait frame=3]
[eval exp="mp.seCount++"]
[eval exp="mp.seCount=1" cond="mp.seCount==9"]
[jump target=*loop1]