- 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.
- 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