Skip to content

Commit

Permalink
Merge pull request #36364 from Jerimee/patch-1
Browse files Browse the repository at this point in the history
m Update JSON_INFO.md
  • Loading branch information
ZhilkinSerg authored Dec 23, 2019
2 parents 4e691d2 + 8a9d20b commit 92a57de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/JSON_INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Use the `Home` key to return to the top.
- [File descriptions](#file-descriptions)
* [`data/json/`](#datajson)
* [`data/json/items/`](#datajsonitems)
+ [`data/json/items/comestibles`](#datajsonitemscomestibles)
* [`data/json/requirements/`](#datajsonrequirements)
* [`data/json/vehicles/`](#datajsonvehicles)
- [Generic properties and formatting](#generic-properties-and-formatting)
Expand Down Expand Up @@ -160,7 +161,7 @@ Use the `Home` key to return to the top.
This document describes the contents of the json files used in Cataclysm: Dark days ahead. You are probably reading this if you want to add or change content of Catacysm: Dark days ahead and need to learn more about what to find where and what each file and property does.

# File descriptions
Here's a quick summary of what each of the JSON files contain, broken down by folder.
Here's a quick summary of what each of the JSON files contain, broken down by folder. This list is not comprehensive, but covers the broad strokes.

## `data/json/`

Expand Down Expand Up @@ -259,6 +260,8 @@ See below for specifics on the various items
| tools.json | tools and items that can be (a)ctivated
| vehicle_parts.json | components of vehicles when they aren't on the vehicle

### `data/json/items/comestibles`

## `data/json/requirements/`

Standard components and tools for crafting
Expand Down

0 comments on commit 92a57de

Please sign in to comment.