Basic liver mechanism (#3424)

* Basic liver mechanism

* makes the stupid thing work
This commit is contained in:
ike709
2021-02-27 19:58:08 -06:00
committed by GitHub
parent a9a96f2edc
commit 7b3e25b3ef
5 changed files with 136 additions and 45 deletions

View File

@@ -108,7 +108,7 @@
id: LiverHuman
parent: BaseHumanOrgan
name: "human liver"
description: "Filters impurities out of a bloodstream and provides other important functionality to a human."
description: "Filters impurities out of a bloodstream and provides other important functionality to a human, such as reagent metabolization."
components:
- type: Sprite
netsync: false
@@ -118,6 +118,12 @@
durability: 15
size: 1
compatibility: Biological
behaviors:
- !type:LiverBehavior
alcoholLethality: 0.005
alcoholExponent: 1.6
toxinTolerance: 3
toxinLethality: 0.01
- type: entity
id: KidneysHuman