-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
14 changed files
with
202 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +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" | ||
id: ChestRat | ||
name: "animal chest" | ||
parent: PartAnimal | ||
noSpawn: true | ||
components: | ||
- type: BodyPart | ||
partType: Torso | ||
partType: Chest | ||
- type: Damageable | ||
damageContainer: Biological | ||
- type: Tag | ||
tags: | ||
- Trash | ||
# TODO get a proper rat king & servant torso sprite. | ||
# currently their torso is just a small dead rat.... | ||
# currently their chest is just a small dead rat.... | ||
- type: Sprite | ||
sprite: Mobs/Animals/mouse.rsi | ||
state: splat-0 | ||
|
||
- type: entity | ||
id: GroinRat | ||
name: "animal groin" | ||
parent: PartAnimal | ||
noSpawn: true | ||
components: | ||
- type: BodyPart | ||
partType: Groin | ||
- type: Damageable | ||
damageContainer: Biological | ||
- type: Tag | ||
tags: | ||
- Trash | ||
# TODO get a proper rat king & servant torso sprite. | ||
# currently their groin is just a small dead rat.... | ||
- type: Sprite | ||
sprite: Mobs/Animals/mouse.rsi | ||
state: splat-0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,7 @@ | |
abstract: true | ||
components: | ||
- type: BodyPart | ||
partType: Torso | ||
partType: Chest | ||
- type: Tag | ||
tags: | ||
- Trash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 12 additions & 6 deletions
18
Resources/Prototypes/Body/Prototypes/Animal/bloodsucker.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 12 additions & 6 deletions
18
Resources/Prototypes/Body/Prototypes/Animal/hemocyanin.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 9 additions & 5 deletions
14
Resources/Prototypes/Body/Prototypes/Specific/mothroach.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
- type: body | ||
# WD EDIT | ||
- type: body | ||
id: Mothroach | ||
name: "mothroach" | ||
root: torso | ||
root: chest | ||
slots: | ||
torso: | ||
part: TorsoAnimal | ||
chest: | ||
part: ChestAnimal | ||
organs: | ||
lungs: OrganAnimalLungs | ||
heart: OrganAnimalHeart | ||
groin: | ||
part: GroinAnimal | ||
organs: | ||
stomach: OrganMothStomach | ||
liver: OrganAnimalLiver | ||
heart: OrganAnimalHeart | ||
kidneys: OrganAnimalKidneys |
Oops, something went wrong.