Dwarves With A Passion

Other Projects => DF Modding => Topic started by: shoruke on October 28, 2008, 10:23:25 pm



Title: gems to metal?
Post by: shoruke on October 28, 2008, 10:23:25 pm
I'm trying to make it so that I can take a small rough gem, any gem, and turn it into my hack metal. Does this work?

[REACTION:GEM_TO_CELESTIAL_STEEL]
[NAME:forge celestial steel]
[SMELTER]
[FUEL]
[REAGENT:1:ROUGH:NO_SUBTYPE:GEM:NO_MATGLOSS]
[PRODUCT:100:1:BAR:NO_SUBTYPE:METAL:CELESTIAL_STEEL]

About the only part I'm worried about at all is the REAGENT line...


Title: Re: gems to metal?
Post by: Deon on October 29, 2008, 08:40:48 am
There's no GEM material type. Gems use STONE material type.
[REAGENT:1:ROUGH:NO_SUBTYPE:STONE:NO_MATGLOSS]

And if you want to make it with cut gems too:

[REAGENT:1:SMALLGEM:NO_SUBTYPE:STONE:NO_MATGLOSS]