Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Dec 3, 2019
1 parent 99fa02e commit fd8e349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/JSON_INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -1374,6 +1374,8 @@ CBMs can be defined like this:
"fun" : 50 // Morale effects when used
"freezing_point": 32, // (Optional) Temperature in F at which item freezes, default is water (32F/0C)
"cooks_like": "meat_cooked" // (Optional) If the item is used in a recipe, replaces it with its cooks_like
"parasites": 10, // (Optional) Probability of becoming parasitised when eating
"contamination": 5, // (Optional) Probability to get food poisoning from this comestible. Values must be in the [0, 100] range.
```

### Containers
Expand Down

0 comments on commit fd8e349

Please sign in to comment.