Changes SyndiCat spawner to a radio (#28492)
This commit is contained in:
@@ -370,8 +370,8 @@ uplink-syndicate-sponge-box-desc = A box containing 6 syndicate sponges disguise
|
||||
uplink-slipocalypse-clustersoap-name = Slipocalypse Clustersoap
|
||||
uplink-slipocalypse-clustersoap-desc = Scatters arounds small pieces of syndicate-brand soap after being thrown, these pieces of soap evaporate after 60 seconds.
|
||||
|
||||
uplink-mobcat-microbomb-name = SyndiCat
|
||||
uplink-mobcat-microbomb-desc = A hand cat equipped with a microbomb implant. Explodes when seriously injured. Can bite painfully
|
||||
uplink-mobcat-microbomb-name = SyndiCat Teleporter
|
||||
uplink-mobcat-microbomb-desc = Call in a handy cat equipped with a microbomb implant. Explodes when seriously injured. Can bite painfully.
|
||||
|
||||
uplink-chameleon-projector-name = Chameleon Projector
|
||||
uplink-chameleon-projector-desc = Disappear in plain sight by creating a hologram of an item around you. Do not use this to play the game "Object Search".
|
||||
|
||||
@@ -999,7 +999,7 @@
|
||||
name: uplink-mobcat-microbomb-name
|
||||
description: uplink-mobcat-microbomb-desc
|
||||
icon: { sprite: /Textures/Mobs/Pets/cat.rsi, state: syndicat }
|
||||
productEntity: MobCatSyndy
|
||||
productEntity: ReinforcementRadioSyndicateSyndiCat
|
||||
cost:
|
||||
Telecrystal: 6
|
||||
categories:
|
||||
|
||||
@@ -54,6 +54,23 @@
|
||||
prototype: MobMonkeySyndicateAgentNukeops
|
||||
selectablePrototypes: ["SyndicateMonkeyNukeops", "SyndicateKoboldNukeops"]
|
||||
|
||||
- type: entity
|
||||
parent: ReinforcementRadioSyndicate
|
||||
id: ReinforcementRadioSyndicateSyndiCat
|
||||
name: syndicat reinforcement radio
|
||||
description: Calls in a faithfully trained cat with a microbomb to assist you.
|
||||
components:
|
||||
- type: GhostRole
|
||||
name: ghost-role-information-SyndiCat-name
|
||||
description: ghost-role-information-SyndiCat-description
|
||||
rules: ghost-role-information-SyndiCat-rules
|
||||
raffle:
|
||||
settings: default
|
||||
- type: GhostRoleMobSpawner
|
||||
prototype: MobCatSyndy
|
||||
- type: EmitSoundOnUse
|
||||
sound: /Audio/Animals/cat_meow.ogg
|
||||
|
||||
- type: entity
|
||||
parent: ReinforcementRadioSyndicate
|
||||
id: ReinforcementRadioSyndicateCyborgAssault # Reinforcement radio exclusive to nukeops uplink
|
||||
|
||||
Reference in New Issue
Block a user