We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24d0daf + ff81bf2 commit 238ab4bCopy full SHA for 238ab4b
doc/JSON_INFO.md
@@ -1209,6 +1209,7 @@ See also VEHICLE_JSON.md
1209
"name": { "str": "pair of leather socks", "str_pl": "pairs of leather socks" } // Name field, same rules as above.
1210
} ],
1211
"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.
1213
"color" : "blue", // Color of the item symbol.
1214
"symbol" : "[", // The item symbol as it appears on the map. Must be a Unicode string exactly 1 console cell width.
1215
"looks_like": "rag", // hint to tilesets if this item has no tile, use the looks_like tile
0 commit comments