SyndiCat (#22554)
* add content * 4 tk to 8 tk * replace to autoinject, now cat can explode in any moment. increase cost to 10tk * Update animals.yml
This commit is contained in:
@@ -1387,6 +1387,22 @@
|
||||
categories:
|
||||
- UplinkMisc
|
||||
|
||||
- type: listing
|
||||
id: UplinkMobCatMicrobomb
|
||||
name: uplink-mobcat-microbomb-name
|
||||
description: uplink-mobcat-microbomb-desc
|
||||
icon: { sprite: /Textures/Mobs/Pets/cat.rsi, state: syndicat }
|
||||
productEntity: MobCatSyndy
|
||||
cost:
|
||||
Telecrystal: 10
|
||||
categories:
|
||||
- UplinkMisc
|
||||
conditions:
|
||||
- !type:StoreWhitelistCondition
|
||||
whitelist:
|
||||
tags:
|
||||
- NukeOpsUplink
|
||||
|
||||
# Pointless
|
||||
|
||||
- type: listing
|
||||
|
||||
@@ -2475,6 +2475,9 @@
|
||||
Base: cat
|
||||
Dead:
|
||||
Base: cat_dead
|
||||
- type: Speech
|
||||
speechSounds: Cat
|
||||
speechVerb: SmallMob
|
||||
- type: Butcherable
|
||||
spawned:
|
||||
- id: FoodMeat
|
||||
@@ -2518,6 +2521,36 @@
|
||||
Dead:
|
||||
Base: cat2_dead
|
||||
|
||||
- type: entity
|
||||
name: syndicat
|
||||
id: MobCatSyndy
|
||||
parent: MobCatSpace
|
||||
description: Explosive kitten.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: syndicat
|
||||
- type: DamageStateVisuals
|
||||
states:
|
||||
Alive:
|
||||
Base: syndicat
|
||||
Dead:
|
||||
Base: syndicat_dead
|
||||
- type: GhostRole
|
||||
prob: 1
|
||||
name: ghost-role-information-SyndiCat-name
|
||||
allowMovement: true
|
||||
description: ghost-role-information-SyndiCat-description
|
||||
rules: ghost-role-information-SyndiCat-rules
|
||||
- type: GhostTakeoverAvailable
|
||||
- type: AutoImplant
|
||||
implants:
|
||||
- MicroBombImplant
|
||||
- type: NpcFactionMember
|
||||
factions:
|
||||
- Syndicate
|
||||
|
||||
- type: entity
|
||||
name: space cat
|
||||
id: MobCatSpace
|
||||
|
||||
Reference in New Issue
Block a user