-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tweak: new cinematics for gods (#6067)
* new cinematics for gods
- Loading branch information
1 parent
fb2f2ab
commit 51c5d14
Showing
17 changed files
with
176 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/datum/cinematic/cult_arm_kharin/play_cinematic() | ||
screen.icon_state = null | ||
flick("intro_cult", screen) | ||
stoplag(2.5 SECONDS) | ||
play_cinematic_sound(sound('sound/misc/enter_blood.ogg')) | ||
stoplag(2.8 SECONDS) | ||
play_cinematic_sound(sound('sound/machines/terminal_off.ogg')) | ||
stoplag(2 SECONDS) | ||
flick("station_corrupted_Kharin", screen) | ||
play_cinematic_sound(sound('sound/effects/ghost.ogg')) | ||
stoplag(7 SECONDS) | ||
special_callback?.Invoke() | ||
|
||
/datum/cinematic/cult_fail_kharin/play_cinematic() | ||
screen.icon_state = "station_intact" | ||
stoplag(2 SECONDS) | ||
play_cinematic_sound(sound('sound/effects/narsie_summon.ogg')) | ||
stoplag(6 SECONDS) | ||
play_cinematic_sound(sound('sound/effects/explosion_distant.ogg')) | ||
stoplag(1 SECONDS) | ||
play_cinematic_sound(sound('sound/misc/demon_dies.ogg')) | ||
stoplag(3 SECONDS) | ||
special_callback?.Invoke() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/datum/cinematic/cult_arm_ratvar/play_cinematic() | ||
screen.icon_state = null | ||
flick("intro_clockwork", screen) | ||
stoplag(2.5 SECONDS) | ||
play_cinematic_sound(sound('sound/magic/clockwork/reconstruct.ogg')) | ||
stoplag(6 SECONDS) | ||
play_cinematic_sound(sound('sound/machines/terminal_off.ogg')) | ||
stoplag(2 SECONDS) | ||
flick("station_corrupted_Ratvar", screen) | ||
stoplag(7 SECONDS) | ||
special_callback?.Invoke() | ||
|
||
/datum/cinematic/cult_fail_ratvar/play_cinematic() | ||
screen.icon_state = "station_intact" | ||
stoplag(2 SECONDS) | ||
play_cinematic_sound(sound('sound/effects/narsie_summon.ogg')) | ||
stoplag(6 SECONDS) | ||
play_cinematic_sound(sound('sound/effects/explosion_distant.ogg')) | ||
stoplag(1 SECONDS) | ||
play_cinematic_sound(sound('sound/misc/demon_dies.ogg')) | ||
stoplag(3 SECONDS) | ||
special_callback?.Invoke() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/datum/cinematic/cult_arm_reaper/play_cinematic() | ||
screen.icon_state = null | ||
flick("intro_cult", screen) | ||
stoplag(2.5 SECONDS) | ||
play_cinematic_sound(sound('sound/misc/enter_blood.ogg')) | ||
stoplag(2.8 SECONDS) | ||
play_cinematic_sound(sound('sound/machines/terminal_off.ogg')) | ||
stoplag(2 SECONDS) | ||
flick("station_corrupted_Reaper", screen) | ||
play_cinematic_sound(sound('sound/effects/ghost.ogg')) | ||
stoplag(7 SECONDS) | ||
special_callback?.Invoke() | ||
|
||
|
||
/datum/cinematic/cult_fail_reaper/play_cinematic() | ||
screen.icon_state = "station_intact" | ||
stoplag(2 SECONDS) | ||
play_cinematic_sound(sound('sound/effects/narsie_summon.ogg')) | ||
stoplag(6 SECONDS) | ||
play_cinematic_sound(sound('sound/effects/explosion_distant.ogg')) | ||
stoplag(1 SECONDS) | ||
play_cinematic_sound(sound('sound/misc/demon_dies.ogg')) | ||
stoplag(3 SECONDS) | ||
special_callback?.Invoke() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.