62 lines
3.7 KiB
Common Lisp
62 lines
3.7 KiB
Common Lisp
*start
|
||
|
||
|
||
[state enablemove=false enableAttack=false]
|
||
|
||
[load id=stFalling cond="sprite.altitude>50"]
|
||
|
||
[move path="(10,0,30)" xAccel=0 hAccel=-1 frame=3]
|
||
[playse storage="c9004"]
|
||
|
||
[image num=1]
|
||
[dispsize width=80 height=86 centerpos=40 baseline=0]
|
||
[disp left=0 top=0 opacity=255][hit rect="(19,5,63,80)"][wait frame=2]
|
||
|
||
[move path="(25,0,40)" xAccel=0 hAccel=-1 frame=5]
|
||
[move path="(25,0,-10)" xAccel=0 hAccel=1 frame=5]
|
||
|
||
[dispsize width=80 height=86 centerpos=50 baseline=-10]
|
||
[disp left=1 top=0 opacity=255][hit rect="(13,43,73,81)"][wait frame=2]
|
||
|
||
[playse storage="se037"]
|
||
[image num=2]
|
||
[dispsize width=92 height=68 centerpos=35 baseline=10]
|
||
[disp left=0 top=0 opacity=255][hit rect="(17,4,85,57)"][wait frame=2]
|
||
|
||
[effect storage='p00_dashAttack3_e' xoffset=80 hoffset=30]
|
||
[effect storage='whirlwind01b' altitude=0 aoffset=-1 type=ltPsColorDodge5]
|
||
[effect storage='attackEffect03' xoffset=30 hoffset=-10]
|
||
|
||
|
||
[image num=3]
|
||
[dispsize width=72 height=102 centerpos=25 baseline=-8]
|
||
[disp left=0 top=0 opacity=255][hit rect="(5,36,64,92)"][attack rect="(-3,-1,73,67)" strength=12 kind=atkBrowOut|atkEnablePursue depth=(15,15)][wait frame=1]
|
||
|
||
[image num=4]
|
||
[dispsize width=112 height=78 centerpos=65 baseline=0]
|
||
[disp left=0 top=0 opacity=255][hit rect="(12,12,101,69)"][attack rect="(-9,-7,72,74)" strength=12 kind=atkBrowOut|atkEnablePursue depth=(15,15)][wait frame=2]
|
||
|
||
|
||
[ontrigger name=landing target=*landing]
|
||
|
||
[move path="(30,0,-20)" xaccel=0 haccel=1 frame=8]
|
||
|
||
[image num=5]
|
||
[dispsize width=76 height=84 centerpos=42 baseline=0]
|
||
[disp left=0 top=0 opacity=255][hit rect="(7,14,60,78)"][wait frame=2]
|
||
|
||
|
||
|
||
[eval exp="sprite.altitude-=30"]
|
||
|
||
|
||
[image id=stLanding2 num=1]
|
||
[dispsize width=60 height=118 centerpos=40 baseline=0]
|
||
[disp left=0 top=0 opacity=255][hit rect="(6,23,52,102"]
|
||
[s]
|
||
|
||
*landing
|
||
|
||
[load id="stLanding2"]
|
||
|
||
|