Skip to content

Instantly share code, notes, and snippets.

@ajs
Created February 9, 2023 18:04
Show Gist options
  • Save ajs/71d79b87ba2a7665579b0cecea58f691 to your computer and use it in GitHub Desktop.
Save ajs/71d79b87ba2a7665579b0cecea58f691 to your computer and use it in GitHub Desktop.
[
{
"amount_left" : 5,
"amount_total" : 5,
"frequency" : "Daily",
"id" : 46,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten",
"cookable",
"solid"
],
"value" : 15
},
{
"condition" : "AtLeast",
"flags" :
[
"unrotten",
"cookable"
],
"value" : 15
},
{
"condition" : "AtMost",
"flags" :
[
"unrotten"
],
"item_type" : "FOOD",
"value" : 10
}
],
"job" : "PrepareMeal",
"meal_ingredients" : 3
},
{
"amount_left" : 10,
"amount_total" : 10,
"frequency" : "Daily",
"id" : 1,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten",
"cookable",
"solid"
],
"value" : 20
},
{
"condition" : "AtLeast",
"flags" :
[
"unrotten",
"cookable"
],
"value" : 500
}
],
"job" : "PrepareMeal",
"meal_ingredients" : 4
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 2,
"is_active" : true,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten"
],
"item_type" : "PLANT",
"reaction_product" : "DRINK_MAT",
"value" : 15
},
{
"condition" : "AtLeast",
"flags" :
[
"empty",
"food_storage"
],
"value" : 5
},
{
"condition" : "AtMost",
"item_type" : "DRINK",
"value" : 800
}
],
"job" : "CustomReaction",
"reaction" : "BREW_DRINK_FROM_PLANT"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 3,
"is_active" : true,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten"
],
"item_type" : "PLANT_GROWTH",
"reaction_product" : "DRINK_MAT",
"value" : 15
},
{
"condition" : "AtLeast",
"flags" :
[
"empty",
"food_storage"
],
"value" : 5
},
{
"condition" : "AtMost",
"item_type" : "DRINK",
"value" : 800
}
],
"job" : "CustomReaction",
"reaction" : "BREW_DRINK_FROM_PLANT_GROWTH"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 4,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten",
"milk"
],
"value" : 2
}
],
"job" : "MakeCheese"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 5,
"is_active" : true,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_pressed"
],
"item_subtype" : "ITEM_TOOL_HONEYCOMB",
"item_type" : "TOOL",
"reaction_product" : "HONEYCOMB_PRESS_MAT",
"value" : 2
},
{
"condition" : "AtLeast",
"flags" :
[
"empty",
"non_absorbent"
],
"item_type" : "TOOL",
"tool" : "LIQUID_CONTAINER",
"value" : 2
}
],
"job" : "CustomReaction",
"reaction" : "PRESS_HONEYCOMB"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 6,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"contains" :
[
"honey"
],
"reaction_id" : "MAKE_MEAD",
"value" : 2
},
{
"condition" : "AtLeast",
"flags" :
[
"empty",
"food_storage"
],
"reaction_id" : "MAKE_MEAD",
"value" : 5
}
],
"job" : "CustomReaction",
"reaction" : "MAKE_MEAD"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 7,
"is_active" : true,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"millable",
"unrotten"
],
"item_type" : "PLANT",
"value" : 20
},
{
"condition" : "AtLeast",
"flags" :
[
"empty",
"bag"
],
"item_type" : "BOX",
"value" : 5
}
],
"job" : "MillPlants"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 8,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten",
"processable"
],
"item_type" : "PLANT",
"value" : 20
}
],
"job" : "ProcessPlants"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 9,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten"
],
"item_type" : "PLANT",
"reaction_product" : "BAG_ITEM",
"value" : 15
},
{
"condition" : "AtLeast",
"flags" :
[
"empty",
"bag"
],
"item_type" : "BOX",
"value" : 5
}
],
"job" : "CustomReaction",
"reaction" : "PROCESS_PLANT_TO_BAG"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 10,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten",
"processable_to_barrel"
],
"item_type" : "PLANT",
"value" : 150
},
{
"condition" : "AtLeast",
"flags" :
[
"empty"
],
"item_type" : "BARREL",
"value" : 5
}
],
"job" : "ProcessPlantsBarrel"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 11,
"is_active" : true,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten"
],
"item_type" : "SEEDS",
"reaction_product" : "PRESS_LIQUID_MAT",
"value" : 30
},
{
"condition" : "AtMost",
"flags" :
[
"non_pressed"
],
"item_type" : "GLOB",
"reaction_product" : "PRESS_LIQUID_MAT",
"value" : 10
}
],
"job" : "CustomReaction",
"reaction" : "MILL_SEEDS_NUTS_TO_PASTE"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 12,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_pressed"
],
"item_type" : "GLOB",
"reaction_product" : "PRESS_LIQUID_MAT",
"value" : 2
},
{
"condition" : "AtLeast",
"flags" :
[
"empty",
"non_absorbent"
],
"item_type" : "TOOL",
"tool" : "LIQUID_CONTAINER",
"value" : 5
},
{
"condition" : "AtMost",
"item_type" : "LIQUID_MISC",
"reaction_product" : "SOAP_MAT",
"value" : 10
}
],
"job" : "CustomReaction",
"reaction" : "PRESS_OIL"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 13,
"is_active" : true,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten",
"body_part",
"hair_wool"
],
"value" : 5
}
],
"job" : "SpinThread",
"material_category" :
[
"strand"
]
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 14,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"collected",
"silk"
],
"item_type" : "THREAD",
"value" : 5
},
{
"condition" : "AtMost",
"flags" :
[
"silk"
],
"item_type" : "CLOTH",
"value" : 100
}
],
"job" : "WeaveCloth",
"material_category" :
[
"silk"
]
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 15,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"collected",
"plant"
],
"item_type" : "THREAD",
"value" : 5
},
{
"condition" : "AtMost",
"flags" :
[
"plant"
],
"item_type" : "CLOTH",
"value" : 100
}
],
"job" : "WeaveCloth",
"material_category" :
[
"plant"
]
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 16,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"collected",
"yarn"
],
"item_type" : "THREAD",
"value" : 5
},
{
"condition" : "AtMost",
"flags" :
[
"yarn"
],
"item_type" : "CLOTH",
"value" : 100
}
],
"job" : "WeaveCloth",
"material_category" :
[
"yarn"
]
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 20,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_economic",
"hard"
],
"item_type" : "BOULDER",
"material" : "INORGANIC",
"value" : 20
},
{
"condition" : "AtMost",
"item_type" : "GOBLET",
"value" : 10
}
],
"job" : "MakeGoblet",
"material" : "INORGANIC"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 21,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "WOOD",
"value" : 150
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_TOOL_WHEELBARROW",
"item_type" : "TOOL",
"value" : 4
}
],
"item_subtype" : "ITEM_TOOL_WHEELBARROW",
"job" : "MakeTool",
"material_category" :
[
"wood"
]
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 22,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "WOOD",
"value" : 150
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_TOOL_MINECART",
"item_type" : "TOOL",
"value" : 2
}
],
"item_subtype" : "ITEM_TOOL_MINECART",
"job" : "MakeTool",
"material_category" :
[
"wood"
]
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 23,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "WOOD",
"value" : 50
},
{
"condition" : "AtMost",
"flags" :
[
"empty"
],
"item_type" : "BUCKET",
"value" : 10
}
],
"job" : "MakeBucket",
"material_category" :
[
"wood"
]
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 24,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "WOOD",
"value" : 20
},
{
"condition" : "AtMost",
"flags" :
[
"empty"
],
"item_type" : "CAGE",
"value" : 30
}
],
"job" : "MakeCage",
"material_category" :
[
"wood"
]
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 25,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_economic",
"hard"
],
"item_type" : "BOULDER",
"material" : "INORGANIC",
"value" : 50
},
{
"condition" : "AtMost",
"item_type" : "TRAPPARTS",
"value" : 20
}
],
"job" : "ConstructMechanisms",
"material" : "INORGANIC"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 30,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "GLOB",
"reaction_class" : "WAX",
"value" : 2
}
],
"job" : "CustomReaction",
"reaction" : "MAKE_WAX_CRAFTS"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 31,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten",
"shell",
"body_part"
],
"value" : 2
}
],
"job" : "MakeCrafts",
"material_category" :
[
"shell"
]
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 32,
"is_active" : true,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten",
"totemable",
"body_part"
],
"value" : 5
}
],
"job" : "MakeTotem"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 33,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "WOOD",
"value" : 50
},
{
"condition" : "AtMost",
"item_type" : "SPLINT",
"value" : 5
}
],
"job" : "ConstructSplint",
"material_category" :
[
"wood"
]
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 34,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "WOOD",
"value" : 50
},
{
"condition" : "AtMost",
"item_type" : "CRUTCH",
"value" : 5
}
],
"job" : "ConstructCrutch",
"material_category" :
[
"wood"
]
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 35,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "WOOD",
"value" : 20
},
{
"condition" : "AtMost",
"item_type" : "BED",
"value" : 4
}
],
"job" : "ConstructBed",
"material_category" :
[
"wood"
]
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 36,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "ASH",
"value" : 5
},
{
"condition" : "AtLeast",
"flags" :
[
"empty"
],
"item_type" : "BUCKET",
"value" : 5
},
{
"condition" : "AtMost",
"item_type" : "LIQUID_MISC",
"material" : "LYE",
"value" : 5
}
],
"job" : "MakeLye"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 37,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten"
],
"item_type" : "GLOB",
"reaction_class" : "TALLOW",
"reaction_product" : "SOAP_MAT",
"value" : 5
},
{
"condition" : "AtLeast",
"item_type" : "LIQUID_MISC",
"material" : "LYE",
"value" : 3
},
{
"condition" : "AtMost",
"flags" :
[
"soap"
],
"item_type" : "BAR",
"value" : 5
}
],
"job" : "CustomReaction",
"reaction" : "MAKE_SOAP_FROM_TALLOW"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 38,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "LIQUID_MISC",
"reaction_product" : "SOAP_MAT",
"value" : 5
},
{
"condition" : "AtLeast",
"item_type" : "LIQUID_MISC",
"material" : "LYE",
"value" : 3
},
{
"condition" : "AtMost",
"flags" :
[
"soap"
],
"item_type" : "BAR",
"value" : 5
}
],
"job" : "CustomReaction",
"reaction" : "MAKE_SOAP_FROM_OIL"
},
{
"amount_left" : 4,
"amount_total" : 4,
"frequency" : "Daily",
"id" : 39,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "WOOD",
"value" : 50
},
{
"condition" : "AtMost",
"item_type" : "BAR",
"material" : "ASH",
"value" : 10
}
],
"job" : "MakeAsh"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 40,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "ASH",
"value" : 5
},
{
"condition" : "AtMost",
"item_type" : "BAR",
"material" : "POTASH",
"value" : 20
}
],
"job" : "MakePotashFromAsh"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 41,
"is_active" : true,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten"
],
"item_type" : "PLANT",
"reaction_id" : "MAKE_SLURRY_FROM_PLANT",
"reaction_product" : "PRESS_PAPER_MAT",
"value" : 50
},
{
"condition" : "AtMost",
"flags" :
[
"non_pressed"
],
"item_type" : "GLOB",
"reaction_class" : "PAPER_SLURRY",
"value" : 2
}
],
"job" : "CustomReaction",
"reaction" : "MAKE_SLURRY_FROM_PLANT"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 42,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_pressed"
],
"item_type" : "GLOB",
"reaction_class" : "PAPER_SLURRY",
"reaction_id" : "PRESS_PLANT_PAPER",
"value" : 2
},
{
"condition" : "AtMost",
"item_type" : "SHEET",
"value" : 10
}
],
"job" : "CustomReaction",
"reaction" : "PRESS_PLANT_PAPER"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 43,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten"
],
"item_type" : "PLANT",
"reaction_class" : "PAPER_PLANT",
"reaction_id" : "MAKE_SHEET_FROM_PLANT",
"value" : 15
},
{
"condition" : "AtMost",
"item_type" : "SHEET",
"value" : 10
}
],
"job" : "CustomReaction",
"reaction" : "MAKE_SHEET_FROM_PLANT"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 44,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_economic",
"hard"
],
"item_type" : "BOULDER",
"material" : "INORGANIC",
"value" : 50
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_TOOL_SCROLL_ROLLERS",
"item_type" : "TOOL",
"value" : 10
}
],
"item_subtype" : "ITEM_TOOL_SCROLL_ROLLERS",
"job" : "MakeTool",
"material" : "INORGANIC"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 45,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "SHEET",
"reaction_id" : "MAKE_SCROLL",
"value" : 2
},
{
"condition" : "AtLeast",
"item_subtype" : "ITEM_TOOL_SCROLL_ROLLERS",
"item_type" : "TOOL",
"reaction_id" : "MAKE_SCROLL",
"value" : 2
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_TOOL_SCROLL",
"item_type" : "TOOL",
"value" : 10
}
],
"job" : "CustomReaction",
"reaction" : "MAKE_SCROLL"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 48,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_economic",
"hard"
],
"item_type" : "BOULDER",
"material" : "INORGANIC",
"value" : 50
},
{
"condition" : "AtMost",
"item_type" : "BLOCKS",
"value" : 20
}
],
"job" : "ConstructBlocks",
"material" : "INORGANIC"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 49,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_economic",
"hard"
],
"item_type" : "BOULDER",
"material" : "INORGANIC",
"value" : 50
},
{
"condition" : "AtMost",
"item_type" : "CABINET",
"value" : 2
}
],
"job" : "ConstructCabinet",
"material" : "INORGANIC"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 50,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_economic",
"hard"
],
"item_type" : "BOULDER",
"material" : "INORGANIC",
"value" : 50
},
{
"condition" : "AtMost",
"item_type" : "BOX",
"material" : "INORGANIC",
"value" : 2
}
],
"job" : "ConstructChest",
"material" : "INORGANIC"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 51,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_economic",
"hard"
],
"item_type" : "BOULDER",
"material" : "INORGANIC",
"value" : 50
},
{
"condition" : "AtMost",
"item_type" : "COFFIN",
"value" : 2
}
],
"job" : "ConstructCoffin",
"material" : "INORGANIC"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 52,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_economic",
"hard"
],
"item_type" : "BOULDER",
"material" : "INORGANIC",
"value" : 50
},
{
"condition" : "AtMost",
"item_type" : "DOOR",
"value" : 4
}
],
"job" : "ConstructDoor",
"material" : "INORGANIC"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 56,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_economic",
"hard"
],
"item_type" : "BOULDER",
"material" : "INORGANIC",
"value" : 50
},
{
"condition" : "AtMost",
"item_type" : "SLAB",
"value" : 4
}
],
"job" : "ConstructSlab",
"material" : "INORGANIC"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 57,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_economic",
"hard"
],
"item_type" : "BOULDER",
"material" : "INORGANIC",
"value" : 50
},
{
"condition" : "AtMost",
"item_type" : "STATUE",
"value" : 2
}
],
"job" : "ConstructStatue",
"material" : "INORGANIC"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 58,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_economic",
"hard"
],
"item_type" : "BOULDER",
"material" : "INORGANIC",
"value" : 10
},
{
"condition" : "AtMost",
"item_type" : "TABLE",
"value" : 4
}
],
"job" : "ConstructTable",
"material" : "INORGANIC"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 59,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_economic",
"hard"
],
"item_type" : "BOULDER",
"material" : "INORGANIC",
"value" : 10
},
{
"condition" : "AtMost",
"item_type" : "CHAIR",
"value" : 4
}
],
"job" : "ConstructThrone",
"material" : "INORGANIC"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 63,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_economic",
"hard"
],
"item_type" : "BOULDER",
"material" : "INORGANIC",
"value" : 50
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_TOOL_PEDESTAL",
"item_type" : "TOOL",
"value" : 2
}
],
"item_subtype" : "ITEM_TOOL_PEDESTAL",
"job" : "MakeTool",
"material" : "INORGANIC"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 64,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "WOOD",
"value" : 10
},
{
"condition" : "AtMost",
"flags" :
[
"empty"
],
"item_type" : "BARREL",
"value" : 4
}
],
"job" : "MakeBarrel",
"material_category" :
[
"wood"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 65,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "WOOD",
"value" : 10
},
{
"condition" : "AtMost",
"flags" :
[
"empty"
],
"item_type" : "BIN",
"value" : 4
}
],
"job" : "ConstructBin",
"material_category" :
[
"wood"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 67,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BOULDER",
"material" : "INORGANIC:SPHALERITE",
"value" : 2
}
],
"job" : "SmeltOre",
"material" : "INORGANIC:SPHALERITE"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 68,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BOULDER",
"material" : "INORGANIC:HEMATITE",
"value" : 2
}
],
"job" : "SmeltOre",
"material" : "INORGANIC:HEMATITE"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 76,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:IRON",
"min_dimension" : 150,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_SHIELD_SHIELD",
"item_type" : "SHIELD",
"material" : "INORGANIC:IRON",
"value" : 4
}
],
"item_subtype" : "ITEM_SHIELD_SHIELD",
"job" : "MakeShield",
"material" : "INORGANIC:IRON"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 77,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_economic",
"hard"
],
"item_type" : "BOULDER",
"material" : "INORGANIC",
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_TOOL_NEST_BOX",
"item_type" : "TOOL",
"material" : "INORGANIC",
"value" : 4
}
],
"item_subtype" : "ITEM_TOOL_NEST_BOX",
"job" : "MakeTool",
"material" : "INORGANIC"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 78,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"silk"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
},
{
"condition" : "AtMost",
"item_type" : "CHAIN",
"value" : 4
}
],
"job" : "MakeChain",
"material_category" :
[
"silk"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 80,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "TABLE",
"value" : 2
},
{
"condition" : "AtLeast",
"item_type" : "TRAPPARTS",
"value" : 2
},
{
"condition" : "AtLeast",
"item_type" : "CHAIN",
"value" : 2
},
{
"condition" : "AtMost",
"item_type" : "TRACTION_BENCH",
"value" : 2
}
],
"job" : "ConstructTractionBench"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 85,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BOULDER",
"material" : "INORGANIC:TETRAHEDRITE",
"value" : 2
}
],
"job" : "SmeltOre",
"material" : "INORGANIC:TETRAHEDRITE"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 88,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:IRON",
"min_dimension" : 150,
"value" : 6
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_WEAPON_MACE",
"item_type" : "WEAPON",
"material" : "INORGANIC:IRON",
"value" : 2
}
],
"item_subtype" : "ITEM_WEAPON_MACE",
"job" : "MakeWeapon",
"material" : "INORGANIC:IRON"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 89,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:IRON",
"min_dimension" : 150,
"value" : 6
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_WEAPON_SPEAR",
"item_type" : "WEAPON",
"material" : "INORGANIC:IRON",
"value" : 2
}
],
"item_subtype" : "ITEM_WEAPON_SPEAR",
"job" : "MakeWeapon",
"material" : "INORGANIC:IRON"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 90,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:IRON",
"min_dimension" : 150,
"value" : 6
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_WEAPON_SWORD_SHORT",
"item_type" : "WEAPON",
"material" : "INORGANIC:IRON",
"value" : 2
}
],
"item_subtype" : "ITEM_WEAPON_SWORD_SHORT",
"job" : "MakeWeapon",
"material" : "INORGANIC:IRON"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 91,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:IRON",
"min_dimension" : 150,
"value" : 6
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_WEAPON_HAMMER_WAR",
"item_type" : "WEAPON",
"material" : "INORGANIC:IRON",
"value" : 2
}
],
"item_subtype" : "ITEM_WEAPON_HAMMER_WAR",
"job" : "MakeWeapon",
"material" : "INORGANIC:IRON"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 92,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:IRON",
"min_dimension" : 150,
"value" : 6
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_WEAPON_AXE_BATTLE",
"item_type" : "WEAPON",
"material" : "INORGANIC:IRON",
"value" : 2
}
],
"item_subtype" : "ITEM_WEAPON_AXE_BATTLE",
"job" : "MakeWeapon",
"material" : "INORGANIC:IRON"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 93,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:IRON",
"min_dimension" : 150,
"value" : 6
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_ARMOR_MAIL_SHIRT",
"item_type" : "ARMOR",
"material" : "INORGANIC:IRON",
"value" : 2
}
],
"item_subtype" : "ITEM_ARMOR_MAIL_SHIRT",
"job" : "MakeArmor",
"material" : "INORGANIC:IRON"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 94,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:COPPER",
"min_dimension" : 150,
"value" : 6
},
{
"condition" : "AtMost",
"flags" :
[
"metal"
],
"item_subtype" : "ITEM_PANTS_LEGGINGS",
"item_type" : "PANTS",
"value" : 2
}
],
"item_subtype" : "ITEM_PANTS_LEGGINGS",
"job" : "MakePants",
"material" : "INORGANIC:COPPER"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 95,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:COPPER",
"min_dimension" : 150,
"value" : 6
},
{
"condition" : "AtMost",
"flags" :
[
"metal"
],
"item_subtype" : "ITEM_PANTS_GREAVES",
"item_type" : "PANTS",
"value" : 2
}
],
"item_subtype" : "ITEM_PANTS_GREAVES",
"job" : "MakePants",
"material" : "INORGANIC:COPPER"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 96,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:COPPER",
"min_dimension" : 150,
"value" : 6
},
{
"condition" : "AtMost",
"flags" :
[
"metal"
],
"item_subtype" : "ITEM_GLOVES_GAUNTLETS",
"item_type" : "GLOVES",
"value" : 2
}
],
"item_subtype" : "ITEM_GLOVES_GAUNTLETS",
"job" : "MakeGloves",
"material" : "INORGANIC:COPPER"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 97,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:COPPER",
"min_dimension" : 150,
"value" : 6
},
{
"condition" : "AtMost",
"flags" :
[
"metal"
],
"item_subtype" : "ITEM_HELM_HELM",
"item_type" : "HELM",
"value" : 2
}
],
"item_subtype" : "ITEM_HELM_HELM",
"job" : "MakeHelm",
"material" : "INORGANIC:COPPER"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 98,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:COPPER",
"min_dimension" : 150,
"value" : 6
},
{
"condition" : "AtMost",
"flags" :
[
"metal"
],
"item_subtype" : "ITEM_SHOES_BOOTS",
"item_type" : "SHOES",
"value" : 2
}
],
"item_subtype" : "ITEM_SHOES_BOOTS",
"job" : "MakeShoes",
"material" : "INORGANIC:COPPER"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 99,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:COPPER",
"min_dimension" : 150,
"value" : 6
},
{
"condition" : "AtMost",
"flags" :
[
"metal"
],
"item_subtype" : "ITEM_SHIELD_SHIELD",
"item_type" : "SHIELD",
"value" : 2
}
],
"item_subtype" : "ITEM_SHIELD_SHIELD",
"job" : "MakeShield",
"material" : "INORGANIC:COPPER"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 100,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BOULDER",
"material" : "INORGANIC:NATIVE_GOLD",
"value" : 2
}
],
"job" : "SmeltOre",
"material" : "INORGANIC:NATIVE_GOLD"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 103,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:COPPER",
"min_dimension" : 150,
"value" : 4
},
{
"condition" : "AtMost",
"flags" :
[
"empty"
],
"item_type" : "BARREL",
"value" : 4
}
],
"job" : "MakeBarrel",
"material" : "INORGANIC:COPPER"
},
{
"amount_left" : 1,
"amount_total" : 1,
"frequency" : "Daily",
"id" : 104,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:SILVER",
"min_dimension" : 150,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_TOOL_HIVE",
"item_type" : "TOOL",
"material" : "INORGANIC:SILVER",
"value" : 1
}
],
"item_subtype" : "ITEM_TOOL_HIVE",
"job" : "MakeTool",
"material" : "INORGANIC:SILVER"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 114,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "SKIN_TANNED",
"value" : 4
},
{
"condition" : "AtMost",
"item_type" : "BACKPACK",
"value" : 2
}
],
"job" : "MakeBackpack",
"material_category" :
[
"leather"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 115,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:COPPER",
"min_dimension" : 150,
"value" : 4
},
{
"condition" : "AtMost",
"item_type" : "FLASK",
"value" : 4
}
],
"job" : "MakeFlask",
"material" : "INORGANIC:COPPER"
},
{
"amount_left" : 5,
"amount_total" : 5,
"frequency" : "Daily",
"id" : 117,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"melt_designated",
"allow_melt_dump"
],
"value" : 5
}
],
"job" : "MeltMetalObject"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 130,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"silk"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_ARMOR_ROBE",
"item_type" : "ARMOR",
"value" : 2
}
],
"item_subtype" : "ITEM_ARMOR_ROBE",
"job" : "MakeArmor",
"material_category" :
[
"silk"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 131,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"silk"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_ARMOR_SHIRT",
"item_type" : "ARMOR",
"value" : 2
}
],
"item_subtype" : "ITEM_ARMOR_SHIRT",
"job" : "MakeArmor",
"material_category" :
[
"silk"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 132,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"silk"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_ARMOR_VEST",
"item_type" : "ARMOR",
"value" : 2
}
],
"item_subtype" : "ITEM_ARMOR_VEST",
"job" : "MakeArmor",
"material_category" :
[
"silk"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 133,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"silk"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_PANTS_PANTS",
"item_type" : "PANTS",
"value" : 2
}
],
"item_subtype" : "ITEM_PANTS_PANTS",
"job" : "MakePants",
"material_category" :
[
"silk"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 134,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"silk"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_GLOVES_GLOVES",
"item_type" : "GLOVES",
"value" : 2
}
],
"item_subtype" : "ITEM_GLOVES_GLOVES",
"job" : "MakeGloves",
"material_category" :
[
"silk"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 135,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"silk"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_HELM_CAP",
"item_type" : "HELM",
"value" : 2
}
],
"item_subtype" : "ITEM_HELM_CAP",
"job" : "MakeHelm",
"material_category" :
[
"silk"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 136,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"silk"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_HELM_HOOD",
"item_type" : "HELM",
"value" : 2
}
],
"item_subtype" : "ITEM_HELM_HOOD",
"job" : "MakeHelm",
"material_category" :
[
"silk"
]
},
{
"amount_left" : 4,
"amount_total" : 4,
"frequency" : "Daily",
"id" : 137,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"silk"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_SHOES_SOCKS",
"item_type" : "SHOES",
"value" : 4
}
],
"item_subtype" : "ITEM_SHOES_SOCKS",
"job" : "MakeShoes",
"material_category" :
[
"silk"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 138,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "SKIN_TANNED",
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_ARMOR_COAT",
"item_type" : "ARMOR",
"value" : 2
}
],
"item_subtype" : "ITEM_ARMOR_COAT",
"job" : "MakeArmor",
"material_category" :
[
"leather"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 139,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "SKIN_TANNED",
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_ARMOR_CLOAK",
"item_type" : "ARMOR",
"value" : 2
}
],
"item_subtype" : "ITEM_ARMOR_CLOAK",
"job" : "MakeArmor",
"material_category" :
[
"leather"
]
},
{
"amount_left" : 4,
"amount_total" : 4,
"frequency" : "Daily",
"id" : 140,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "SKIN_TANNED",
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_SHOES_SHOES",
"item_type" : "SHOES",
"value" : 4
}
],
"item_subtype" : "ITEM_SHOES_SHOES",
"job" : "MakeShoes",
"material_category" :
[
"leather"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 141,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"contains" :
[
"honey"
],
"reaction_id" : "MAKE_MEAD",
"value" : 2
},
{
"condition" : "AtLeast",
"flags" :
[
"empty",
"food_storage"
],
"reaction_id" : "MAKE_MEAD",
"value" : 2
}
],
"job" : "CustomReaction",
"reaction" : "MAKE_MEAD"
},
{
"amount_left" : 5,
"amount_total" : 5,
"frequency" : "Daily",
"id" : 145,
"is_active" : true,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"unrotten",
"bone",
"body_part"
],
"value" : 5
},
{
"condition" : "AtLeast",
"flags" :
[
"improvable"
],
"value" : 5
}
],
"job" : "DecorateWith",
"material_category" :
[
"bone"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 151,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"silk"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_SHOES_SHOES",
"item_type" : "SHOES",
"value" : 2
}
],
"item_subtype" : "ITEM_SHOES_SHOES",
"job" : "MakeShoes",
"material_category" :
[
"silk"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 154,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"yarn"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_ARMOR_ROBE",
"item_type" : "ARMOR",
"value" : 2
}
],
"item_subtype" : "ITEM_ARMOR_ROBE",
"job" : "MakeArmor",
"material_category" :
[
"yarn"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 155,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"yarn"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_ARMOR_SHIRT",
"item_type" : "ARMOR",
"value" : 2
}
],
"item_subtype" : "ITEM_ARMOR_SHIRT",
"job" : "MakeArmor",
"material_category" :
[
"yarn"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 156,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"yarn"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_ARMOR_VEST",
"item_type" : "ARMOR",
"value" : 2
}
],
"item_subtype" : "ITEM_ARMOR_VEST",
"job" : "MakeArmor",
"material_category" :
[
"yarn"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 157,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"yarn"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_PANTS_PANTS",
"item_type" : "PANTS",
"value" : 2
}
],
"item_subtype" : "ITEM_PANTS_PANTS",
"job" : "MakePants",
"material_category" :
[
"yarn"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 158,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtMost",
"item_subtype" : "ITEM_GLOVES_GLOVES",
"item_type" : "GLOVES",
"value" : 2
},
{
"condition" : "AtLeast",
"flags" :
[
"yarn"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
}
],
"item_subtype" : "ITEM_GLOVES_GLOVES",
"job" : "MakeGloves",
"material_category" :
[
"yarn"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 159,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"yarn"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_HELM_CAP",
"item_type" : "HELM",
"value" : 2
}
],
"item_subtype" : "ITEM_HELM_CAP",
"job" : "MakeHelm",
"material_category" :
[
"yarn"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 160,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"yarn"
],
"item_type" : "CLOTH",
"min_dimension" : 10000,
"value" : 4
},
{
"condition" : "AtMost",
"item_subtype" : "ITEM_HELM_HOOD",
"item_type" : "HELM",
"value" : 2
}
],
"item_subtype" : "ITEM_HELM_HOOD",
"job" : "MakeHelm",
"material_category" :
[
"yarn"
]
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 161,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:ZINC",
"min_dimension" : 150,
"value" : 6
},
{
"condition" : "AtMost",
"item_type" : "SPLINT",
"value" : 5
}
],
"job" : "ConstructSplint",
"material" : "INORGANIC:ZINC"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 162,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:ZINC",
"min_dimension" : 150,
"value" : 6
},
{
"condition" : "AtMost",
"item_type" : "CRUTCH",
"value" : 5
}
],
"job" : "ConstructCrutch",
"material" : "INORGANIC:ZINC"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 169,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:COPPER",
"min_dimension" : 150,
"value" : 6
},
{
"condition" : "AtMost",
"item_type" : "WEAPONRACK",
"value" : 4
}
],
"job" : "ConstructWeaponRack",
"material" : "INORGANIC:COPPER"
},
{
"amount_left" : 2,
"amount_total" : 2,
"frequency" : "Daily",
"id" : 170,
"is_active" : false,
"is_validated" : true,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "BAR",
"material" : "INORGANIC:COPPER",
"min_dimension" : 150,
"value" : 6
},
{
"condition" : "AtMost",
"item_type" : "ARMORSTAND",
"value" : 4
}
],
"job" : "ConstructArmorStand",
"material" : "INORGANIC:COPPER"
},
{
"amount_left" : 5,
"amount_total" : 5,
"frequency" : "Daily",
"id" : 171,
"is_active" : false,
"is_validated" : false,
"item_conditions" :
[
{
"condition" : "AtLeast",
"item_type" : "WOOD",
"value" : 200
}
],
"job" : "MakeCrafts",
"material_category" :
[
"wood"
]
},
{
"amount_left" : 5,
"amount_total" : 5,
"frequency" : "Daily",
"id" : 172,
"is_active" : false,
"is_validated" : false,
"item_conditions" :
[
{
"condition" : "AtLeast",
"flags" :
[
"non_economic",
"hard"
],
"item_type" : "BOULDER",
"material" : "INORGANIC",
"value" : 500
}
],
"job" : "MakeCrafts",
"material" : "INORGANIC"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment