From e32253451b7e4b9a8f629228f529f19ff8466a31 Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Tue, 7 Oct 2025 10:01:47 -0400 Subject: [PATCH] Vox burn into fried chicken (#40115) * Sir, this is a KFC. * the curse of multi-parenting * 11 herbs and spices of intrigue --- .../Prototypes/Entities/Mobs/Species/vox.yml | 38 +++++++++++++++++++ .../Entities/Objects/Consumable/Food/meat.yml | 17 +++++++++ 2 files changed, 55 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/Species/vox.yml b/Resources/Prototypes/Entities/Mobs/Species/vox.yml index b49d0fb409..44687ac544 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/vox.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/vox.yml @@ -30,6 +30,44 @@ - type: Damageable damageContainer: Biological damageModifierSet: Vox + - type: Destructible + thresholds: + - trigger: + !type:DamageTypeTrigger + damageType: Blunt + damage: 400 + behaviors: + - !type:GibBehavior { } + - trigger: + !type:DamageTypeTrigger + damageType: Heat + damage: 1500 + behaviors: + - !type:SpawnEntitiesBehavior + spawnInContainer: true + spawn: + FoodMeatChickenFriedVox: + min: 3 + max: 5 + - !type:BurnBodyBehavior { } + - !type:PlaySoundBehavior + sound: + collection: MeatLaserImpact + - trigger: + !type:DamageTypeTrigger + damageType: Radiation + damage: 15 + behaviors: + - !type:PopupBehavior + popup: mouth-taste-metal + popupType: LargeCaution + targetOnly: true + - trigger: + !type:DamageTypeTrigger + damageType: Radiation + damage: 40 + behaviors: + - !type:VomitBehavior - type: PassiveDamage # Augment normal health regen to be able to tank some Poison damage # This allows Vox to take their mask off temporarily to eat something without needing a trip to medbay afterwards. diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml index 642a068069..1d7380bb9d 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml @@ -1242,6 +1242,23 @@ - state: plain-cooked-inhand-right color: "#F7E3A3" +- type: entity + parent: FoodMeatChickenFried + id: FoodMeatChickenFriedVox + name: mystery fried chicken + description: “Eleven secret herbs and… oh no. That’s not chicken." + components: + - type: SolutionContainerManager + solutions: + food: + reagents: + - ReagentId: Nutriment + Quantity: 2 + - ReagentId: Protein + Quantity: 5 + - ReagentId: Ammonia + Quantity: 3 + - type: entity parent: FoodMeatBase id: FoodMeatDuckCooked -- 2.51.2