Skip to content

Commit

Permalink
feat: Add smoking result on hides
Browse files Browse the repository at this point in the history
  • Loading branch information
NappingOcean committed Feb 1, 2024
1 parent ef4b362 commit 9593b85
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions data/json/items/comestibles/carnivore.json
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,8 @@
"price": "330 cent",
"price_postapoc": "20 cent",
"material": "flesh",
"flags": [ "RAW", "TRADER_AVOID", "UNSAFE_CONSUME" ],
"flags": [ "RAW", "TRADER_AVOID", "UNSAFE_CONSUME", "SMOKABLE" ],
"smoking_result":"cured_hide",
"stack_size": 1,
"fun": -12
},
Expand Down Expand Up @@ -829,7 +830,8 @@
"price": "330 cent",
"price_postapoc": "1 USD",
"material": [ "fur", "flesh" ],
"flags": [ "NO_SALVAGE", "TRADER_AVOID" ],
"flags": [ "NO_SALVAGE", "TRADER_AVOID", "SMOKABLE" ],
"smoking_result":"cured_pelt",
"stack_size": 1,
"fun": -24
},
Expand All @@ -843,7 +845,7 @@
"description": "A carefully folded raw skin harvested from a fur-bearing unnatural creature. It still has the fur attached and is poisonous. You can cure it for storage and tanning.",
"price": "0 cent",
"price_postapoc": "50 cent",
"flags": [ "NO_SALVAGE", "UNSAFE_CONSUME" ]
"flags": [ "NO_SALVAGE", "UNSAFE_CONSUME", "SMOKABLE" ]
},
{
"type": "COMESTIBLE",
Expand Down

0 comments on commit 9593b85

Please sign in to comment.