Skip to content

Commit

Permalink
Add mirror recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdragon28 committed May 22, 2014
1 parent 5ce3ec2 commit 6dc81ed
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions data/json/recipes/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -29286,6 +29286,37 @@
[ "glass_shard", 4 ]
]
]
},{
"type" : "recipe",
"result": "mirror",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"difficulty": 5,
"time": 30000,
"reversible": false,
"autolearn": false,
"book_learn": [[ "glassblowing_book", 5 ]],
"tools": [
[
["tongs", -1]
],
[
["crucible", -1]
],
[
["forge", 75], ["char_forge", 15]
]
],
"components":
[
[
[ "glass_sheet", 1 ]
],
[
[ "silver_small", 50 ]
]
]
},{
"type" : "recipe",
"result": "pipe_glass",
Expand Down

0 comments on commit 6dc81ed

Please sign in to comment.