From 53c8f95a9ccaf4b53742dbf915a24a09aadf478e Mon Sep 17 00:00:00 2001 From: BIGZi0348 <118811750+BIGZi0348@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:39:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D1=80=D1=8B=D0=B2=D0=BD?= =?UTF-8?q?=D0=B8=D0=BA=20=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D0=B1?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C=D1=88=D0=B5=20=D0=BF=D0=BE=D1=85=D0=BE=D0=B6?= =?UTF-8?q?=20=D0=BD=D0=B0=20=D1=87=D0=B5=D0=BB=D0=BE=D0=B2=D0=B5=D0=BA?= =?UTF-8?q?=D0=B0=20(#158)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/_Honk/Catalog/uplink_catalog.yml | 1 + .../Prototypes/_Honk/Devices/Electronic/signaller.yml | 1 + .../Prototypes/_Honk/Entities/Clothing/Mask/mask.yml | 4 ++++ .../Sindicate_Gadgets/reinforcement_teleporter.yml | 2 +- Resources/Prototypes/_Honk/Objectives/demolitionist.yml | 9 ++++----- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/_Honk/Catalog/uplink_catalog.yml b/Resources/Prototypes/_Honk/Catalog/uplink_catalog.yml index 42530946e1..5cf5badc4d 100644 --- a/Resources/Prototypes/_Honk/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/_Honk/Catalog/uplink_catalog.yml @@ -1,6 +1,7 @@ - type: listing id: UplinkReinforcementRadioDemolitionist name: Радио вызова подрывника + description: Радио сомнительного качества, вызывающее специально подготовленного агента. Кнопки отключения нет, покупайте если вы готовы к вечеринке. У агента будет взрывчатка и неумолимое желания взорваться, ради высшей цели. На этом всё. icon: { sprite: Objects/Devices/communication.rsi, state: old-radio } productEntity: ReinforcementRadioDemolitionist cost: diff --git a/Resources/Prototypes/_Honk/Devices/Electronic/signaller.yml b/Resources/Prototypes/_Honk/Devices/Electronic/signaller.yml index f52d085821..0ca51d9d60 100644 --- a/Resources/Prototypes/_Honk/Devices/Electronic/signaller.yml +++ b/Resources/Prototypes/_Honk/Devices/Electronic/signaller.yml @@ -2,6 +2,7 @@ parent: RemoteSignaller id: RemoteSignallerSyndicate name: передатчик сигналов синдиката + description: Портативное устройство, используемое для дистанционной передачи сигналов объектам. components: - type: Sprite sprite: _Honk/Devices/signallersyndicate.rsi diff --git a/Resources/Prototypes/_Honk/Entities/Clothing/Mask/mask.yml b/Resources/Prototypes/_Honk/Entities/Clothing/Mask/mask.yml index bdd0f1340e..36b2d6b8b7 100644 --- a/Resources/Prototypes/_Honk/Entities/Clothing/Mask/mask.yml +++ b/Resources/Prototypes/_Honk/Entities/Clothing/Mask/mask.yml @@ -12,3 +12,7 @@ slots: - Hair - Snout + - type: IdentityBlocker + - type: Tag + tags: + - WhitelistChameleon diff --git a/Resources/Prototypes/_Honk/Entities/Objects/Devices/Sindicate_Gadgets/reinforcement_teleporter.yml b/Resources/Prototypes/_Honk/Entities/Objects/Devices/Sindicate_Gadgets/reinforcement_teleporter.yml index d46479b69d..e90fa68de5 100644 --- a/Resources/Prototypes/_Honk/Entities/Objects/Devices/Sindicate_Gadgets/reinforcement_teleporter.yml +++ b/Resources/Prototypes/_Honk/Entities/Objects/Devices/Sindicate_Gadgets/reinforcement_teleporter.yml @@ -10,7 +10,7 @@ - type: GhostRole name: Подрывник синдиката description: Искусство - это взрыв. - rules: Правило 1 - взорваться + rules: Действуют обычные правила антагонистов Синдиката. Работайте с тем, кто вас вызвал, и не причиняйте ему вреда. raffle: settings: short - type: GhostRoleMobSpawner diff --git a/Resources/Prototypes/_Honk/Objectives/demolitionist.yml b/Resources/Prototypes/_Honk/Objectives/demolitionist.yml index 0a5458e913..c428daa831 100644 --- a/Resources/Prototypes/_Honk/Objectives/demolitionist.yml +++ b/Resources/Prototypes/_Honk/Objectives/demolitionist.yml @@ -5,18 +5,17 @@ components: - type: Objective difficulty: 1 - issuer: Цель + issuer: syndicate - type: entity noSpawn: true parent: [BaseDemolitionistObjective, BaseKillObjective] id: DemolitionistObjective - description: Враг синдиката должен быть взорван! + name: Взорви врага синдиката! + description: Выполни приказ своего мастера - покажи глупцам верный путь, окутанный пламенной яростью. components: - type: Objective unique: false - type: TargetObjective title: Взорви врага синдиката! - - type: PickRandomPerson - - type: KillPersonCondition - requireDead: true + - type: DieCondition