Syndicate cyborg changes/fixes (#23710)

This commit is contained in:
Mr. 27
2024-01-07 22:48:57 -05:00
committed by GitHub
parent 75df580928
commit 3e7ee0c2ca
3 changed files with 15 additions and 24 deletions

View File

@@ -136,6 +136,9 @@
containers:
- part-container
- cell_slot
- type: Lock
locked: true
- type: ActivatableUIRequiresLock
- type: Flashable
- type: Damageable
damageContainer: Silicon
@@ -218,9 +221,6 @@
enabled: false
groups:
- AllAccess
- type: Lock
locked: true
- type: ActivatableUIRequiresLock
- type: AccessReader
access: [["Command"], ["Research"]]
- type: ShowSecurityIcons
@@ -230,24 +230,15 @@
parent: BaseBorgChassis
abstract: true
components:
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 200
behaviors:
- !type:PlaySoundBehavior
sound: /Audio/Effects/metalbreak.ogg
- !type:EmptyContainersBehaviour
containers:
- borg_brain
- borg_module
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: NpcFactionMember
factions:
- Syndicate
- type: Access
tags:
- NuclearOperative
- SyndicateAgent
- type: AccessReader
access: [["SyndicateAgent"], ["NuclearOperative"]]
- type: SiliconLawProvider
laws: SyndicateStatic
- type: IntrinsicRadioTransmitter
@@ -257,5 +248,5 @@
- type: ActiveRadio
channels:
- Syndicate
- type: NoSlip
- type: MovementAlwaysTouching
- type: ShowSyndicateIcons
- type: MovementAlwaysTouching

View File

@@ -268,7 +268,7 @@
id: BorgChassisSyndicateAssault
parent: BaseBorgChassisSyndicate
name: syndicate assault cyborg
description: A lean, mean killing machine with access to a varity of deadly modules.
description: A lean, mean killing machine with access to a variety of deadly modules.
components:
- type: Sprite
layers:

View File

@@ -517,7 +517,7 @@
id: BorgModuleOperative
parent: [ BaseBorgModuleSyndicate, BaseProviderBorgModule ]
name: operative cyborg module
description: A module that comes with a crowbar, a Cobra pistol, an Emag and a pinpointer.
description: A module that comes with a crowbar, a Cobra pistol, an Emag and a syndicate pinpointer.
components:
- type: Sprite
layers:
@@ -528,7 +528,7 @@
- Crowbar
- WeaponPistolCobra
- Emag
- PinpointerNuclear
- PinpointerSyndicateNuclear
- type: entity
id: BorgModuleEsword
@@ -543,7 +543,7 @@
- type: ItemBorgModule
items:
- EnergySword
- PinpointerNuclear
- PinpointerSyndicateNuclear
- type: entity
id: BorgModuleL6C
@@ -558,4 +558,4 @@
- type: ItemBorgModule
items:
- WeaponLightMachineGunL6C
- PinpointerNuclear
- PinpointerSyndicateNuclear