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 json_info.md #36429

Merged
merged 2 commits into from
Dec 25, 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
4 changes: 4 additions & 0 deletions doc/JSON_INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,10 @@ The syntax listed here is still valid.
| `specific_heat_solid` | Specific heat of a material when frozen (J/(g K)). Default 2.108.
| `latent_heat` | Latent heat of fusion for a material (J/g). Default 334.
| `freeze_point` | Freezing point of this material (F). Default 32 F ( 0 C ).
| `edible` | Optional boolean. Default is false.
| `rotting` | Optional boolean. Default is false.
| `soft` | Optional boolean. Default is false.
| `reinforces` | Optional boolean. Default is false.

There are six -resist parameters: acid, bash, chip, cut, elec, and fire. These are integer values; the default is 0 and they can be negative to take more damage.

Expand Down