* 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:
Ed
2024-01-07 04:52:41 +03:00
committed by GitHub
parent dfc8ea6aee
commit d22fe3f921
7 changed files with 83 additions and 1 deletions

View File

@@ -195,6 +195,10 @@ ghost-role-information-hellspawn-description = You are an antagonist, bring deat
ghost-role-information-Death-Squad-name = Death Squad Operative
ghost-role-information-Death-Squad-description = One of Nanotrasen's top internal affairs agents. Await orders from CentComm or an official.
ghost-role-information-SyndiCat-name = SyndiCat
ghost-role-information-SyndiCat-description = You're the faithful trained pet of nuclear operatives with a microbomb. Serve your master to the death!
ghost-role-information-SyndiCat-rules = You're the faithful trained pet of nuclear operatives with a microbomb. Serve your master to the death!
ghost-role-information-Cak-name = Cak
ghost-role-information-Cak-description = You are the chef's favorite child. You're a living cake cat.
ghost-role-information-Cak-rules = You are a living edible sweet cat. Your task is to find your place in this world where everything wants to eat you.

View File

@@ -337,6 +337,9 @@ 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
# Pointless
uplink-revolver-cap-gun-name = Cap Gun
uplink-revolver-cap-gun-desc = Looks almost like the real thing! Ages 8 and up.

View File

@@ -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

View File

@@ -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

View File

@@ -5,7 +5,7 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/tgstation/tgstation/commit/53d1f1477d22a11a99c6c6924977cd431075761b",
"copyright": "https://github.com/tgstation/tgstation/commit/53d1f1477d22a11a99c6c6924977cd431075761b, syndicat created by Aleksh (discord)",
"states": [
{
"name": "cak",
@@ -418,6 +418,32 @@
1
]
]
},
{
"name": "syndicat",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "syndicat_dead",
"delays": [
[
1
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B