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:
@@ -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-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-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-name = Cak
|
||||||
ghost-role-information-Cak-description = You are the chef's favorite child. You're a living cake cat.
|
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.
|
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.
|
||||||
|
|||||||
@@ -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-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-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
|
# Pointless
|
||||||
uplink-revolver-cap-gun-name = Cap Gun
|
uplink-revolver-cap-gun-name = Cap Gun
|
||||||
uplink-revolver-cap-gun-desc = Looks almost like the real thing! Ages 8 and up.
|
uplink-revolver-cap-gun-desc = Looks almost like the real thing! Ages 8 and up.
|
||||||
|
|||||||
@@ -1387,6 +1387,22 @@
|
|||||||
categories:
|
categories:
|
||||||
- UplinkMisc
|
- 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
|
# Pointless
|
||||||
|
|
||||||
- type: listing
|
- type: listing
|
||||||
|
|||||||
@@ -2475,6 +2475,9 @@
|
|||||||
Base: cat
|
Base: cat
|
||||||
Dead:
|
Dead:
|
||||||
Base: cat_dead
|
Base: cat_dead
|
||||||
|
- type: Speech
|
||||||
|
speechSounds: Cat
|
||||||
|
speechVerb: SmallMob
|
||||||
- type: Butcherable
|
- type: Butcherable
|
||||||
spawned:
|
spawned:
|
||||||
- id: FoodMeat
|
- id: FoodMeat
|
||||||
@@ -2518,6 +2521,36 @@
|
|||||||
Dead:
|
Dead:
|
||||||
Base: cat2_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
|
- type: entity
|
||||||
name: space cat
|
name: space cat
|
||||||
id: MobCatSpace
|
id: MobCatSpace
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA-3.0",
|
"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": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "cak",
|
"name": "cak",
|
||||||
@@ -418,6 +418,32 @@
|
|||||||
1
|
1
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "syndicat",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "syndicat_dead",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
Resources/Textures/Mobs/Pets/cat.rsi/syndicat.png
Normal file
BIN
Resources/Textures/Mobs/Pets/cat.rsi/syndicat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
Resources/Textures/Mobs/Pets/cat.rsi/syndicat_dead.png
Normal file
BIN
Resources/Textures/Mobs/Pets/cat.rsi/syndicat_dead.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 506 B |
Reference in New Issue
Block a user