From ff81bf2872abf5cf585cc569c103df87b719e744 Mon Sep 17 00:00:00 2001 From: anothersimulacrum Date: Mon, 6 Jan 2020 09:51:37 -0800 Subject: [PATCH] Add documentation for repairs_like --- doc/JSON_INFO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/JSON_INFO.md b/doc/JSON_INFO.md index 7aaa43f3ad598..cf639b95e5599 100644 --- a/doc/JSON_INFO.md +++ b/doc/JSON_INFO.md @@ -1209,6 +1209,7 @@ See also VEHICLE_JSON.md "name": { "str": "pair of leather socks", "str_pl": "pairs of leather socks" } // Name field, same rules as above. } ], "container" : "null", // What container (if any) this item should spawn within +"repairs_like": "scarf", // If this item does not have recipe, what item to look for a recipe for when repairing it. "color" : "blue", // Color of the item symbol. "symbol" : "[", // The item symbol as it appears on the map. Must be a Unicode string exactly 1 console cell width. "looks_like": "rag", // hint to tilesets if this item has no tile, use the looks_like tile