Serv3 rework content changes (#7145)

This commit is contained in:
Paul Ritter
2022-04-03 02:01:22 +02:00
committed by GitHub
parent 6b01ab17a6
commit 2ff40d5a1f
133 changed files with 476 additions and 324 deletions

View File

@@ -16,7 +16,7 @@
id: HandsAnimal
name: "animal hands"
parent: PartAnimal
abstract: true
noSpawn: true
components:
- type: BodyPart
partType: Hand
@@ -28,7 +28,7 @@
id: LegsAnimal
name: "animal legs"
parent: PartAnimal
abstract: true
noSpawn: true
components:
- type: BodyPart
partType: Leg
@@ -39,7 +39,7 @@
id: FeetAnimal
name: "animal feet"
parent: PartAnimal
abstract: true
noSpawn: true
components:
- type: BodyPart
partType: Foot
@@ -50,7 +50,7 @@
id: TorsoAnimal
name: "animal torso"
parent: PartAnimal
abstract: true
noSpawn: true
components:
- type: BodyPart
partType: Torso
@@ -76,7 +76,7 @@
id: OrganAnimalLungs
parent: BaseAnimalOrgan
name: lungs
abstract: true
noSpawn: true
components:
- type: Mechanism
size: 1
@@ -95,7 +95,7 @@
id: OrganAnimalStomach
parent: BaseAnimalOrgan
name: stomach
abstract: true
noSpawn: true
components:
- type: Mechanism
size: 1
@@ -118,7 +118,7 @@
id: OrganAnimalLiver
parent: BaseAnimalOrgan
name: liver
abstract: true
noSpawn: true
components:
- type: Mechanism
size: 1
@@ -134,7 +134,7 @@
id: OrganAnimalHeart
parent: BaseAnimalOrgan
name: heart
abstract: true
noSpawn: true
components:
- type: Mechanism
size: 1
@@ -151,7 +151,7 @@
id: OrganAnimalKidneys
parent: BaseAnimalOrgan
name: kidneys
abstract: true
noSpawn: true
components:
- type: Mechanism
size: 1