You can bless more containers with a bible (#26526)
* Made more things blessable * Removed junk * Remove whatever that was * Make bowls blessable * New mixablesolution component, converted everything to work with it * Fix minor mishaps * Fix extra spaces in bottle yml * Fix last extra space, fix bottle havign the wrong solution name * Remvoe unneeded event(I think), fix alcohol bottles not being mixable * I missed cans
This commit is contained in:
@@ -4351,7 +4351,6 @@ entities:
|
||||
solutions:
|
||||
absorbed:
|
||||
temperature: 293.15
|
||||
canMix: False
|
||||
canReact: True
|
||||
maxVol: 50
|
||||
name: null
|
||||
|
||||
@@ -4542,7 +4542,6 @@ entities:
|
||||
solutions:
|
||||
beaker:
|
||||
temperature: 293.15
|
||||
canMix: True
|
||||
canReact: True
|
||||
maxVol: 50
|
||||
name: null
|
||||
@@ -4550,6 +4549,8 @@ entities:
|
||||
- data: null
|
||||
ReagentId: Leporazine
|
||||
Quantity: 50
|
||||
- type: MixableSolution
|
||||
solution: beaker
|
||||
- proto: Bed
|
||||
entities:
|
||||
- uid: 247
|
||||
@@ -22184,7 +22185,6 @@ entities:
|
||||
solutions:
|
||||
drink:
|
||||
temperature: 293.15
|
||||
canMix: False
|
||||
canReact: True
|
||||
maxVol: 30
|
||||
name: null
|
||||
|
||||
@@ -32761,7 +32761,6 @@ entities:
|
||||
solutions:
|
||||
drink:
|
||||
temperature: 293.15
|
||||
canMix: False
|
||||
canReact: True
|
||||
maxVol: 30
|
||||
name: null
|
||||
|
||||
@@ -64838,7 +64838,6 @@ entities:
|
||||
solutions:
|
||||
drink:
|
||||
temperature: 293.15
|
||||
canMix: False
|
||||
canReact: True
|
||||
maxVol: 50
|
||||
name: null
|
||||
|
||||
@@ -172898,7 +172898,6 @@ entities:
|
||||
solutions:
|
||||
puddle:
|
||||
temperature: 293.15
|
||||
canMix: False
|
||||
canReact: True
|
||||
maxVol: 1000
|
||||
name: null
|
||||
|
||||
@@ -6112,7 +6112,6 @@ entities:
|
||||
solutions:
|
||||
beaker:
|
||||
temperature: 293.15
|
||||
canMix: True
|
||||
canReact: True
|
||||
maxVol: 50
|
||||
name: null
|
||||
@@ -6120,6 +6119,8 @@ entities:
|
||||
- data: null
|
||||
ReagentId: Leporazine
|
||||
Quantity: 40
|
||||
- type: MixableSolution
|
||||
solution: beaker
|
||||
- uid: 10800
|
||||
components:
|
||||
- type: Transform
|
||||
|
||||
Reference in New Issue
Block a user