Body System Part 1 POGGERS!!! (#855)

This commit is contained in:
GlassEclipse
2020-05-13 14:48:49 -05:00
committed by GitHub
parent c9ce38a6a7
commit 27d27f2b59
66 changed files with 2794 additions and 1 deletions

View File

@@ -165,7 +165,23 @@
- type: ComputerVisualizer2D
key: id_key
screen: id
- type: entity
id: computerBodyScanner
parent: ComputerBase
name: Body Scanner Computer
components:
- type: BodyScanner
- type: UserInterface
interfaces:
- key: enum.BodyScannerUiKey.Key
type: BodyScannerBoundUserInterface
- type: Appearance
visuals:
- type: ComputerVisualizer2D
key: generic_key
screen: generic
- type: entity
id: ComputerComms
parent: ComputerBase

View File

@@ -110,6 +110,10 @@
- type: Species
Template: Human
HeatResistance: 323
- type: BodyManager
BaseTemplate: bodyTemplate.Humanoid
BasePreset: bodyPreset.BasicHuman
- type: StatusEffectsUI
- type: OverlayEffectsUI
- type: HeatResistance
@@ -235,3 +239,4 @@
- type: SpeciesVisualizer2D
- type: HumanoidAppearance