Advertisement
Guest User

Goes in Recipes.JSON

a guest
Sep 15th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.51 KB | None | 0 0
  1. {
  2.   "result": "over & under",
  3.   "category": "CC_WEAPON",
  4.   "skill_used": "mechanics",
  5.   "requires_skills": [ "gun", 3 ],
  6.   "difficulty": 2,
  7.   "time": 12000,
  8.   "reversible": true,
  9.   "autolearn": true,
  10.   "tools": [
  11.     [
  12.       [ "hacksaw", -1 ],
  13.       [ "toolset", -1 ]
  14.     ],
  15.     [
  16.       [ "welder", 10 ],
  17.       [ "welder_crude", 25 ]
  18.     ],
  19.     [
  20.       [ "screwdriver", -1 ],
  21.       [ "toolset", -1 ]
  22.         ]
  23.   ],
  24.   "components": [
  25.     [
  26.       [ "pipe", 2 ]
  27.     ],
  28.     [
  29.       [ "2x4", 3 ]
  30.     ]
  31.   ]
  32. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement