Skip to content

Commit

Permalink
Add documentation for repairs_like
Browse files Browse the repository at this point in the history
  • Loading branch information
anothersimulacrum committed Jan 6, 2020
1 parent 8ad1db2 commit ff81bf2
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 ff81bf2

Please sign in to comment.