nukie reinforcements (#18034)
Signed-off-by: vanx <#vanxxxx> Co-authored-by: vanx <#vanxxxx>
This commit is contained in:
@@ -300,6 +300,27 @@
|
|||||||
Telecrystal: 16
|
Telecrystal: 16
|
||||||
categories:
|
categories:
|
||||||
- UplinkUtility
|
- UplinkUtility
|
||||||
|
conditions:
|
||||||
|
- !type:StoreWhitelistCondition
|
||||||
|
blacklist:
|
||||||
|
tags:
|
||||||
|
- NukeOpsUplink
|
||||||
|
|
||||||
|
- type: listing
|
||||||
|
id: UplinkReinforcementRadioSyndicateNukeops # Version for Nukeops that spawns an agent with the NukeOperative component.
|
||||||
|
name: uplink-reinforcement-radio-name
|
||||||
|
description: uplink-reinforcement-radio-desc
|
||||||
|
productEntity: ReinforcementRadioSyndicateNukeops
|
||||||
|
icon: { sprite: Objects/Devices/communication.rsi, state: old-radio }
|
||||||
|
cost:
|
||||||
|
Telecrystal: 16
|
||||||
|
categories:
|
||||||
|
- UplinkUtility
|
||||||
|
conditions:
|
||||||
|
- !type:StoreWhitelistCondition
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- NukeOpsUplink
|
||||||
|
|
||||||
- type: listing
|
- type: listing
|
||||||
id: UplinkStealthBox
|
id: UplinkStealthBox
|
||||||
|
|||||||
@@ -48,6 +48,13 @@
|
|||||||
factions:
|
factions:
|
||||||
- Syndicate
|
- Syndicate
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: MobHumanSyndicateAgent
|
||||||
|
id: MobHumanSyndicateAgentNukeops # Reinforcement exclusive to nukeops uplink
|
||||||
|
suffix: NukeOps
|
||||||
|
components:
|
||||||
|
- type: NukeOperative
|
||||||
|
|
||||||
# Nuclear Operative
|
# Nuclear Operative
|
||||||
- type: entity
|
- type: entity
|
||||||
noSpawn: true
|
noSpawn: true
|
||||||
|
|||||||
@@ -19,3 +19,11 @@
|
|||||||
- type: ItemCooldown
|
- type: ItemCooldown
|
||||||
- type: UseDelay
|
- type: UseDelay
|
||||||
delay: 300
|
delay: 300
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ReinforcementRadioSyndicate
|
||||||
|
id: ReinforcementRadioSyndicateNukeops # Reinforcement radio exclusive to nukeops uplink
|
||||||
|
suffix: NukeOps
|
||||||
|
components:
|
||||||
|
- type: GhostRoleMobSpawner
|
||||||
|
prototype: MobHumanSyndicateAgentNukeops
|
||||||
|
|||||||
Reference in New Issue
Block a user