Skip to content

Commit

Permalink
Corrected filament req in recipe_others.json and recipe_weapon.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Night-Pryanik authored and kevingranade committed Sep 4, 2017
1 parent e111caf commit bee53f7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -1722,10 +1722,10 @@
"time": 5000,
"reversible": true,
"autolearn": true,
"using": [ [ "filament", 300 ] ],
"components": [
[
[ "string_6", 6 ]
[ "string_6", 6 ],
[ "filament", 300, "LIST" ]
]
]
},{
Expand Down
24 changes: 12 additions & 12 deletions data/json/recipes/recipe_weapon.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@
"difficulty": 2,
"time": 2000,
"autolearn": true,
"using": [ [ "filament", 20 ] ],
"qualities":[
{"id":"CUT","level":1}
],
Expand All @@ -272,7 +271,8 @@
[ "fur", 1 ]
],
[
[ "duct_tape", 20 ]
[ "duct_tape", 20 ],
[ "filament", 20, "LIST" ]
]
]
},{
Expand Down Expand Up @@ -365,7 +365,6 @@
"difficulty": 3,
"time": 5000,
"autolearn": true,
"using": [ [ "filament", 20 ] ],
"qualities":[
{"id":"CUT","level":1}
],
Expand All @@ -386,7 +385,8 @@
[ "fur", 1 ]
],
[
[ "duct_tape", 20 ]
[ "duct_tape", 20 ],
[ "filament", 20, "LIST" ]
]
]
},{
Expand Down Expand Up @@ -464,7 +464,6 @@
"reversible": true,
"decomp_learn": 1,
"autolearn": true,
"using": [ [ "filament", 200 ] ],
"book_learn": [[ "manual_archery", 2 ] , [ "recipe_bows", 1 ] , [ "book_archery", 3]],
"qualities":[
{"id":"CUT","level":1}
Expand All @@ -475,7 +474,8 @@
[ "2x4", 1 ]
],
[
[ "string_36", 2 ]
[ "cordage", 2, "LIST" ],
[ "filament", 200, "LIST" ]
]
]
},{
Expand Down Expand Up @@ -513,7 +513,6 @@
"reversible": true,
"decomp_learn": 1,
"autolearn": true,
"using": [ [ "filament", 200 ] ],
"book_learn": [[ "recipe_bows", 1 ] , [ "manual_archery", 2 ] , [ "book_archery", 2 ]],
"qualities":[
{"id":"CUT","level":1}
Expand All @@ -524,7 +523,8 @@
[ "2x4", 1 ]
],
[
[ "string_36", 2 ]
[ "cordage", 2, "LIST" ],
[ "filament", 200, "LIST" ]
]
]
},{
Expand All @@ -537,7 +537,6 @@
"difficulty": 5,
"time": 25000,
"book_learn" : [[ "recipe_bows", 6 ] , [ "manual_archery", 7]],
"using": [ [ "filament", 200 ] ],
"qualities":[
{"id":"CUT","level":1}
],
Expand All @@ -551,7 +550,8 @@
[ "bone_human", 3 ]
],
[
[ "string_36", 2 ]
[ "cordage", 2, "LIST" ],
[ "filament", 200, "LIST" ]
]
]
},{
Expand Down Expand Up @@ -4114,7 +4114,6 @@
"difficulty": 7,
"time": 340000,
"book_learn": [[ "textbook_weapeast", 6 ]],
"using": [ [ "filament", 20 ] ],
"qualities": [
{"id":"SAW_W","level":1},
{"id":"CUT","level":1}
Expand All @@ -4136,7 +4135,8 @@
[ "leather", 2 ]
],
[
[ "duct_tape", 20 ]
[ "duct_tape", 20 ],
[ "filament", 20, "LIST" ]
]
]
},{
Expand Down

0 comments on commit bee53f7

Please sign in to comment.