-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f255964
commit 11cb640
Showing
8 changed files
with
121 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[ | ||
{ | ||
"id": "box_small_plastic", | ||
"type": "GENERIC", | ||
"category": "container", | ||
"name": { "str": "secured plastic box", "str_pl": "secured plastic box" }, | ||
Check failure on line 6 in data/json/items/containers/lab.json GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)
Check failure on line 6 in data/json/items/containers/lab.json GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)
|
||
"description": "A small, black plastic box with thick walls, with few small latches to hold a cover.", | ||
"weight": "715 g", | ||
"volume": "8100 ml", | ||
"longest_side": "22 cm", | ||
"//": "30 x 20 x 13,5 cm external, 27 x 17 x 9,7 cm internal", | ||
"//2": "max_item_length 100 mm because otherwise test tubes can't fit it.", | ||
"price": 1300, | ||
"price_postapoc": 5, | ||
"material": [ "plastic" ], | ||
"symbol": "#", | ||
"color": "dark_gray", | ||
"pocket_data": [ | ||
{ | ||
"pocket_type": "CONTAINER", | ||
"rigid": true, | ||
"max_contains_volume": "4450 ml", | ||
"max_contains_weight": "11 kg", | ||
"max_item_length": "100 mm" | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters