Substance changes
This commit is contained in:
parent
bec60f2152
commit
004ad764d6
3 changed files with 14 additions and 2 deletions
|
|
@ -13,4 +13,5 @@ pHIonicOverrides = Dictionary[ExtResource("1_551qc"), float]({
|
||||||
ExtResource("2_2qskh"): 4.8
|
ExtResource("2_2qskh"): 4.8
|
||||||
})
|
})
|
||||||
color = Color(1, 1, 1, 1)
|
color = Color(1, 1, 1, 1)
|
||||||
|
is_solution = true
|
||||||
metadata/_custom_type_script = "uid://b8q5buwgvppyh"
|
metadata/_custom_type_script = "uid://b8q5buwgvppyh"
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,17 @@
|
||||||
[gd_resource type="Resource" script_class="Substance" load_steps=2 format=3 uid="uid://b0pdv8e1ybr8h"]
|
[gd_resource type="Resource" script_class="Substance" load_steps=3 format=3 uid="uid://b0pdv8e1ybr8h"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://b8q5buwgvppyh" path="res://src/resources/substance.gd" id="1_r754y"]
|
[ext_resource type="Script" uid="uid://b8q5buwgvppyh" path="res://src/resources/substance.gd" id="1_r754y"]
|
||||||
|
[ext_resource type="Resource" uid="uid://b2iqhriy265ik" path="res://assets/substances/NH4OH.tres" id="2_p1wre"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_r754y")
|
script = ExtResource("1_r754y")
|
||||||
formula = &"NH_4Cl"
|
formula = &"NH_4Cl"
|
||||||
scientific_name = &"Соляная кислота"
|
scientific_name = &"Хлорид аммония"
|
||||||
melting_point = 337.6
|
melting_point = 337.6
|
||||||
boiling_point = 520.0
|
boiling_point = 520.0
|
||||||
|
pHIonicOverrides = Dictionary[ExtResource("1_r754y"), float]({
|
||||||
|
ExtResource("2_p1wre"): -5.0
|
||||||
|
})
|
||||||
color = Color(1, 1, 1, 1)
|
color = Color(1, 1, 1, 1)
|
||||||
|
is_solution = true
|
||||||
metadata/_custom_type_script = "uid://b8q5buwgvppyh"
|
metadata/_custom_type_script = "uid://b8q5buwgvppyh"
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,10 @@
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_ctlfr")
|
script = ExtResource("1_ctlfr")
|
||||||
|
formula = &"NH4OH"
|
||||||
|
scientific_name = &"Аммиачная вода"
|
||||||
|
melting_point = -100.0
|
||||||
|
boiling_point = 10000000000.0
|
||||||
|
pH = 12.0
|
||||||
|
color = Color(1, 1, 1, 1)
|
||||||
metadata/_custom_type_script = "uid://b8q5buwgvppyh"
|
metadata/_custom_type_script = "uid://b8q5buwgvppyh"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue