Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Added Synthetic and Inactive blood (#87)
Browse files Browse the repository at this point in the history
* Added synthetic blood

Added inactive blood and synthetic blood, a cruelty free alternative to blood

* Update biological.yml

* Changed asphyxiation levels for inactive blood

* Update Resources/Locale/en-US/reagents/meta/biological.ftl

Co-authored-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com>

* Update Resources/Locale/en-US/reagents/meta/biological.ftl

Co-authored-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com>

* Update Resources/Prototypes/Recipes/Reactions/chemicals.yml

Co-authored-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com>

* Update biological.yml

* Update biological.yml

---------

Co-authored-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com>
  • Loading branch information
CodedCrow and DEATHB4DEFEAT authored Jul 26, 2023
1 parent 44d4e22 commit dcc4eb9
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Resources/Locale/en-US/reagents/meta/biological.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@ reagent-desc-slime = You thought this was gradient blood at first, but you were
reagent-name-ichor = ichor
reagent-desc-ichor = An extremely potent regenerative chemical, perfected by space fauna evolution. Produced in the dragon's digestive system, it is seen as an exotic commodity due to the gargantuan effort of hunting for it.
reagent-name-syntheticblood = synthetic blood
reagent-desc-syntheticblood = Synthetic blood, a cruelty free alternative for Arachne. Originally Developed by Lia Rogers.
reagent-name-inactiveblood = inactive blood
reagent-desc-inactiveblood = Synthetic blood without the oxygen, causes asphyxiation if drank by an Arachne
reagent-name-fat = fat
reagent-desc-fat = No matter how it was obtained, its application is important.
75 changes: 75 additions & 0 deletions Resources/Prototypes/Reagents/biological.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,81 @@
- !type:PlantAdjustWater
amount: 0.5

- type: reagent
id: SyntheticBlood
name: reagent-name-syntheticblood
group: Biological
desc: reagent-desc-syntheticblood
flavor: metallic
color: "#800000"
physicalDesc: reagent-physical-desc-ferrous
slippery: false
metabolisms:
Drink:
# Quenching!
effects:
- !type:SatiateThirst
factor: 1.5
- !type:SatiateHunger
factor: 0.5
conditions:
- !type:OrganType
type: Vampiric
- !type:AdjustReagent
conditions:
- !type:OrganType
type: Vampiric
reagent: Water
amount: 0.15
- !type:AdjustReagent
conditions:
- !type:OrganType
type: Vampiric
reagent: Protein
amount: 0.15
- !type:AdjustReagent
conditions:
- !type:OrganType
type: Vampiric
reagent: Omnizine
amount: 0.1
plantMetabolism:
- !type:PlantAdjustWater
amount: 0.25

- type: reagent
id: InactiveBlood
name: reagent-name-inactiveblood
group: Biological
desc: reagent-desc-inactiveblood
flavor: metallic
color: "#800000"
physicalDesc: reagent-physical-desc-ferrous
slippery: false
metabolisms:
Drink:
# Quenching!
effects:
- !type:SatiateThirst
factor: 1.5
- !type:SatiateHunger
factor: 0.5
conditions:
- !type:OrganType
type: Vampiric
- !type:HealthChange
damage:
types:
Asphyxiation: 0.6
conditions:
- !type:OrganType
type: Vampiric
reagent: Water
amount: 0.15
plantMetabolism:
- !type:PlantAdjustWater
amount: 0.5

- type: reagent
id: Fat
name: reagent-name-fat
Expand Down
24 changes: 24 additions & 0 deletions Resources/Prototypes/Recipes/Reactions/chemicals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,3 +370,27 @@
amount: 1
products:
SodiumCarbonate: 4

- type: reaction
id: InactiveBlood
reactants:
Hydrogen:
amount: 1
Carbon:
amount: 1
Iron:
amount: 1
Plasma:
amount: 0.1
products:
InactiveBlood: 2.5

- type: reaction
id: SyntheticBlood
reactants:
InactiveBlood:
amount: 1
Oxygen:
amount: 1
products:
SyntheticBlood: 1

0 comments on commit dcc4eb9

Please sign in to comment.