Rat King Tweaks (#8940)
Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
8
Resources/Prototypes/Body/Mechanisms/rat.yml
Normal file
8
Resources/Prototypes/Body/Mechanisms/rat.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- type: entity
|
||||
id: OrganRatLungs
|
||||
parent: OrganHumanLungs
|
||||
suffix: "rat"
|
||||
components:
|
||||
- type: Metabolizer
|
||||
metabolizerTypes: [ Rat ]
|
||||
|
||||
39
Resources/Prototypes/Body/Parts/rat.yml
Normal file
39
Resources/Prototypes/Body/Parts/rat.yml
Normal file
@@ -0,0 +1,39 @@
|
||||
# Just copypasta of some animal basic body parts for interaction,
|
||||
# It's basically as animals except a different torso with different organs
|
||||
- type: entity
|
||||
id: TorsoRat
|
||||
name: "animal torso"
|
||||
parent: PartAnimal
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: BodyPart
|
||||
partType: Torso
|
||||
size: 7
|
||||
compatibility: Biological
|
||||
mechanisms:
|
||||
- OrganRatLungs
|
||||
- OrganHumanStomach
|
||||
- OrganHumanLiver
|
||||
- OrganHumanHeart
|
||||
- OrganHumanKidneys
|
||||
- type: Damageable
|
||||
damageContainer: Biological
|
||||
|
||||
- type: entity
|
||||
id: OrganRatLungs
|
||||
parent: BaseAnimalOrgan
|
||||
name: lungs
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: Mechanism
|
||||
size: 1
|
||||
compatibility: Biological
|
||||
- type: Lung
|
||||
- type: Metabolizer
|
||||
removeEmpty: true
|
||||
solutionOnBody: false
|
||||
solution: "Lung"
|
||||
metabolizerTypes: [ Rat ]
|
||||
groups:
|
||||
- id: Gas
|
||||
rateModifier: 100.0
|
||||
7
Resources/Prototypes/Body/Presets/rat.yml
Normal file
7
Resources/Prototypes/Body/Presets/rat.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- type: bodyPreset
|
||||
name: "animal preset"
|
||||
id: RatPreset
|
||||
partIDs:
|
||||
legs: LegsAnimal
|
||||
feet: FeetAnimal
|
||||
torso: TorsoRat
|
||||
Reference in New Issue
Block a user