forked from Rxup/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
33 additions
and
32 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
JobSecurityEnginer = Полевой Инженер | ||
job-name-security-enginer = Полевой Инженер | ||
JobSecurityEnginer = полевой инженер | ||
job-name-security-enginer = полевой инженер | ||
job-description-security-enginer = Не дайте бригу пропасть во тьме. Ремонтируйте постройки, а также устройте перестройки. Приносите разруху и разрушения во время штурма! |
58 changes: 29 additions & 29 deletions
58
Resources/Prototypes/_SpaceCats/Entities/Objects/Weapons/Bombs/C4Low.yml
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 |
---|---|---|
@@ -1,30 +1,30 @@ | ||
- type: entity | ||
name: C4Low | ||
description: Взрывчатка предназначена для быстрого разрушения воздушных шлюзов или стен, но ее взрыв довольно слабый с точки зрения радиуса действия. Вы можете увидеть этикетку (прикрепите ее непосредственно к объекту). | ||
parent: BasePlasticExplosive | ||
id: LPPC4Low | ||
components: | ||
- type: Sprite | ||
sprite: _SpaceCats/Objects/Weapons/Bombs/C4Low.rsi | ||
state: icon | ||
- type: OnUseTimerTrigger | ||
delay: 5 | ||
delayOptions: [5, 10, 15, 20] | ||
initialBeepDelay: 0 | ||
beepSound: | ||
path: /Audio/Effects/Cargo/buzz_two.ogg | ||
params: | ||
volume: -6 | ||
startOnStick: false | ||
canToggleStartOnStick: true | ||
- type: TriggerOnSignal | ||
- type: DeviceLinkSink | ||
ports: | ||
- Trigger | ||
- type: Explosive | ||
explosionType: DemolitionCharge | ||
totalIntensity: 10 | ||
intensitySlope: 10 | ||
maxIntensity: 10 | ||
canCreateVacuum: false | ||
- type: entity | ||
name: C4Low | ||
description: Взрывчатка предназначена для быстрого разрушения воздушных шлюзов или стен, но ее взрыв довольно слабый с точки зрения радиуса действия. Вы можете увидеть этикетку (прикрепите ее непосредственно к объекту). | ||
parent: BasePlasticExplosive | ||
id: LPPC4Low | ||
components: | ||
- type: Sprite | ||
sprite: _SpaceCats/Objects/Weapons/Bombs/C4Low.rsi | ||
state: icon | ||
- type: OnUseTimerTrigger | ||
delay: 5 | ||
delayOptions: [5, 10, 15, 20] | ||
initialBeepDelay: 0 | ||
beepSound: | ||
path: /Audio/Effects/Cargo/buzz_two.ogg | ||
params: | ||
volume: -6 | ||
startOnStick: false | ||
canToggleStartOnStick: true | ||
- type: TriggerOnSignal | ||
- type: DeviceLinkSink | ||
ports: | ||
- Trigger | ||
- type: Explosive | ||
explosionType: DemolitionCharge | ||
totalIntensity: 10 | ||
intensitySlope: 10 | ||
maxIntensity: 10 | ||
canCreateVacuum: false | ||
- type: ExplodeOnTrigger |