blue blood now requires copper instead of iron to cure bloodloss (#20863)

* blue blood now requires copper instead of iron to cure bloodloss

* arachnid species now needs copper to cure bloodloss and copper pills added to medkits.

* fix puddlesystem proto

* remove the cool

* no longer uses hastag, instead uses custom heart organ and hasorgan.

* fix
This commit is contained in:
brainfood1183
2023-10-31 20:41:25 +00:00
committed by GitHub
parent 31d9956bd9
commit 15fc7b1e92
12 changed files with 103 additions and 17 deletions

View File

@@ -94,7 +94,7 @@
- type: Metabolizer
updateFrequency: 1.5
maxReagents: 2
metabolizerTypes: [Animal]
metabolizerTypes: [Arachnid]
groups:
- id: Medicine
- id: Poison

View File

@@ -11,7 +11,7 @@
reagents:
- ReagentId: Fat
Quantity: 3
- ReagentId: SpiderBlood
- ReagentId: CopperBlood
Quantity: 10
- type: entity
@@ -27,7 +27,7 @@
reagents:
- ReagentId: Fat
Quantity: 10
- ReagentId: SpiderBlood
- ReagentId: CopperBlood
Quantity: 20
- type: entity
@@ -43,7 +43,7 @@
reagents:
- ReagentId: Fat
Quantity: 5
- ReagentId: SpiderBlood
- ReagentId: CopperBlood
Quantity: 10
- type: entity

View File

@@ -0,0 +1,21 @@
- type: body
id: AnimalHemocyanin
name: "hemocyanin"
root: torso
slots:
torso:
part: TorsoAnimal
connections:
- legs
organs:
lungs: OrganAnimalLungs
stomach: OrganAnimalStomach
liver: OrganAnimalLiver
heart: OrganArachnidHeart
kidneys: OrganAnimalKidneys
legs:
part: LegsAnimal
connections:
- feet
feet:
part: FeetAnimal