From a8dfebc1a6cd65b5e36de34e66c83d6ef7161c50 Mon Sep 17 00:00:00 2001 From: Jerimee Richir Date: Mon, 30 Dec 2019 19:09:32 -0500 Subject: [PATCH] Update materials section of JSON_INFO.md (#36476) * Update JSON_INFO.md * Update JSON_INFO.md * Update doc/JSON_INFO.md Co-Authored-By: I-am-Erk <45136638+I-am-Erk@users.noreply.github.com> * Update JSON_INFO.md Co-authored-by: I-am-Erk <45136638+I-am-Erk@users.noreply.github.com> --- doc/JSON_INFO.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/JSON_INFO.md b/doc/JSON_INFO.md index 59e672ef1b7ee..f063f0a8da035 100644 --- a/doc/JSON_INFO.md +++ b/doc/JSON_INFO.md @@ -474,12 +474,13 @@ The syntax listed here is still valid. | `name` | In-game name displayed. | `bash_resist` | How well a material resists bashing damage. | `cut_resist` | How well a material resists cutting damage. -| `bash_dmg_verb` | Verb used when material takes bashing damage. -| `cut_dmg_verb` | Verb used when material takes cutting damage. -| `dmg_adj` | Description added to damaged item in ascending severity. | `acid_resist` | Ability of a material to resist acid. | `elec_resist` | Ability of a material to resist electricity. | `fire_resist` | Ability of a material to resist fire. +| `chip_resist` | Returns resistance to being damaged by attacks against the item itself. +| `bash_dmg_verb` | Verb used when material takes bashing damage. +| `cut_dmg_verb` | Verb used when material takes cutting damage. +| `dmg_adj` | Description added to damaged item in ascending severity. | `dmg_adj` | Adjectives used to describe damage states of a material. | `density` | Density of a material. | `vitamins` | Vitamins in a material. Usually overridden by item specific values.