From 2d9a31605fae867ec26659ff8b444ac54ada7d2d Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Thu, 24 Oct 2024 21:45:35 +0200 Subject: [PATCH 1/3] Add succumb action 10 sec delay --- Resources/Prototypes/Actions/crit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Actions/crit.yml b/Resources/Prototypes/Actions/crit.yml index c5712844bf47..7db2c126a63e 100644 --- a/Resources/Prototypes/Actions/crit.yml +++ b/Resources/Prototypes/Actions/crit.yml @@ -12,6 +12,7 @@ sprite: Mobs/Ghosts/ghost_human.rsi state: icon event: !type:CritSuccumbEvent + useDelay: 10 - type: entity id: ActionCritFakeDeath From 720bad110684dbba96b75bb109da1eab62750b1b Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sun, 27 Oct 2024 12:28:21 +0100 Subject: [PATCH 2/3] add somthing --- Resources/Prototypes/Actions/crit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Actions/crit.yml b/Resources/Prototypes/Actions/crit.yml index 7db2c126a63e..e98cdff0e87a 100644 --- a/Resources/Prototypes/Actions/crit.yml +++ b/Resources/Prototypes/Actions/crit.yml @@ -12,6 +12,7 @@ sprite: Mobs/Ghosts/ghost_human.rsi state: icon event: !type:CritSuccumbEvent + startDelay: true useDelay: 10 - type: entity From 18ebe9495c84c95142327d366afd4316a6c1d92d Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:49:02 +0100 Subject: [PATCH 3/3] add delay to last words as well --- Resources/Prototypes/Actions/crit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Actions/crit.yml b/Resources/Prototypes/Actions/crit.yml index e98cdff0e87a..aaad27d2b7d1 100644 --- a/Resources/Prototypes/Actions/crit.yml +++ b/Resources/Prototypes/Actions/crit.yml @@ -43,3 +43,5 @@ sprite: Interface/Actions/actions_crit.rsi state: lastwords event: !type:CritLastWordsEvent + startDelay: true + useDelay: 10