Skip to content

Commit

Permalink
add raw pet food items
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodbowel authored Aug 27, 2024
1 parent 84695f5 commit 3276293
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions data/json/items/comestibles/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,29 @@
"use_action": [ "PETFOOD" ],
"petfood": [ "BIRDFOOD" ]
},
{
"id": "dogfood_raw",
"type": "COMESTIBLE",
"comestible_type": "FOOD",
"name": { "str_sp": "raw dog food" },
"description": "Minced meat mixed with some greens to be presented to a dog or something with a omnivorous diet.",
"weight": "554 g",
"spoils_in": "1 day",
"volume": "500 ml",
"price": "3 USD",
"price_postapoc": "2 USD 50 cent",
"to_hit": -5,
"material": [ "flesh" ],
"symbol": "%",
"quench": 2,
"calories": 402,
"vitamins": [ [ "vitC", 4 ], [ "iron", 12 ], [ "calcium", 2 ], [ "meat_allergen", 1 ] ],
"fun": -15,
"color": "red",
"flags": [ "LUPINE" ],
"use_action": [ "PETFOOD" ],
"petfood": [ "DOGFOOD" ]
},
{
"id": "dogfood",
"type": "COMESTIBLE",
Expand Down Expand Up @@ -1151,6 +1174,29 @@
"use_action": [ "PETFOOD" ],
"petfood": [ "DOGFOOD" ]
},
{
"id": "catfood_raw",
"type": "COMESTIBLE",
"comestible_type": "FOOD",
"name": { "str_sp": "raw cat food" },
"description": "Minced meat to be presented to a cat or something with a strict meat diet.",
"weight": "223 g",
"spoils_in": "1 day",
"volume": "250 ml",
"price": "3 USD",
"price_postapoc": "4 USD",
"to_hit": -5,
"material": [ "flesh" ],
"symbol": "%",
"quench": 2,
"calories": 402,
"vitamins": [ [ "vitC", 0 ], [ "iron", 12 ], [ "calcium", 2 ], [ "meat_allergen", 1 ] ],
"fun": -15,
"color": "red",
"flags": [ "FELINE" ],
"use_action": [ "PETFOOD" ],
"petfood": [ "CATFOOD" ]
},
{
"id": "catfood",
"type": "COMESTIBLE",
Expand Down

0 comments on commit 3276293

Please sign in to comment.