-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamalgam.st
52 lines (48 loc) · 1.05 KB
/
amalgam.st
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
; States file for Parasite -- Amalgams
;
;---------------------------------------------------------------------------
; States in this file:
;
; Amalgam Hyper (D,DF,F + HP+HK) - state 4000
; (Move description goes here)
;
;----------------------------
;---------------------------------------------------------------------------
; Amalgam Hyper
; (incomplete -- only the intro portraits are done at this point)
[StateDef 4000]
type = S
physics = S
ctrl = 1
anim = 0 ; change this to the anim char will perform when the Hyper starts
velset = 0,0
poweradd = -3000
[State 4000, superpause]
type = SuperPause
trigger1 = Time = 0 ;animelem = 2
time = 40
sound = S10,0
pos = -5,-45
darken = 1
[State 4000, Char Portrait]
type = Explod
trigger1 = Time = 0
anim = 4010
postype = left
pos = 0,0
ownpal = 1
ignorehitpause = 1
sprpriority = 1
supermovetime = 40
removeongethit = 1
[State 4000, Partner Portrait]
type = Explod
trigger1 = Time = 0
anim = 4011
postype = left
pos = 0,0
ownpal = 1
ignorehitpause = 1
sprpriority = 1
supermovetime = 40
removeongethit = 1