Skip to content

Commit

Permalink
Merge pull request #28360 from Ilysen/patch-1
Browse files Browse the repository at this point in the history
Corrects some out-of-date documentation in JSON_INFO.md
  • Loading branch information
Rivet-the-Zombie authored Feb 25, 2019
2 parents 2ac71ec + f5031e7 commit fa26ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/JSON_INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ Mods can modify this via `add:traits` and `remove:traits`.
"id_suffix": "", // Optional (default: empty string). Some suffix to make the ident of the recipe unique. The ident of the recipe is "<id-of-result><id_suffix>".
"override": false, // Optional (default: false). If false and the ident of the recipe is already used by another recipe, loading of recipes fails. If true and a recipe with the ident is already defined, the existing recipe is replaced by the new recipe.
"skill_used": "fabrication", // Skill trained and used for success checks
"requires_skills": [["survival", 1], ["throw", 2]], // Skills required to unlock recipe
"skills_required": [["survival", 1], ["throw", 2]], // Skills required to unlock recipe
"book_learn": [ // (optional) Array of books that this recipe can be learned from. Each entry contains the id of the book and the skill level at which it can be learned.
[ "textbook_anarch", 7, "something" ], // The optional third entry defines a name for the recipe as it should appear in the books description (default is the name of resulting item of the recipe)
[ "textbook_gaswarfare", 8, "" ] // If the name is empty, the recipe is hidden, it will not be shown in the description of the book.
Expand Down

0 comments on commit fa26ae5

Please sign in to comment.