So it turns out that finished goods and furniture can't be modded. That mean I had to mod the fillet into a headgear, and no ship burial for my dwarfs .
Oh no, no runestone either T T.
I will look into the possibility of stone ship, but for now I am working on their cuisine and noble title.
Not entirely true. You can define toys, instruments, and tools, which all count as "finished goods." Tools don't have to have a defined function, and I've been using them to create all sorts of weird items not otherwise possible (toys and instruments only allow you to define material type and name).
An example:
[ITEM_TOOL:ITEM_TOOL_ADVMECH_LFR]
[NAME:mechanisms:mechanisms]
[ADJECTIVE:advanced]
[VALUE:30]
[METAL_MAT]
[TILE:128]
[SIZE:100]
[MATERIAL_SIZE:1]
When these are produced, they show up as tile 128 (mechanism tile from Ironhand's set), multiply the base material's value by 30, and are called "advanced (material) mechanisms." You can't to my knowledge, define a new tool function for them, but you can use them in your own reactions quite easily.
For example...
[REAGENT:A:1:TOOL:ITEM_TOOL_ADVMECH_LFR:NONE:NONE]
...will take one advanced mechanism of any material. You should even be able to get custom container types for alcohol, etc, but I haven't explored the pre-defined tool functions that thoroughly.
ver. 0.1a release.
Just some minor tweaking.
I included a graphics raws that enable my mod to support Phoebus's graphic set (Thanks Phoebus!).
Question:
In the legend mode, the modded civ still shows "xyz is a dwarf civilization" instead of "xyz is a north dwarf civilization" . What should I change in order to fix this?
Let me download and take a look. Expect an edit shortly.
EDIT: Find and delete these lines in creature_northdwarf.txt
[NAME:dwarf:dwarves:dwarven]
[CASTE_NAME:dwarf:dwarves:dwarven]
Replace them with...
[NAME:dwarf:dwarves:northern dwarven]
[CASTE_NAME:dwarf:dwarves:northern dwarven]
Assuming you don't want to change the actual creature names. If you do, that's easy, just modify the singular and plural fields for both tokens. These tokens use the format [NAME:singular:plural:adjective].