I’ve had the project for my metallurgy game “Metallurgia” for almost 2 years, but apart from some models for equipment and some interaction scripts, I haven’t made much progress.
Source code code: Metallurgia data - Pastebin.com
The metatable for each object in the game is formatted as such:
local exampleData = { ["element"] = {temp = 10, moles = 12} }
Being indexed by the element name, i.e bronze, gold, tin.
temp is a value (in °C)
moles is the amount of the element in the object.
I’m not an expert at chemistry, so if anyone here that knows how to calculate this, please do so!