Skip to content

Commit

Permalink
Random stuff. Part 2.
Browse files Browse the repository at this point in the history
Added recipes for the following items:
1. Heating element.
2. Pilot light.
3. Copper tubing.
4. Copper wire.
5. Paper.
6. Hydrogen.
Added items:
1. Oxygen (byproduct of hydrogen crafting). Has no uses yet.
  • Loading branch information
Darkyhard committed Sep 21, 2014
1 parent c685015 commit c9f4be0
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 4 deletions.
23 changes: 23 additions & 0 deletions data/json/items/ammo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3940,5 +3940,28 @@
"dispersion" : 30,
"recoil" : 5,
"count" : 50
},
{ "type" : "AMMO",
"id" : "oxygen",
"category" : "spare_parts",
"price" : 2000,
"name" : "oxygen",
"symbol" : "=",
"color" : "light_gray",
"description" : "A canister of oxygen.",
"material" : "steel",
"volume" : 10,
"weight" : 183,
"bashing" : 1,
"cutting" : 0,
"to_hit" : 0,
"ammo_type" : "components",
"casing" : "NULL",
"damage" : 0,
"pierce" : 0,
"range" : 0,
"dispersion" : 0,
"recoil" : 0,
"count" : 10
}
]
58 changes: 58 additions & 0 deletions data/json/recipes/recipe_electronics.json
Original file line number Diff line number Diff line change
Expand Up @@ -2528,5 +2528,63 @@
[ "cable", 5 ]
]
]
},
{
"type" : "recipe",
"result": "cable",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_COMPONENTS",
"skill_used": "fabrication",
"skills_required" : [ "electronics", 2 ],
"difficulty": 5,
"time": 40000,
"reversible": false,
"autolearn": true,
"qualities" : [
{"id":"SAW_M","level":1,"amount":1},
{"id":"CUT","level":1,"amount":1},
{"id":"HAMMER","level":2,"amount":1}],
"tools": [
[
[ "boltcutters", -1 ], [ "toolset", -1 ]
]
], "components": [
[
[ "wire", 20 ], [ "wire_barbed", 20 ],
],
[
[ "duct_tape", 300 ]
]
]
},
{
"type" : "recipe",
"result": "element",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_COMPONENTS",
"skill_used": "fabrication",
"skills_required" : [ "electronics", 2 ],
"difficulty": 4,
"time": 15000,
"reversible": false,
"autolearn": true,
"qualities" : [
{"id":"CUT","level":1,"amount":1},
{"id":"HAMMER","level":1,"amount":1}],
"tools": [
[
[ "boltcutters", -1 ], [ "toolset", -1 ]
]
], "components": [
[
[ "wire", 3 ], [ "wire_barbed", 3 ], [ "cable", 15 ]
],
[
[ "duct_tape", 20 ]
],
[
[ "scrap", 1 ]
]
]
}
]
33 changes: 30 additions & 3 deletions data/json/recipes/recipe_medsandchemicals.json
Original file line number Diff line number Diff line change
Expand Up @@ -2416,13 +2416,40 @@
"autolearn": true,
"book_learn": [["adv_chemistry", 2] , ["textbook_chemistry", 2] , ["recipe_labchem", 3] , ["atomic_survival", 2]],
"qualities":[
{"id":"COOK","level":3,"amount":1}
], "tools": [],
{"id":"COOK","level":3,"amount":1}],
"components": [
[ [ "jug_plastic", 1 ], [ "jar_3l_glass",1 ] ],
[ [ "fertilizer_liquid", 4 ], [ "fertilizer_commercial", 4 ] ],
[ [ "gasoline", 400 ], [ "sugar", 8 ] ],
[ [ "string_6", 1 ], [ "rag", 1] ]
]
}
},
{
"type" : "recipe",
"result": "hydrogen",
"byproducts": { "id" : "oxygen", "amount" : 1 },
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_CHEMICALS",
"skill_used": "cooking",
"skills_required": [ "electronics", 4 ],
"difficulty": 8,
"time": 45000,
"reversible": false,
"autolearn": false,
"book_learn": [["adv_chemistry", 7] , ["textbook_chemistry", 7] , ["recipe_labchem", 7]],
"tools": [
[
[ "chemistry_set", 200 ]
]
],
"components": [
[
[ "water", 6 ],
[ "water_clean", 6 ]
],
[
[ "canister_empty", 2 ]
]
]
}
]
83 changes: 82 additions & 1 deletion data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -4878,5 +4878,86 @@
[ "string_6", 6 ]
]
]
}
},{
"type" : "recipe",
"result": "cu_pipe",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "mechanics",
"difficulty": 1,
"time": 10000,
"reversible": false,
"autolearn": true,
"qualities":[
{"id":"SAW_M","level":1,"amount":1},
{"id":"HAMMER","level":1,"amount":1}
], "tools": [
[
["soldering_iron", 8], ["toolset", 8]
]
],
"components":
[
[
[ "scrap", 3 ]
],
[
[ "lead", 40 ], [ "solder_wire", 40 ], [ "silver_small", 40 ], [ "bismuth", 40 ], [ "tin", 40 ], [ "gold_small", 40 ]
]
]
},{
"type" : "recipe",
"result": "pilot_light",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "fabrication",
"skills_required": [ "mechanics", 2 ],
"difficulty": 5,
"time": 15000,
"reversible": false,
"autolearn": true,
"qualities":[
{"id":"SAW_M","level":1,"amount":1},
{"id":"HAMMER","level":2,"amount":1},
{"id":"SCREW","level":1,"amount":1}
],
"components":
[
[
[ "scrap", 3 ]
],
[
[ "cable", 2 ]
]
]
},{
"type" : "recipe",
"result": "paper",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "fabrication",
"skills_required": [ "survival", 4 ],
"difficulty": 5,
"time": 120000,
"reversible": false,
"autolearn": true,
"qualities":[
{"id":"HAMMER","level":1,"amount":1},
{"id":"CONTAIN","level":1,"amount":1},
{"id":"CUT","level":1,"amount":1}
], "tools": [
[
["sheet_metal", -1 ]
]
],
"components":
[
[
[ "splinter", 10 ], [ "stick", 4 ], [ "2x4", 4 ], [ "withered", 20 ], [ "skewer", 10 ]
],
[
[ "water", 4 ], [ "water_clean", 4 ]
]
]
}
]

0 comments on commit c9f4be0

Please sign in to comment.