Skip to content

Commit

Permalink
document keg_capacity changes (#79368)
Browse files Browse the repository at this point in the history
* document keg_capacity changes

* That's a typo
  • Loading branch information
GuardianDll authored Jan 28, 2025
1 parent d95d165 commit 0e1b467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/JSON/JSON_INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -5056,7 +5056,7 @@ Examples from the actual definitions:
"looks_like": "chair",
"color": "white",
"move_cost_mod": 2,
"keg_capacity": 240,
"keg_capacity": "60 L",
"deployed_item": "plastic_sheet",
"light_emitted": 5,
"required_str": 18,
Expand Down Expand Up @@ -5118,7 +5118,7 @@ Same as for terrain, see below in the chapter "Common to furniture and terrain".

#### `keg_capacity`

(Optional) Determines capacity of some furnitures with liquid storage that have hardcoded interactions. Value is per 250mL (e.g. `"keg_capacity": 8,` = 2L)
(Optional) Determines capacity of some furnitures with liquid storage that have hardcoded interactions.

#### `deployed_item`

Expand Down

0 comments on commit 0e1b467

Please sign in to comment.