Is it possible to specify a type of corpse for a reagent? Been working on a Dragon Scale idea to where they would be able to take a corpse of a dragon and custom reagent butcher the corpse for the scales.. but I cant seem to get it right
Edit:nvm! used a different idea with mats
2nd Edit: Nevermind.. ;-;..
Well I got it working, created a new tissue and material for dragon scales (will replace the vanilla and moded dragons scales to the new one once I get this to work properly...
but then I realize.. when a dwarf takes the skin of a creature and tans it, the product comes out as a leather material item... but how would I make it specify my new material if its not leather?
(vanilla reaction)
[REACTION:TAN_A_HIDE]
[NAME:tan a hide]
[BUILDING:TANNER:CUSTOM_T]
[REAGENT:A:1:NONE:NONE:NONE:NONE][USE_BODY_COMPONENT][UNROTTEN]
[HAS_MATERIAL_REACTION_PRODUCT:TAN_MAT]
[PRODUCT:100:1:
SKIN_TANNED:NONE:GET_MATERIAL_FROM_REAGENT:A:TAN_MAT]
[SKILL:TANNER] ^ assuming this forces the product into the [MATERIAL_TEMPLATE:LEATHER_TEMPLATE]
[AUTOMATIC]
[REACTION:REFINE_DRAGON_SCALE]
[NAME:refine a dragon scale]
[BUILDING:TANNER:NONE]
[REAGENT:A:1:NONE:NONE:NONE:NONE][USE_BODY_COMPONENT][UNROTTEN]
[HAS_MATERIAL_REACTION_PRODUCT:DRAGONSCALE_MAT]
[PRODUCT:100:1:no idea what item token to define here...:NONE:GET_MATERIAL_FROM_REAGENT:A:DRAGONSCALE_MAT]
[SKILL:TANNER]
[AUTOMATIC]
not surehow to make it define the new [MATERIAL_TEMPLATE:HARDENED_DRAGON_SCALE_TEMPLATE] for the dragon scales... is there anything im missing or should I just have the product just have it turned into bars of some kind? Would of been kinda cool to see "Cave dragon scale chainmail" instead of it just being "dragon scale chainmail"... unless someone knows an idea ima still keep experimenting
3rd Edit: After reviewing the
http://dwarffortresswiki.org/index.php/DF2014:Skin page, It gave me an idea, but the one thing I was first worried about that this idea gives me is that I don't want the new scales to be used for normal leather making... I just want the dragon scales to be used for a couple of unique types of armor...
4th Edit: im going insane trying to learn this
5th Edit: went insane, and caved-in and just decided to make multiple new bars as a product for the dragon scales.