Skip to content

Commit 238ab4b

Browse files
authored
Merge pull request CleverRaven#36755 from anothersimulacrum/docs
Add documentation for repairs_like
2 parents 24d0daf + ff81bf2 commit 238ab4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/JSON_INFO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,6 +1209,7 @@ See also VEHICLE_JSON.md
12091209
"name": { "str": "pair of leather socks", "str_pl": "pairs of leather socks" } // Name field, same rules as above.
12101210
} ],
12111211
"container" : "null", // What container (if any) this item should spawn within
1212+
"repairs_like": "scarf", // If this item does not have recipe, what item to look for a recipe for when repairing it.
12121213
"color" : "blue", // Color of the item symbol.
12131214
"symbol" : "[", // The item symbol as it appears on the map. Must be a Unicode string exactly 1 console cell width.
12141215
"looks_like": "rag", // hint to tilesets if this item has no tile, use the looks_like tile

0 commit comments

Comments
 (0)