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 dead: corgi_dead
- type: Butcherable - type: Butcherable
spawned: spawned:
- id: FoodMeat - id: FoodMeatCorgi
amount: 3 amount: 2
- type: ReplacementAccent - type: ReplacementAccent
accent: dog accent: dog
- type: InteractionPopup - type: InteractionPopup

View File

@@ -160,6 +160,24 @@
count: 3 count: 3
slice: FoodMeatDuckCutlet 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 - type: entity
name: raw crab meat name: raw crab meat
parent: FoodMeatBase parent: FoodMeatBase

View File

@@ -143,3 +143,16 @@
conditions: conditions:
- !type:StealCondition - !type:StealCondition
prototype: SupplyComputerCircuitboard 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": "clown"
}, },
{
"name": "corgi"
},
{ {
"name": "crab" "name": "crab"
}, },