A downloadable game for Windows

I love game jams! I needed to work on some action sequences for my game, so this little project was perfect. I was hoping to have a lot more in it, but I ended up only having a few days to put this together due to rl stuff. I think it turned out well though. Thank you for taking a look!

Download

Download
BumpInTheNight.exe 524 MB

Comments

Log in with itch.io to leave a comment.

(-1)

Sorry, I forgot to include the action sequences in the download. Here they are!

* Attack (Just the normal attack)
<Target Action>
motion evade: user
move user: targets, front, 25
wait for movement
motion thrust: user
action animation
wait: 10
shake screen: 3, 9, 5
action effect
death break
</target Action>

* Spin Slash
<whole action>
</whole action>
<target action>
hide battle hud
camera focus: user, HEAD, 40
zoom: 1.35, 45
motion guard: user
wait for camera
move user: target, FRONT CENTER
wait: 10
force no critical
face user: backward
motion attack: user
wait: 10
face user: forward
action animation: target
shake screen: 1, 9, 15
action effect: target
wait: 10
face user: backward
motion attack: user
wait: 10
face user: forward
action animation: target
shake screen: 1, 9, 15
action effect: target
wait: 10
face user: backward
motion attack: user
wait: 10
face user: forward
action animation: target
shake screen: 1, 9, 15
action effect: target
wait: 10
JUMP user:  120, 30
face user: forward
MOVE user: backward, 120, 30
face user: forward
force critical
wait: 50
move user: target, BACK CENTER
motion attack: user
animation 64: target
action effect: target
flash screen: white, 45
shake screen: 4, 8, 20
wait: 40
motion guard: user
motion wait: user
wait: 10
death break
perform finish
clear battle log
</target action>
<follow action>
wait: 20
show battle hud
</follow action>

* Triple Strike All
<whole action>
hide battle hud
camera focus: user, HEAD, 40
zoom: 1.35, 45
wait for camera
jump user: 150%, 30
motion victory: user
wait: 60
move user: target, BASE
wait: 10
motion attack: user
motion wait: user
action animation: target
shake screen: 3, 9, 15
action effect: target
wait: 10
face user: backward
motion attack: user
motion wait: user
action animation: target
shake screen: 3, 9, 15
action effect: target
wait: 10
face user: forward
motion attack: user
motion wait: user
action animation: target
shake screen: 3, 9, 15
action effect: target
wait: 30
move user: target, FRONT BASE
face user: forward
motion guard: user
motion wait: user
wait: 45
death break
perform finish
clear battle log
</whole action>
<target action>
</target action>
<follow action>
wait: 20
show battle hud
</follow action>

* Spectral Maw
<setup action>
display action
immortal: targets, true
</setup action>
<target action>
move user: targets, front, 20
wait for movement
tint screen: dark, 30
motion swing: user, no weapon
wait: 10
animation 65: target
wait for animation
action effect
tint screen: normal, 30
</target action>

* Blood Suck
<setup action>
display action
immortal: targets, true
</setup action>
<target action>
move user: targets, front, 20
wait for movement
motion swing: user, no weapon
wait: 10
animation 7: target
wait for animation
animation 56: user
wait for animation
action effect
</target action>