Skip to content

Commit

Permalink
органы вульпы
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Jul 13, 2024
1 parent 9cf3128 commit feebfed
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Resources/Prototypes/ADT/Body/Organs/Vulpkanin.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit feebfed

Please sign in to comment.