Syndicate cyborg changes/fixes (#23710)
This commit is contained in:
@@ -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
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user