Corgi Meat Objective (#7304)

This commit is contained in:
EmoGarbage404
2022-03-28 16:52:45 -04:00
committed by GitHub
parent 49163f1dec
commit 6405ac6d9b
5 changed files with 36 additions and 2 deletions

View File

@@ -34,8 +34,8 @@
dead: corgi_dead
- type: Butcherable
spawned:
- id: FoodMeat
amount: 3
- id: FoodMeatCorgi
amount: 2
- type: ReplacementAccent
accent: dog
- type: InteractionPopup

View File

@@ -160,6 +160,24 @@
count: 3
slice: FoodMeatDuckCutlet
- type: entity
name: prime-cut corgi meat
parent: FoodMeatBase
id: FoodMeatCorgi
description: The tainted gift of an evil crime. The meat may be delicous, but at what cost?
components:
- type: Tag
tags:
- Raw
- type: Sprite
state: corgi
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Bicaridine
Quantity: 20
- type: entity
name: raw crab meat
parent: FoodMeatBase

View File

@@ -143,3 +143,16 @@
conditions:
- !type:StealCondition
prototype: SupplyComputerCircuitboard
- type: objective
id: CorgiMeatStealObjective
issuer: syndicate
prob: 0.2
requirements:
- !type:TraitorRequirement {}
- !type:IncompatibleConditionsRequirement
conditions:
- DieCondition
conditions:
- !type:StealCondition
prototype: FoodMeatCorgi

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -43,6 +43,9 @@
{
"name": "clown"
},
{
"name": "corgi"
},
{
"name": "crab"
},