I saw in some texts that people are using "tpt.el.[element].property=..." to manipulate the properties of an element.
Is there any reference for this? The wiki doesn't say much about this. (https://powdertoy.co.uk/Wiki/W/Lua.html)
The only ones I found are: "explosive", flammable" and gravity"
Especially I want to set the melting point of NSCN or PSCN. Is this possible?
There's a slightly more complete list at https://powdertoy.co.uk/Wiki/W/Lua_API:Elements.html#Properties or https://powdertoy.co.uk/Wiki/W/Coding-tutorial.html#Step_Two:_Defining_the_Element.27s_Primary_Properties
For the melting point of NSCN and PSCN, HighTemperature should work (this sets the temperature (in Kelvin) at which the element turns into the HighTemperatureTransition element. For PSCN and NSCN, HighTemperatureTransition=LAVA).