Это заняло больше времени, чем я думал (#782)

This commit is contained in:
BIGZi0348
2024-11-11 10:02:01 +03:00
committed by GitHub
parent 7e5db93922
commit 88fe9bd649
9 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
uplink-voice-activated-bomb-implant = Имплант бомбы с голосовым триггером
uplink-voice-activated-bomb-implant-desc = Имплант микробомбы с триггером, заставляющим сработать по заданной голосовой команде.
ent-VoiceActivatedBombImplant = Имплант бомбы с голосовым триггером
.desc = Имплант микробомбы с триггером, заставляющим сработать по заданной голосовой команде.
voice-activated-bomb-no-key-phrase = Голосовой триггер не инициализирован, ввод импланта заблокирован.

View File

@@ -56,3 +56,6 @@ ent-ImplanterSyndi = { ent-BaseImplanter }
.desc = { ent-BaseImplanter.desc }
ent-NeuroStabilizationImplanter = { ent-BaseImplanter }
.desc = { ent-BaseImplanter.desc }
ent-VoiceActivatedBombImplanter = { ent-BaseImplanter }
.desc = { ent-BaseImplanter.desc }
.suffix = бомба с голосовым триггером

View File

@@ -324,3 +324,15 @@
Telecrystal: 2
categories:
- UplinkDisruption
- type: listing
id: UplinkVoiceActivatedBombImplanter
name: uplink-voice-activated-bomb-implant
description: uplink-voice-activated-bomb-implant-desc
icon: { sprite: /Textures/Actions/Implants/implants.rsi, state: explosive }
productEntity: VoiceActivatedBombImplanter
cost:
Telecrystal: 8
categories:
- UplinkImplants
saleLimit: 1

View File

@@ -42,3 +42,15 @@
components:
- type: Implanter
implant: NeuroStabilizationImplant
- type: entity
parent: BaseImplantOnlyImplanterSyndi
id: VoiceActivatedBombImplanter
suffix: voice activated bomb
components:
- type: Implanter
implant: VoiceActivatedBombImplant
- type: TriggerOnVoice
- type: Tag
tags:
- VoiceActivatedBombImplant

View File

@@ -49,3 +49,23 @@
tags:
- NeuroStabilization
- type: entity
parent: BaseSubdermalImplant
id: VoiceActivatedBombImplant
name: voice activated Bomb implant
description: A microbomb implant with a trigger that causes it to go off by vocal keywords.
noSpawn: true
components:
- type: SubdermalImplant
permanent: true
- type: TriggerOnVoice
- type: ExplodeOnTrigger
- type: Explosive
explosionType: MicroBomb
totalIntensity: 150
intensitySlope: 5
maxIntensity: 30
canCreateVacuum: false
- type: Tag
tags:
- VoiceActivatedBombImplant

View File

@@ -102,3 +102,6 @@
- type: Tag
id: ClusterBang
- type: Tag
id: VoiceActivatedBombImplant