I'm relatively new at Dwarf Fortress; I've only fought one megabeast so far and am 50 dwarves away from a metropolis.
I wanted to try my hand at modding; I had a vision for a grand tower constructed of ever-warm Fire Metal, a caged dragon in a room made of the stuff (which is dragonfire-safe), a military decked out in fiery orange armor, and a broody monarch sitting on a Fire Throne.
Needless to say, I ran into problems.
I've managed to make the substance appear in the smelter menu, and it can be added as a task; but it doesn't appear to ever be made, cannot be designated in stockpiles, doesn't appear in the status screen and doesn't appear on the metalsmithing screen.
I'd like it to have all of the functions of bronze. Here are the raws I've managed to make so far.
Metal itself:
[OBJECT:INORGANIC]
[USE_MATERIAL_TEMPLATE:METAL_TEMPLATE]
[STATE_NAME_ADJ:ALL_SOLID:flame copper]
[STATE_NAME_ADJ:LIQUID:flowing flame copper]
[STATE_NAME_ADJ:GAS:ignited flame copper]
[DISPLAY_COLOR:4:15:0]
[BUILD_COLOR:4:15:0]
[MATERIAL_VALUE:400]
[SPEC_HEAT:1000]
[MELTING_POINT:50000]
[BOILING_POINT:75000]
[MAT_FIXED_TEMP:10050]
[ITEMS_WEAPON][ITEMS_WEAPON_RANGED][ITEMS_AMMO][ITEMS_DIGGER][ITEMS_ARMOR][ITEMS_ANVIL]
[ITEMS_HARD]
[ITEMS_METAL]
[ITEMS_BARRED]
[ITEMS_SCALED]
[ITEMS_SOFT]
[SOLID_DENSITY:100]
[LIQUID_DENSITY:50]
[MOLAR_MASS:55845]
[IMPACT_YIELD:5500000]
[IMPACT_FRACTURE:5500000]
[IMPACT_STRAIN_AT_YIELD:0]
[COMPRESSIVE_YIELD:5000000]
[COMPRESSIVE_FRACTURE:5000000]
[COMPRESSIVE_STRAIN_AT_YIELD:0]
[TENSILE_YIELD:5000000]
[TENSILE_FRACTURE:5000000]
[TENSILE_STRAIN_AT_YIELD:0]
[TORSION_YIELD:5500000]
[TORSION_FRACTURE:5500000]
[TORSION_STRAIN_AT_YIELD:0]
[SHEAR_YIELD:5500000]
[SHEAR_FRACTURE:5500000]
[SHEAR_STRAIN_AT_YIELD:0]
[BENDING_YIELD:5000000]
[BENDING_FRACTURE:5000000]
[BENDING_STRAIN_AT_YIELD:0]
[MAX_EDGE:100000]
The associated reaction:
[REACTION:FLAME_COPPER_MAKING]
[NAME:make flame copper bars (use ore)]
[BUILDING:SMELTER:NONE]
[REAGENT:A:1:GEM:CARNELIAN]
[REAGENT:B:1:METAL_ORE:COPPER]
[PRODUCT:100:2:BAR:NO_SUBTYPE:METAL:FLAME_COPPER][PRODUCT_DIMENSION:150]
[FUEL]
[SKILL:SMELT]
Help would be much appreciated as this is my first mod.