Corgi Meat Objective (#7304)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Consumable/Food/meat.rsi/corgi.png
Normal file
BIN
Resources/Textures/Objects/Consumable/Food/meat.rsi/corgi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
@@ -43,6 +43,9 @@
|
|||||||
{
|
{
|
||||||
"name": "clown"
|
"name": "clown"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "corgi"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "crab"
|
"name": "crab"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user