From d77a1a43c394211b66f4513ef217272c356f5f03 Mon Sep 17 00:00:00 2001 From: Pe4henika Date: Mon, 16 Sep 2024 15:25:16 +0300 Subject: [PATCH 1/3] =?UTF-8?q?=D0=A3=D0=BB=D1=83=D1=87=D1=88=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1=8B=20?= =?UTF-8?q?=D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_LostParadise/interaction/verbs/core.ftl | 0 .../_LostParadise/interaction/verbs/help.ftl | 0 .../_LostParadise/interaction/verbs/noop.ftl | 59 +++++ .../_LostParadise/interaction/verbs/self.ftl | 12 + .../Locale/ru-RU/_LostParadise/mood/mood.ftl | 7 + .../Locale/ru-RU/interaction/verbs/core.ftl | 2 +- .../Interactions/help_interactions.yml | 4 + .../Interactions/mood_interactions.yml | 5 +- .../Interactions/noop_interactions.yml | 3 + .../Interactions/self_interactions.yml | 2 + .../Popups/interaction_popups.yml | 6 + .../Interactions/interactions.yml | 227 ++++++++++++++++++ .../Mood/genericNegativeEffects.yml | 10 + .../Mood/genericNeutralEffects.yml | 10 + .../Mood/genericPositiveEffects.yml | 22 ++ 15 files changed, 366 insertions(+), 3 deletions(-) create mode 100644 Resources/Locale/ru-RU/_LostParadise/interaction/verbs/core.ftl create mode 100644 Resources/Locale/ru-RU/_LostParadise/interaction/verbs/help.ftl create mode 100644 Resources/Locale/ru-RU/_LostParadise/interaction/verbs/noop.ftl create mode 100644 Resources/Locale/ru-RU/_LostParadise/interaction/verbs/self.ftl create mode 100644 Resources/Locale/ru-RU/_LostParadise/mood/mood.ftl create mode 100644 Resources/Prototypes/_LostParadise/Interactions/Popups/interaction_popups.yml create mode 100644 Resources/Prototypes/_LostParadise/Interactions/interactions.yml create mode 100644 Resources/Prototypes/_LostParadise/Mood/genericNegativeEffects.yml create mode 100644 Resources/Prototypes/_LostParadise/Mood/genericNeutralEffects.yml create mode 100644 Resources/Prototypes/_LostParadise/Mood/genericPositiveEffects.yml diff --git a/Resources/Locale/ru-RU/_LostParadise/interaction/verbs/core.ftl b/Resources/Locale/ru-RU/_LostParadise/interaction/verbs/core.ftl new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Resources/Locale/ru-RU/_LostParadise/interaction/verbs/help.ftl b/Resources/Locale/ru-RU/_LostParadise/interaction/verbs/help.ftl new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Resources/Locale/ru-RU/_LostParadise/interaction/verbs/noop.ftl b/Resources/Locale/ru-RU/_LostParadise/interaction/verbs/noop.ftl new file mode 100644 index 0000000000..f8cb0cd36a --- /dev/null +++ b/Resources/Locale/ru-RU/_LostParadise/interaction/verbs/noop.ftl @@ -0,0 +1,59 @@ +interaction-LPPPatShoulder-name = Похлопать по плечу +interaction-LPPPatShoulder-description = Подбодрите кого-нибудь похлопав его по плечу! +interaction-LPPPatShoulder-success-self-popup = Вы хлопаете по плечу { THE($target) }. +interaction-LPPPatShoulder-success-target-popup = Вы чуствуете как { THE($user) } хлопает вам по плечу... +interaction-LPPPatShoulder-success-others-popup = { THE($user) } хлопает по плечу { THE($target) }. + +interaction-LPPFuckYou-name = Показать средний палец +interaction-LPPFuckYou-description = Покажите свое желание послать кого-то этим действием. +interaction-LPPFuckYou-success-self-popup = + Вы показываете средний палец { $hasUsed -> + [false] { THE($target) }. + *[true] держа { $used } { THE($target) }. + } +interaction-LPPFuckYou-success-target-popup = + { THE($user) } показывает средний палец { $hasUsed -> + [false] вам. + *[true] { POSS-PRONOUN($user) } { $used } вам. + } +interaction-LPPFuckYou-success-others-popup = + { THE($user) } показывает средний палец { $hasUsed -> + [false] { THE($target) }. + *[true] { POSS-PRONOUN($user) } { $used } { THE($target) }. + } + +interaction-LPPKisscheek-name = Поцеловать в щеку +interaction-LPPKisscheek-description = Наконец-то вы можете поцеловать кого-то в щеку. +interaction-LPPKisscheek-success-self-popup = Вы целуете { THE($target) }. +interaction-LPPKisscheek-success-target-popup = Вы чуствуете как { THE($user) } целует вас в щеку... +interaction-LPPKisscheek-success-others-popup = { THE($user) } целует в щеку { THE($target) }. + +interaction-LPPKiss-name = Поцеловать +interaction-LPPKiss-description = Наконец-то вы можете поцеловать кого-то. +interaction-LPPKiss-success-self-popup = Вы целуете { THE($target) }. +interaction-LPPKiss-success-target-popup = Вы чуствуете как { THE($user) } целует вас... +interaction-LPPKiss-success-others-popup = { THE($user) } целует { THE($target) }. + +interaction-LPPTickle-name = Щекотать +interaction-LPPTickle-description = Пощекотайте кого-то. +interaction-LPPTickle-success-self-popup = Вы щекочите { THE($target) }. +interaction-LPPTickle-success-target-popup = { THE($user) } щекочет вас. +interaction-LPPTickle-success-others-popup = { THE($user) } щекочет { THE($target) }. + +interaction-LPPSlap-name = Пощёчина +interaction-LPPSlap-description = Как насчет оставить след на чужой щеке? +interaction-LPPSlap-success-self-popup = Вы наносите пощёчину { THE($target) }. +interaction-LPPSlap-success-target-popup = { THE($user) } наносит вам пощёчину. +interaction-LPPSlap-success-others-popup = { THE($user) } наносит пощёчину { THE($target) }. + +interaction-LPPSlap2-name = Шлёпнуть +interaction-LPPSlap2-description = Так прекрасно, хочу шлепнуть! +interaction-LPPSlap2-success-self-popup = Вы наносите шлепок { THE($target) }. +interaction-LPPSlap2-success-target-popup = { THE($user) } наносит вам легкий шлепок. +interaction-LPPSlap2-success-others-popup = { THE($user) } наносит легкий шлепок { THE($target) }. + +interaction-LPPLick-name = Лизнуть +interaction-LPPLick-description = Фрьх~... +interaction-LPPLick-success-self-popup = Вы лизнули { THE($target) }. +interaction-LPPLick-success-target-popup = { THE($user) } лизнул вас. +interaction-LPPLick-success-others-popup = { THE($user) } лизнул { THE($target) }. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_LostParadise/interaction/verbs/self.ftl b/Resources/Locale/ru-RU/_LostParadise/interaction/verbs/self.ftl new file mode 100644 index 0000000000..d5925561ca --- /dev/null +++ b/Resources/Locale/ru-RU/_LostParadise/interaction/verbs/self.ftl @@ -0,0 +1,12 @@ +interaction-LPPMakeSleepIPC-name = Гибернация +interaction-LPPMakeSleepIPC-description = Перейти в режим "Гибернации" +interaction-LPPMakeSleepIPC-fail-self-popup = Ты не можешь сейчас перейти в гибернацию +interaction-LPPMakeSleepIPC-success-self-popup = Твоя система наконецто погружаешся в гибернацию. +interaction-LPPMakeSleepIPC-success-others-popup = { THE($user) } переходит в состояние гибернации. + +# Действие между собой/другим +interaction-LPPCheckStatusSilicon-name = Диагностика +interaction-LPPCheckStatusSilicon-description = Выполните диагностику своей системы. +interaction-LPPCheckStatusSilicon-fail-self-popup = Ты не можешь провести диагностику системы { THE($user) }! +interaction-LPPCheckStatusSilicon-success-self-popup = Ты успешно провёл диагностику системы { THE ($target) }. +interaction-LPPCheckStatusSilicon-success-others-popup = { THE($user) } проводит диагностику системы { THE($target) }. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_LostParadise/mood/mood.ftl b/Resources/Locale/ru-RU/_LostParadise/mood/mood.ftl new file mode 100644 index 0000000000..2bcdc5ca38 --- /dev/null +++ b/Resources/Locale/ru-RU/_LostParadise/mood/mood.ftl @@ -0,0 +1,7 @@ +mood-effect-LPPEncouraged = Я чувствую себя ободренным(-ой), это приятно! +mood-effect-LPPLoved = я чувствую себя любимым(-ой)... Так чудесно + +mood-effect-LPPSlapped = Наконец-то я смог(-ла) показать ему/ей свои чувства, я ударил(-а) его по лицу, мне легче... +mood-effect-LPPGotSlap = Ай.. Получить пощечину от кого-то это крайне обидно! + +modd-effect-LPPEmbarrassment = Я чувствую себя из-за своих или чужих действий легкое смущение... \ No newline at end of file diff --git a/Resources/Locale/ru-RU/interaction/verbs/core.ftl b/Resources/Locale/ru-RU/interaction/verbs/core.ftl index b5051c6c87..783989ec30 100644 --- a/Resources/Locale/ru-RU/interaction/verbs/core.ftl +++ b/Resources/Locale/ru-RU/interaction/verbs/core.ftl @@ -1,5 +1,5 @@ interaction-verb-invalid = Некоторые требования к этому действию не соблюдены. Вы не можете использовать его прямо сейчас. -interaction-verb-cooldown = Этот слово находится в режиме "Кулдауна". Подождите{ TOSTRING($seconds, "F1") } секунд. +interaction-verb-cooldown = Этот слово находится в режиме "Кулдауна". Подождите: { TOSTRING($seconds, "F1") } секунд. interaction-verb-too-strong = Вы слишком сильны чтобы взаимодействовать. interaction-verb-too-weak = Вы слишком слабы чтобы взаимодействовать. interaction-verb-invalid-target = Вы не можете взаимодействовать с этим/ним. diff --git a/Resources/Prototypes/Interactions/help_interactions.yml b/Resources/Prototypes/Interactions/help_interactions.yml index 0e383389d9..9b78001c6a 100644 --- a/Resources/Prototypes/Interactions/help_interactions.yml +++ b/Resources/Prototypes/Interactions/help_interactions.yml @@ -17,6 +17,7 @@ - type: Interaction id: HelpUp parent: [BaseHelp, BaseGlobal] + icon: /Textures/Interface/Alerts/mood.rsi/mood6.png # < Tweak MrDarkSide > delay: 1.5 cooldown: 0.5 hideByRequirement: true @@ -42,6 +43,7 @@ - type: Interaction id: ForceDown parent: [BaseHelp, BaseGlobal] + icon: /Textures/Interface/Alerts/mood.rsi/mood4.png # < Tweak MrDarkSide > delay: 4.5 hideByRequirement: true requirement: @@ -54,6 +56,7 @@ - type: Interaction id: MakeSleepOther parent: [BaseHelp, BaseGlobal] + icon: /Textures/Interface/Alerts/mood.rsi/mood4.png # < Tweak MrDarkSide > priority: -6 delay: 10 # Should be long enough to be non-abusable, right? hideByRequirement: true @@ -73,6 +76,7 @@ - type: Interaction id: ShakeOther parent: [BaseHelp, BaseGlobal] + icon: /Textures/Interface/Alerts/mood.rsi/mood5.png # < Tweak MrDarkSide > priority: -5 delay: 0.8 cooldown: 10 # Slightly abusable diff --git a/Resources/Prototypes/Interactions/mood_interactions.yml b/Resources/Prototypes/Interactions/mood_interactions.yml index 6a50704b03..22df65edfc 100644 --- a/Resources/Prototypes/Interactions/mood_interactions.yml +++ b/Resources/Prototypes/Interactions/mood_interactions.yml @@ -3,7 +3,7 @@ id: Hug parent: [BaseGlobal, BaseHands] priority: 2 - #icon: /Textures/Interface/Actions/hug.png + icon: /Textures/Interface/Alerts/mood.rsi/mood6.png # < Tweak MrDarkSide > delay: 0.7 range: {max: 1} hideByRequirement: true @@ -20,7 +20,7 @@ id: Pet parent: [BaseGlobal, BaseHands] priority: 1 - #icon: /Textures/Interface/Actions/hug.png + icon: /Textures/Interface/Alerts/mood.rsi/mood6.png # < Tweak MrDarkSide > delay: 0.4 range: {max: 1} hideByRequirement: true @@ -40,6 +40,7 @@ - type: Interaction id: PetAnimal parent: Pet + icon: /Textures/Interface/Alerts/mood.rsi/mood6.png # < Tweak MrDarkSide > requirement: !type:ComplexRequirement requirements: diff --git a/Resources/Prototypes/Interactions/noop_interactions.yml b/Resources/Prototypes/Interactions/noop_interactions.yml index 6729b36e75..d624e22d26 100644 --- a/Resources/Prototypes/Interactions/noop_interactions.yml +++ b/Resources/Prototypes/Interactions/noop_interactions.yml @@ -18,6 +18,7 @@ - type: Interaction id: WaveAt parent: [BaseHands, BaseGlobal] + icon: /Textures/Interface/Alerts/mood.rsi/mood5.png # < Tweak MrDarkSide > priority: 3 requiresCanInteract: false contactInteraction: false @@ -36,6 +37,7 @@ # Knocking on the target - windows, doors, etc. - type: Interaction id: KnockOn + icon: /Textures/Interface/Alerts/mood.rsi/mood5.png # < Tweak MrDarkSide > parent: BaseHands priority: 20 effectSuccess: @@ -48,6 +50,7 @@ - type: Interaction id: Rattle parent: BaseHands + icon: /Textures/Interface/Alerts/mood.rsi/mood5.png # < Tweak MrDarkSide > priority: 20 effectSuccess: popup: VisibleNoChat diff --git a/Resources/Prototypes/Interactions/self_interactions.yml b/Resources/Prototypes/Interactions/self_interactions.yml index 0c3aad0118..003b47dfd1 100644 --- a/Resources/Prototypes/Interactions/self_interactions.yml +++ b/Resources/Prototypes/Interactions/self_interactions.yml @@ -16,6 +16,7 @@ - type: Interaction id: PinchSelf parent: SelfInteractionBase + icon: /Textures/Interface/Alerts/mood.rsi/mood4.png # < Tweak MrDarkSide > delay: 1 action: !type:ComplexAction @@ -35,6 +36,7 @@ # Sleeping on the floor is real - type: Interaction id: MakeSleepSelf + icon: /Textures/Interface/Alerts/mood.rsi/mood5.png # < Tweak MrDarkSide > parent: [SelfInteractionBase, MakeSleepOther] delay: 4.5 requirement: diff --git a/Resources/Prototypes/_LostParadise/Interactions/Popups/interaction_popups.yml b/Resources/Prototypes/_LostParadise/Interactions/Popups/interaction_popups.yml new file mode 100644 index 0000000000..e62cb95852 --- /dev/null +++ b/Resources/Prototypes/_LostParadise/Interactions/Popups/interaction_popups.yml @@ -0,0 +1,6 @@ + +# MediumCaution, visible to others +- type: InteractionPopup + id: MediumErotic + popupType: MediumErotic + logChannel: Emotes diff --git a/Resources/Prototypes/_LostParadise/Interactions/interactions.yml b/Resources/Prototypes/_LostParadise/Interactions/interactions.yml new file mode 100644 index 0000000000..f487db1fb1 --- /dev/null +++ b/Resources/Prototypes/_LostParadise/Interactions/interactions.yml @@ -0,0 +1,227 @@ +# MrDarkSide - Lost Paradise +# < + +# С КЕМ-ТО / ЧЕМ-ТО +- type: Interaction + id: LPPKiss # Поцелуй + parent: [BaseGlobal, BaseHands] + priority: 2 + icon: /Textures/Interface/Alerts/mood.rsi/mood7.png + delay: 0.5 + range: {max: 1} + hideByRequirement: true + requirement: + !type:MobStateRequirement + inverted: true + action: + !type:MoodAction + effect: LPPLoved + +- type: Interaction + id: LPPKisscheek # Поцелуй в щеку + parent: [BaseGlobal, BaseHands] + priority: 2 + icon: /Textures/Interface/Alerts/mood.rsi/mood6.png + delay: 0.5 + range: {max: 1} + hideByRequirement: true + requirement: + !type:MobStateRequirement + inverted: true + action: + !type:ComplexAction + actions: + - !type:MoodAction + effect: LPPLoved + - !type:OnUserAction + action: + !type:MoodAction + effect: LPPLoved + +- type: Interaction + id: LPPPatShoulder # Похлопать по плечу + parent: [BaseGlobal, BaseHands] + priority: 2 + icon: /Textures/Interface/Alerts/mood.rsi/mood6.png + delay: 0.7 + cooldown: 5 + range: {max: 1} + hideByRequirement: true + requirement: + !type:MobStateRequirement + inverted: true + effectSuccess: + popup: VisibleNoChat + sound: {collection: Claps} + action: + !type:OnUserAction + action: + !type:MoodAction + effect: LPPEncouraged + +- type: Interaction + id: LPPLick # Лизнуть + parent: [BaseGlobal, BaseHands] + priority: 2 + icon: /Textures/Interface/Alerts/mood.rsi/mood6.png + delay: 0.2 + cooldown: 5 + range: {max: 1} + hideByRequirement: true + requirement: + !type:ComplexRequirement + requirements: + - !type:MobStateRequirement + inverted: true + # - !type:EntityWhitelistRequirement + # blacklist: + # components: [Silicon, BorgChassis] + effectSuccess: + popup: Visible + sound: {path: /Audio/Nyanotrasen/Voice/Felinid/cat_hiss1.ogg} + action: + !type:ComplexAction + actions: + - !type:MoodAction + effect: LPPEmbarrassment + - !type:OnUserAction + action: + !type:MoodAction + effect: LPPEmbarrassment + +- type: Interaction + id: LPPSlap + parent: [BaseGlobal, BaseHands] + icon: /Textures/Interface/Alerts/mood.rsi/mood4.png + delay: 0.2 + cooldown: 10 + hideByRequirement: true + requirement: + !type:MobStateRequirement + inverted: true + effectSuccess: + popup: Dangerous + sound: {path: /Audio/_LostParadise/Effects/whip.ogg} + action: + !type:ComplexAction + actions: + - !type:ModifyHealthAction + damage: + types: {Blunt: 3} + - !type:ConditionalAction + condition: + !type:ChanceRequirement + chance: 0.5 + true: + !type:ModifyHealthAction + damage: + types: {Blunt: 5.5} + - !type:MoodAction + effect: LPPSlapped + - !type:OnUserAction + action: + !type:MoodAction + effect: LPPGotSlap + +- type: Interaction + id: LPPSlap2 # Шлёпнуть + parent: [BaseGlobal, BaseHands] + icon: /Textures/Interface/Alerts/mood.rsi/mood5.png + delay: 0.2 + cooldown: 5 + hideByRequirement: true + requirement: + !type:MobStateRequirement + inverted: true + effectSuccess: + popup: Visible + sound: {path: /Audio/_LostParadise/Effects/whip.ogg} + action: + !type:ComplexAction + actions: + - !type:MoodAction + effect: LPPEmbarrassment + - !type:OnUserAction + action: + !type:MoodAction + effect: LPPEmbarrassment + +- type: Interaction + id: LPPFuckYou # Показать кому-то средний палец + parent: [BaseHands, BaseGlobal] + icon: /Textures/Interface/Alerts/mood.rsi/mood4.png + priority: -2 + requiresCanInteract: false + contactInteraction: false + range: {max: 20} + hideByRequirement: true + requirement: + !type:MobStateRequirement + inverted: true + action: + !type:NoOpAction + +- type: Interaction + id: LPPTickle # Щекотать + parent: [BaseHands, BaseGlobal] + icon: /Textures/Interface/Alerts/mood.rsi/mood5.png + priority: 3 + requiresCanInteract: false + contactInteraction: false + range: {max: 1} + hideByRequirement: true + requirement: + !type:MobStateRequirement + inverted: true + effectSuccess: + popup: VisibleNoChat + action: + !type:NoOpAction + +# С СОБОЙ + +# Временно не работает с КПБ +# - type: Interaction +# id: LPPMakeSleepIPC # Гибернация (Для КПБ и Боргов) +# parent: SelfInteractionBase +# priority: -6 +# delay: 20 +# icon: /Textures/Interface/Actions/malfunction.png # Иконка для синтетиков +# hideByRequirement: true # Спрятать если не подходят по параметрам +# requirement: +# !type:ComplexRequirement +# requirements: +# - !type:StandingStateRequirement +# allowLaying: true +# allowKnockedDown: true +# - !type:MobStateRequirement +# allowedStates: [Alive, Critical] # Гибернация возможна в состоянии +# - !type:EntityWhitelistRequirement +# whitelist: +# components: [Silicon, BorgChassis] +# action: +# !type:ToggleSleepingAction +# sleep: true + +- type: Interaction + id: LPPCheckStatusSilicon # Проверка своего состояния / Состояние другого синтетика + parent: SelfInteractionBase + icon: /Textures/Interface/Actions/malfunction.png # Иконка для синтетиков + priority: -6 + delay: 1.2 + cooldown: 30 + effectSuccess: + popup: Visible + sound: {path: /Audio/Effects/poster_being_set.ogg} + soundPerceivedByOthers: true + hideByRequirement: true + requirement: + !type:ComplexRequirement + requirements: + - !type:EntityWhitelistRequirement + whitelist: + components: [Silicon, BorgChassis] + action: + !type:NoOpAction + +# > \ No newline at end of file diff --git a/Resources/Prototypes/_LostParadise/Mood/genericNegativeEffects.yml b/Resources/Prototypes/_LostParadise/Mood/genericNegativeEffects.yml new file mode 100644 index 0000000000..8853329cbb --- /dev/null +++ b/Resources/Prototypes/_LostParadise/Mood/genericNegativeEffects.yml @@ -0,0 +1,10 @@ +# Made DarkSide < +# Негативные эффекты настроения + + +- type: moodEffect + id: LPPGotSlap + moodChange: -3 + timeout: 180 + +# > \ No newline at end of file diff --git a/Resources/Prototypes/_LostParadise/Mood/genericNeutralEffects.yml b/Resources/Prototypes/_LostParadise/Mood/genericNeutralEffects.yml new file mode 100644 index 0000000000..2227477177 --- /dev/null +++ b/Resources/Prototypes/_LostParadise/Mood/genericNeutralEffects.yml @@ -0,0 +1,10 @@ +# Made DarkSide < +# Нейтральные эффекты настроения (0) + +- type: moodEffect + id: LPPEmbarrassment + moodChange: 0 + timeout: 300 + category: NeutralInteraction + +# > \ No newline at end of file diff --git a/Resources/Prototypes/_LostParadise/Mood/genericPositiveEffects.yml b/Resources/Prototypes/_LostParadise/Mood/genericPositiveEffects.yml new file mode 100644 index 0000000000..20e3162333 --- /dev/null +++ b/Resources/Prototypes/_LostParadise/Mood/genericPositiveEffects.yml @@ -0,0 +1,22 @@ +# Made DarkSide < +# Положительные эффекты настроения + +- type: moodEffect + id: LPPEncouraged + moodChange: 3 + timeout: 300 + category: PositiveInteraction + +- type: moodEffect + id: LPPLoved + moodChange: 3 + timeout: 480 + category: PositiveInteraction + +- type: moodEffect + id: LPPSlapped + moodChange: 2 + timeout: 300 + category: PositiveInteraction + +# > \ No newline at end of file From 6ea9a73ec6910a8d965856502d7b52f8ac07cba0 Mon Sep 17 00:00:00 2001 From: DarkSide Date: Tue, 17 Sep 2024 14:07:55 +0300 Subject: [PATCH 2/3] Update interaction_popups.yml --- .../_LostParadise/Interactions/Popups/interaction_popups.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Resources/Prototypes/_LostParadise/Interactions/Popups/interaction_popups.yml b/Resources/Prototypes/_LostParadise/Interactions/Popups/interaction_popups.yml index e62cb95852..8b13789179 100644 --- a/Resources/Prototypes/_LostParadise/Interactions/Popups/interaction_popups.yml +++ b/Resources/Prototypes/_LostParadise/Interactions/Popups/interaction_popups.yml @@ -1,6 +1 @@ -# MediumCaution, visible to others -- type: InteractionPopup - id: MediumErotic - popupType: MediumErotic - logChannel: Emotes From 74bffd25aa39fa1d8c78e0d1dbc4c36c39dacb90 Mon Sep 17 00:00:00 2001 From: DarkSide Date: Tue, 17 Sep 2024 14:08:38 +0300 Subject: [PATCH 3/3] Update interactions.yml --- .../Interactions/interactions.yml | 25 +------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/Resources/Prototypes/_LostParadise/Interactions/interactions.yml b/Resources/Prototypes/_LostParadise/Interactions/interactions.yml index f487db1fb1..b1d5859d02 100644 --- a/Resources/Prototypes/_LostParadise/Interactions/interactions.yml +++ b/Resources/Prototypes/_LostParadise/Interactions/interactions.yml @@ -180,29 +180,6 @@ # С СОБОЙ -# Временно не работает с КПБ -# - type: Interaction -# id: LPPMakeSleepIPC # Гибернация (Для КПБ и Боргов) -# parent: SelfInteractionBase -# priority: -6 -# delay: 20 -# icon: /Textures/Interface/Actions/malfunction.png # Иконка для синтетиков -# hideByRequirement: true # Спрятать если не подходят по параметрам -# requirement: -# !type:ComplexRequirement -# requirements: -# - !type:StandingStateRequirement -# allowLaying: true -# allowKnockedDown: true -# - !type:MobStateRequirement -# allowedStates: [Alive, Critical] # Гибернация возможна в состоянии -# - !type:EntityWhitelistRequirement -# whitelist: -# components: [Silicon, BorgChassis] -# action: -# !type:ToggleSleepingAction -# sleep: true - - type: Interaction id: LPPCheckStatusSilicon # Проверка своего состояния / Состояние другого синтетика parent: SelfInteractionBase @@ -224,4 +201,4 @@ action: !type:NoOpAction -# > \ No newline at end of file +# >