Skip to content

Commit

Permalink
Merge pull request #37313 from snipercup/Comestible-modern-json2
Browse files Browse the repository at this point in the history
Comestible-modern-json 2
  • Loading branch information
ZhilkinSerg authored Jan 23, 2020
2 parents aeb3a51 + 1c38996 commit 7476d27
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 13 deletions.
3 changes: 1 addition & 2 deletions data/json/items/comestibles/drink.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
{
"type": "COMESTIBLE",
"id": "apple_cider",
"name": "apple cider",
"name_plural": "apple cider",
"name": { "str": "apple cider", "str_pl": "apple cider" },
"weight": "263 g",
"color": "brown",
"spoils_in": "6 days",
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/comestibles/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
{
"type": "COMESTIBLE",
"id": "ant_egg",
"name": "ant egg",
"name": { "str": "ant egg" },
"copy-from": "egg_chicken",
"color": "white",
"symbol": "%",
Expand Down
5 changes: 2 additions & 3 deletions data/json/items/comestibles/fruit_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
{
"type": "COMESTIBLE",
"id": "apple_sugar",
"name": "fruit slice",
"name": { "str": "fruit slice" },
"weight": "42 g",
"color": "red",
"spoils_in": "7 days 12 hours",
Expand All @@ -225,8 +225,7 @@
{
"type": "COMESTIBLE",
"id": "apple_canned",
"name": "canned fruit",
"name_plural": "canned fruit",
"name": { "str": "canned fruit", "str_pl": "canned fruit" },
"weight": "170 g",
"color": "red",
"spoils_in": "7 days 12 hours",
Expand Down
9 changes: 4 additions & 5 deletions data/json/items/comestibles/med.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
"id": "antibiotics",
"type": "COMESTIBLE",
"comestible_type": "MED",
"name": "antibiotics",
"name_plural": "antibiotics",
"name": { "str": "antibiotics", "str_pl": "antibiotics" },
"description": "A strong antibacterial medication designed to prevent or stop the spread of infection. It's the safest way to cure any infections you might have. One dose lasts twelve hours.",
"weight": "1 g",
"volume": "250 ml",
Expand All @@ -63,13 +62,13 @@
"symbol": "!",
"color": "white",
"use_action": "ANTIBIOTIC",
"flags": "NPC_SAFE"
"flags": [ "NPC_SAFE" ]
},
{
"id": "antifungal",
"type": "COMESTIBLE",
"comestible_type": "MED",
"name": "antifungal drug",
"name": { "str": "antifungal drug" },
"description": "Powerful chemical tablets designed to eliminate fungal infections in living creatures.",
"weight": "1 g",
"volume": "250 ml",
Expand All @@ -80,7 +79,7 @@
"symbol": "!",
"color": "white",
"use_action": "ANTIFUNGAL",
"flags": "NPC_SAFE"
"flags": [ "NPC_SAFE" ]
},
{
"id": "antiparasitic",
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/comestibles/mutagen.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
"type": "COMESTIBLE",
"id": "arm",
"category": "other",
"name": "mutated arm",
"name": { "str": "mutated arm" },
"weight": "3767 g",
"color": "brown",
"spoils_in": "2 days",
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/comestibles/raw_fruit.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"type": "COMESTIBLE",
"id": "apple",
"name": "apple",
"name": { "str": "apple" },
"weight": "182 g",
"color": "red",
"spoils_in": "6 days 16 hours",
Expand Down

0 comments on commit 7476d27

Please sign in to comment.