Well, recently I just DL'd Dwarf Fortress after a computer meltdown. I decided to play around with smelting reactions, seeing what works and what doesn't. I've also been playing around trying to find some new ideas.
Some of the things I figured out were:
1 and 10 Giant Cave Spider Silks.
20 Dragon Bones.
Adamantine Strands.
10 Sun Berries, Whip Vines, and Sliver Barbs.
The rest were just multiple amounts of the usual reactions on the Wiki.
[REACTION:ADAMANTINE_STRAND]
[NAME:make adamantine strand]
[SMELTER]
[REAGENT]
[PRODUCT:100:1:THREAD:NO_SUBTYPE:METAL:ADAMANTINE]
[REACTION:RAW_ADAMANTINE]
[NAME:make raw adamantine]
[SMELTER]
[PRODUCT:100:1:STONE:NO_SUBTYPE:STONE:RAW_ADAMANTINE]
[REACTION:GCS_SILK_THREAD]
[NAME:make silk thread]
[SMELTER]
[REAGENT]
[PRODUCT:100:1:THREAD:NO_SUBTYPE:SILK:SPIDER_CAVE_GIANT]
[REACTION:TEN_GCS_SILK_THREAD]
[NAME:make ten silk thread]
[SMELTER]
[REAGENT]
[PRODUCT:100:10:THREAD:NO_SUBTYPE:SILK:SPIDER_CAVE_GIANT]
[REACTION:TWENTY_DRAGON_BONES]
[NAME:make dragon bones]
[SMELTER]
[REAGENT]
[PRODUCT:100:20:BONES:NO_SUBTYPE:DRAGON:DRAGON]
[REACTION:TEN_WHIP_VINE]
[NAME:make whip vines]
[SMELTER]
[REAGENT]
[PRODUCT:100:10:PLANT:NO_SUBTYPE:VINE_WHIP:VINE_WHIP]
[REACTION:TEN_SUN_BERRIES]
[NAME:make sun berries]
[SMELTER]
[REAGENT]
[PRODUCT:100:10:PLANT:NO_SUBTYPE:BERRY_SUN:BERRY_SUN]
[REACTION:TEN_SLIVER_BARB]
[NAME:make sliver barbs]
[SMELTER]
[REAGENT]
[PRODUCT:100:10:PLANT:NO_SUBTYPE:SLIVER_BARB:SLIVER_BARB]
Going to play around with these just for fun to see my entire fort decked out in black died adamantine clothing or something fun.
I usually add a Bauxite, Marble, and Obsidian stone creation reactions as well just for the obvious purposes.
Right now I'm trying to figure out how to make Dragon Fat or even Dragon Corpses. I don't think I can have the smelter churn out corpses sadly from everything I've tried, but the fat I guess is all about getting the right syntax.
I've tried:
(Doesn't Work)
[REACTION:DRAGON_CORPSE]
[NAME:make dragon corpse]
[SMELTER]
[REAGENT]
[PRODUCT:100:1:CORPSE:NO_SUBTYPE:CORPSE:DRAGON]
(Doesn't Work)
[REACTION:DRAGON_FAT]
[NAME:make dragon fat]
[SMELTER]
[REAGENT]
[PRODUCT:100:1:GLOB:NO_SUBTYPE:FAT:DRAGON]
I've tried other variations on trying to make the dragon fat. I have this idea of making structures entirely out of Dragon Soap. Some of the variations I've tried have been:
[PRODUCT:100:1:GLOB:NO_SUBTYPE:DRAGON:DRAGON]
[PRODUCT:100:1:GLOB:NO_SUBTYPE:DRAGON:FAT]
[PRODUCT:100:1:GLOB:FAT:DRAGON:DRAGON]
Yep. None of those work. Trying to figure out how to make a nice stack of Dragon Fat in the same way I made Dragon Bones.
By the way, if you do this reaction:
[REACTION:DRAGONSPLOSION]
[NAME:make dragon bones]
[SMELTER]
[REAGENT]
[PRODUCT:100:20:BONES:NO_SUBTYPE:BONE:DRAGON]
...the bones boil and kill anything nearby. Tried it with Hydra Bones too and the things killed froze to death... I found this odd.
So. Any ideas on producing Fat(or Tallow or the Soap Bars themselves at this point) from the smelter?