From feebfed7e0ed5330d212ccdd66938a60a156bd5c Mon Sep 17 00:00:00 2001 From: Darki255 Date: Sat, 13 Jul 2024 13:30:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D1=80=D0=B3=D0=B0=D0=BD=D1=8B=20=D0=B2?= =?UTF-8?q?=D1=83=D0=BB=D1=8C=D0=BF=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Prototypes/ADT/Body/Organs/Vulpkanin.yml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Resources/Prototypes/ADT/Body/Organs/Vulpkanin.yml diff --git a/Resources/Prototypes/ADT/Body/Organs/Vulpkanin.yml b/Resources/Prototypes/ADT/Body/Organs/Vulpkanin.yml new file mode 100644 index 00000000000..d679a70b064 --- /dev/null +++ b/Resources/Prototypes/ADT/Body/Organs/Vulpkanin.yml @@ -0,0 +1,35 @@ +- type: entity + id: OrganVulpkaninStomach + parent: OrganAnimalStomach + noSpawn: true + components: + - type: Stomach + maxVolume: 50 + +- type: entity + id: ADTOrganVulpkaninAnimalLiver + parent: BaseAnimalOrgan + name: liver + #noSpawn: true + components: + - type: Sprite + state: liver + - type: Organ + - type: Metabolizer + maxReagents: 1 + metabolizerTypes: [ Animal ] + groups: + - id: Alcohol + rateModifier: 0.1 + +- type: entity + id: OrganVulpkaninHeart + parent: OrganAnimalHeart + components: + - type: Metabolizer + maxReagents: 2 + metabolizerTypes: [ Vulpkanin, Animal ] + groups: + - id: Medicine + - id: Poison + - id: Narcotic