Skip to content

Commit

Permalink
Merge pull request #36755 from anothersimulacrum/docs
Browse files Browse the repository at this point in the history
Add documentation for repairs_like
  • Loading branch information
ZhilkinSerg authored Jan 6, 2020
2 parents 24d0daf + ff81bf2 commit 238ab4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/JSON_INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 238ab4b

Please sign in to comment.