I've just started delving into modding the raws, and I have a question - one that the search didnt help with (its possible I just didnt search for the right thing, but regardless). So Im asking here, cause it just makes sense
If I were to go into the reaction_smelter RAW and, say, delete the info for making, say, lay pewter (cause who ever uses that anyways?) will that break the game, or just remove it from ever being produced? Mostly want to do this to unclutter the smelter menu from stuff I never use (lay pewter, black bronze, etc).
also, if I wanted to change the way adamantine is produced from Raw -> thread -> wafer to Raw -> wafer - >thread (which makes more sense to me as well as avoidiing the thread stockpile problem) how would I go about doing this?
hopefuly in answering these two question I will glean enough knowledge to further help myself with future endeavors! (teach a man to fish, etc)
EDIT
I decided to poke around the wiki while I waited to see what people might reply with, specifically the reactions bit; I was comparing the info in the reactions section of the wiki to what I was seeing in the reactions_smelter file and am a bit confused..
[REACTION:ADAMANTINE_WAFERS]
[NAME:make adamantine wafers]
[BUILDING:SMELTER:NONE]
[REAGENT:A:15000:THREAD:NO_SUBTYPE:METAL:ADAMANTINE]
[PRODUCT:100:1:BAR:NO_SUBTYPE:METAL:ADAMANTINE][PRODUCT_DIMENSION:150]
[FUEL]
[SKILL:SMELT]
for the Reagent line..
A is the name
15000 is the quantity (or, since its thread, the size)
thread:no_subtype is the item token?
Metal:adamantine <-- is this the material token, or the material token and modifier, or m odifier?
I followed the link to the "full list" of material tokens and didnt see one called just "Metal".. I did see a "Metal_Ore" under modifiers though.
Guidance needed!