-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finally update blood mod to work with both vanilla and DLC
- Loading branch information
1 parent
4f3bfa2
commit 2ef7f2c
Showing
6 changed files
with
76 additions
and
5 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
56 changes: 56 additions & 0 deletions
56
Blood/archived_versions/vanilla_455509/elements/blood.yaml
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
#iron mass = 0.5 mg/mL blood (0.0005g/1.13g = 0.00044) | ||
--- | ||
elements: | ||
- elementId: Blood | ||
maxMass: 1000 | ||
liquidCompression: 1.02 | ||
speed: 100 | ||
minHorizontalFlow: 0.1 | ||
minVerticalFlow: 0.01 | ||
specificHeatCapacity: 3.49 | ||
thermalConductivity: 0.58 | ||
solidSurfaceAreaMultiplier: 1 | ||
liquidSurfaceAreaMultiplier: 25 | ||
gasSurfaceAreaMultiplier: 1 | ||
lowTemp: 272.5 | ||
highTemp: 372.5 | ||
lowTempTransitionTarget: FrozenBlood | ||
highTempTransitionTarget: Steam | ||
highTempTransitionOreId: Iron | ||
highTempTransitionOreMassConversion: 0.001 | ||
defaultTemperature: 310 | ||
defaultMass: 1000 | ||
molarMass: 30 | ||
toxicity: 0.1 | ||
lightAbsorptionFactor: 0.8 | ||
tags: | ||
- Mixture | ||
- AnyWater | ||
isDisabled: false | ||
state: Liquid | ||
localizationID: STRINGS.ELEMENTS.BLOOD.NAME | ||
|
||
- elementId: FrozenBlood | ||
specificHeatCapacity: 3.05 | ||
thermalConductivity: 1 | ||
solidSurfaceAreaMultiplier: 1 | ||
liquidSurfaceAreaMultiplier: 1 | ||
gasSurfaceAreaMultiplier: 1 | ||
strength: 1 | ||
highTemp: 272.5 | ||
highTempTransitionTarget: Blood | ||
defaultTemperature: 230 | ||
defaultMass: 500 | ||
maxMass: 800 | ||
hardness: 10 | ||
molarMass: 35 | ||
lightAbsorptionFactor: 0.8 | ||
materialCategory: Liquifiable | ||
tags: | ||
- IceOre | ||
- Mixture | ||
- BuildableAny | ||
buildMenuSort: 5 | ||
isDisabled: false | ||
state: Solid | ||
localizationID: STRINGS.ELEMENTS.FROZENBLOOD.NAME |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
supportedContent: VANILLA_ID | ||
lastWorkingBuild: 455509 |
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,2 +1,2 @@ | ||
supportedContent: ALL | ||
supportedContent: EXPANSION1_ID | ||
lastWorkingBuild: 455425 |