Corgi Meat Objective (#7304)
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
dead: corgi_dead
|
||||
- type: Butcherable
|
||||
spawned:
|
||||
- id: FoodMeat
|
||||
amount: 3
|
||||
- id: FoodMeatCorgi
|
||||
amount: 2
|
||||
- type: ReplacementAccent
|
||||
accent: dog
|
||||
- type: InteractionPopup
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
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": "corgi"
|
||||
},
|
||||
{
|
||||
"name": "crab"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user