aboutsummaryrefslogtreecommitdiff
path: root/uncraft.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-28 16:04:23 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-28 16:04:23 -0700
commitbf09f2b10d4d910089a67a4f01438f6faa2da4d8 (patch)
treeced6b0dfa0bb6ca6e0a04561c6a34d3abced3258 /uncraft.json
downloadcataclysm-dda-mod_battle-maid-redux-bf09f2b10d4d910089a67a4f01438f6faa2da4d8.tar.xz
Initial commitHEADmaster
Diffstat (limited to 'uncraft.json')
-rw-r--r--uncraft.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/uncraft.json b/uncraft.json
new file mode 100644
index 0000000..ca7f362
--- /dev/null
+++ b/uncraft.json
@@ -0,0 +1,47 @@
+[
+ {
+ "type" : "recipe",
+ "result": "little_maid_meat_smoked_fin",
+ "id_suffix": "uncraft",
+ "category": "CC_NONCRAFT",
+ "subcategory": "CSC_NONCRAFT",
+ "difficulty": 0,
+ "time": "0 m",
+ "reversible": true,
+ "autolearn": false,
+ "components": [
+ [ [ "little_maid_R18", 1 ] ],
+ [ [ "meat_smoked", 3 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "little_maid_fish_smoked_fin",
+ "id_suffix": "uncraft",
+ "category": "CC_NONCRAFT",
+ "subcategory": "CSC_NONCRAFT",
+ "difficulty": 0,
+ "time": "0 m",
+ "reversible": true,
+ "autolearn": false,
+ "components": [
+ [ [ "little_maid_R18", 1 ] ],
+ [ [ "fish_smoked", 6 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "little_maid_human_smoked_fin",
+ "id_suffix": "uncraft",
+ "category": "CC_NONCRAFT",
+ "subcategory": "CSC_NONCRAFT",
+ "difficulty": 0,
+ "time": "0 m",
+ "reversible": true,
+ "autolearn": false,
+ "components": [
+ [ [ "little_maid_R18", 1 ] ],
+ [ [ "human_smoked", 3 ] ]
+ ]
+ }
+] \ No newline at end of file