View Issue Details

IDProjectCategoryView StatusLast Update
0005976Dwarf FortressDwarf Mode -- Jobs, Cooking and Foodpublic2014-01-21 18:47
ReporterRhenaya Assigned Touser6 
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionno change required 
PlatformNotebookOSWindowsOS VersionVista
Product Version0.34.10 
Summary0005976: Bug with modded edible powder in bags
Descriptioni made a mod that grinds rocksalt into 5 units of table salt in a bag
the table salt is an inorganic from stone_template with [POWDER_MISC_CREATURE] and [EDIBLE_COOKED]

second the 5 units seem to be used bugily in the meal creation. as an easy meal made of 2 bags of table salt the discription included 10 lines of variously minced table salts. i noticed in the bag itself they are shown as 5 items and not stacked, but this doesnt seem to be a problem for seed bags and cooking

also it does show up under the stockpile menu with bone meal, but dwarfs wont haul the bag to the stockpile even with the tag
Steps To Reproduce[REACTION:RHENAYAS_ROCK_SALT_GRIND]
    [NAME:mill rocksalt to powder]
    [BUILDING:QUERN:CUSTOM_R]
    [BUILDING:MILLSTONE:CUSTOM_R]
    [REAGENT:rocksalt:1:BOULDER:NONE:INORGANIC:ROCK_SALT]
    [REAGENT:bag:1:BOX:NONE:NONE:NONE]
        [EMPTY]
        [BAG]
        [PRESERVE_REAGENT]
        [DOES_NOT_DETERMINE_PRODUCT_AMOUNT]
    [PRODUCT:100:1:POWDER_MISC:NONE:INORGANIC:ROCK_SALT]
        [PRODUCT_DIMENSION:150]
        [PRODUCT_TO_CONTAINER:bag]
    [SKILL:MILLING]

[REACTION:RHENAYAS_ROCK_SALT_REFINE]
    [NAME:refine rocksalt powder to salt]
    [BUILDING:RHENAYAS_ALCHEMISTS_WORKSHOP:CUSTOM_S]
    [REAGENT:rocksalt:150:POWDER_MISC:NONE:INORGANIC:ROCK_SALT]
    [REAGENT:bag:1:BOX:NONE:NONE:NONE]
        [CONTAINS:rocksalt]
        [BAG]
        [PRESERVE_REAGENT]
        [DOES_NOT_DETERMINE_PRODUCT_AMOUNT]
    [PRODUCT:100:5:POWDER_MISC:NONE:INORGANIC:RHENAYAS_SALT]
        [PRODUCT_DIMENSION:150]
        [PRODUCT_TO_CONTAINER:bag]
    [SKILL:ALCHEMY]

and from inorganic:
[INORGANIC:RHENAYAS_SALT]
    [USE_MATERIAL_TEMPLATE:STONE_TEMPLATE]
    [STATE_NAME_ADJ:ALL_SOLID:table salt][DISPLAY_COLOR:7:7:1][TILE:'#']
    [MELTING_POINT:11442]
    [BOILING_POINT:12637]
    [SOLID_DENSITY:2170]
    [HARDENS_WITH_WATER:INORGANIC:ROCK_SALT]
    [EDIBLE_COOKED]
    [POWDER_MISC_CREATURE]
Additional Informationalso tested differences with product dimension and amount... if i use a single output they will haul it to the furniture stockpile
possible treating as sandbag or even empty bag (its called table salt fiber bag)? even if the table salt does show up in food stockpile

also regardlesss of the dimension (thought 150 is default per unit like with plaster powder?) will used as only one indegrient in the food stockpile. but only one piece of salt is a bit useless since .08 as the stone is already hard to obtain... workaround would be to use several bags with and products with one reactions. but rather would have this bug handled
Tagsmodding

Activities

Quietust

2012-06-01 19:40

reporter   ~0022805

Just so you know, HARDENS_WITH_WATER will allow your table salt to be used to form orthopedic casts.

Rhenaya

2012-06-01 20:40

reporter   ~0022808

http://img838.imageshack.us/img838/1153/yummybiscuits.jpg
here a screen of the easy meal (biscuits) used 2 of the bags with 5 salt each (there should be a way to prevent that too :x)

and didnt know that with the hardens, thought thats a quirk one can use for traps like magma hardens to obsidian :x

user6

2014-01-21 18:47

  ~0024306

Please run this by the modding forum. If they confirm that your raws are correct, feel free to reopen the report.

Issue History

Date Modified Username Field Change
2012-06-01 13:33 Rhenaya New Issue
2012-06-01 13:37 Rhenaya Tag Attached: modding
2012-06-01 19:40 Quietust Note Added: 0022805
2012-06-01 20:40 Rhenaya Note Added: 0022808
2014-01-21 18:47 user6 Note Added: 0024306
2014-01-21 18:47 user6 Status new => resolved
2014-01-21 18:47 user6 Resolution open => no change required
2014-01-21 18:47 user6 Assigned To => user6