Skip to content

Commit

Permalink
Name to object, fix looks_like
Browse files Browse the repository at this point in the history
  • Loading branch information
snipercup committed Feb 7, 2020
1 parent ebb4e4c commit f52c2de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
9 changes: 3 additions & 6 deletions data/json/items/comestibles/alcohol.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,7 @@
{
"type": "COMESTIBLE",
"id": "irish_coffee",
"name": "Irish coffee",
"name_plural": "Irish coffee",
"name": { "str": "Irish coffee", "str_pl": "Irish coffee" },
"weight": "260 g",
"color": "brown",
"addiction_type": "alcohol",
Expand All @@ -527,8 +526,7 @@
{
"type": "COMESTIBLE",
"id": "long_island",
"name": "Long Island iced tea",
"name_plural": "Long Island iced tea",
"name": { "str": "Long Island iced tea", "str_pl": "Long Island iced tea" },
"weight": "232 g",
"color": "brown",
"addiction_type": "alcohol",
Expand Down Expand Up @@ -1103,8 +1101,7 @@
"type": "COMESTIBLE",
"id": "madeira",
"copy-from": "sherry",
"name": "Madeira wine",
"name_plural": "Madeira wine",
"name": { "str": "Madeira wine", "str_pl": "Madeira wine" },
"description": "Fortified wine from Madeira. A true Royal Navy drink.",
"price": 2400,
"fun": 15
Expand Down
3 changes: 1 addition & 2 deletions data/json/items/comestibles/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,7 @@
"type": "COMESTIBLE",
"id": "coffee_raw_kentucky",
"copy-from": "coffee_raw",
"name": "Kentucky coffee grounds",
"name_plural": "Kentucky coffee grounds",
"name": { "str": "Kentucky coffee grounds", "str_pl": "Kentucky coffee grounds" },
"container": "bag_plastic",
"description": "Coffee grounds created through washing, cleaning, and roasting the pods from a Kentucky coffeetree. They can be used to create coffee.",
"flags": [ "EDIBLE_FROZEN", "NUTRIENT_OVERRIDE" ],
Expand Down
5 changes: 2 additions & 3 deletions data/json/items/comestibles/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -732,13 +732,12 @@
{
"type": "COMESTIBLE",
"id": "coffee_pod",
"name": "Kentucky coffee pod",
"name_plural": "Kentucky coffee pods",
"name": { "str": "Kentucky coffee pod", "str_pl": "Kentucky coffee pods" },
"category": "other",
"weight": "26 g",
"color": "light_green",
"comestible_type": "FOOD",
"looks_like": "hickory_nuts",
"looks_like": "hickory_nut",
"symbol": "%",
"quench": -6,
"healthy": -2,
Expand Down

0 comments on commit f52c2de

Please sign in to comment.