Skip to content

Commit

Permalink
Name to object, leave the s
Browse files Browse the repository at this point in the history
  • Loading branch information
snipercup committed Feb 5, 2020
1 parent ca0d440 commit 5f13eb1
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions data/json/items/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"id": "30gal_drum",
"type": "CONTAINER",
"category": "container",
"name": "steel drum (100L)",
"name_plural": "steel drums (100L)",
"name": { "str": "steel drum (100L)", "str_pl": "steel drums (100L)" },
"description": "A huge steel barrel with a resealable lid.",
"weight": "12000 g",
"volume": "100 L",
Expand All @@ -62,8 +61,7 @@
"id": "55gal_drum",
"type": "CONTAINER",
"category": "container",
"name": "steel drum (200L)",
"name_plural": "steel drums (200L)",
"name": { "str": "steel drum (200L)", "str_pl": "steel drums (200L)" },
"description": "A massive steel barrel with a resealable lid.",
"weight": "20000 g",
"volume": "200 L",
Expand Down Expand Up @@ -277,8 +275,7 @@
"id": "box_cigarette",
"type": "CONTAINER",
"category": "container",
"name": "pack",
"name_plural": "packs",
"name": { "str": "pack" },
"description": "SURGEON GENERAL'S WARNING: Smoking Causes Lung Cancer, Heart Disease, Emphysema And May Complicate Pregnancy.",
"weight": "15 g",
"volume": "250 ml",
Expand All @@ -292,8 +289,7 @@
"id": "box_small",
"type": "CONTAINER",
"category": "container",
"name": "small cardboard box",
"name_plural": "small cardboard boxes",
"name": { "str": "small cardboard box", "str_pl": "small cardboard boxes" },
"description": "A small cardboard box. No bigger than a foot in dimension.",
"weight": "151 g",
"volume": "1 L",
Expand All @@ -307,8 +303,7 @@
"id": "box_medium",
"type": "CONTAINER",
"category": "container",
"name": "cardboard box",
"name_plural": "cardboard boxes",
"name": { "str": "cardboard box", "str_pl": "cardboard boxes" },
"description": "A sturdy cardboard box, about the size of a banana box. Great for packing.",
"weight": "850 g",
"volume": "2 L",
Expand All @@ -323,8 +318,7 @@
"id": "box_large",
"type": "CONTAINER",
"category": "container",
"name": "large cardboard box",
"name_plural": "large cardboard boxes",
"name": { "str": "large cardboard box", "str_pl": "large cardboard boxes" },
"description": "A very large cardboard box, the sort children would have loved to hide in, when there were still children.",
"weight": "1250 g",
"volume": "3 L",
Expand All @@ -340,8 +334,7 @@
"id": "bucket",
"type": "CONTAINER",
"category": "container",
"name": "bucket",
"name_plural": "buckets",
"name": { "str": "bucket" },
"description": "A galvanized bucket for peanuts, chilled wine, iced beer, lobster, crab legs, French fries, animal feed, farm use, tailgating, crafts, planting flowers, holding gift baskets, containing a fruit basket and herbs, loose item storage or as an ice bucket.",
"weight": "725 g",
"volume": "5 L",
Expand Down Expand Up @@ -531,8 +524,7 @@
"id": "thermos",
"type": "CONTAINER",
"category": "container",
"name": "thermos",
"name_plural": "thermoses",
"name": { "str": "thermos", "str_pl": "thermoses" },
"description": "A Thermos brand vacuum flask. Built for temperature retention, helps keep things hot or cold. Contains 1L of liquid.",
"weight": "530 g",
"price": 1595,
Expand Down Expand Up @@ -935,8 +927,7 @@
"id": "metal_tank",
"type": "CONTAINER",
"category": "container",
"name": "metal tank (60L)",
"name_plural": "metal tanks (60L)",
"name": { "str": "metal tank (60L)", "str_pl": "metal tanks (60L)" },
"description": "A large metal tank for holding liquids. Useful for crafting.",
"weight": "5668 g",
"volume": "60L",
Expand All @@ -955,8 +946,7 @@
"id": "metal_tank_little",
"type": "CONTAINER",
"category": "container",
"name": "metal tank (2L)",
"name_plural": "metal tanks (2L)",
"name": { "str": "metal tank (2L)", "str_pl": "metal tanks (2L)" },
"description": "A small metal tank for gas or liquids. Useful for crafting.",
"weight": "800 g",
"volume": "2L",
Expand Down

0 comments on commit 5f13eb1

Please sign in to comment.