Well with Burning Sand moddability you can make new elements by adding lines of code. Then using Interaction function you can make the elements react with one another. So if I wanted to make fire burn some wood then I would do
Code:
Interaction Wood Fire BurningWood Fire 1000
The first two elements in that line are the things that react with eachother and the last two are what each of them turn into.
EDIT: This is a basic idea of the BS element code:
Code:
Element [Group] [Name] [Colour-Red] [Color-Green] [Color-Blue] [Weight] [Spray] [Slide] [Viscosity] [Deathrate] [Die to] [Order] [Icon]
If someone implemented it I would gladly make the config for it (config is where the mods go)
EDIT2: go to
here to learn about BS modding.