Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

m Update JSON_INFO.md #36364

Merged
merged 1 commit into from
Dec 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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