Skip to content

Commit

Permalink
Merge pull request #41654 from johnrdconnolly/add_tool_lengths_landsc…
Browse files Browse the repository at this point in the history
…aping

add longest_side to landscaping.json tools
  • Loading branch information
ZhilkinSerg authored Jun 30, 2020
2 parents 0bb308d + 7f95644 commit cac0206
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions data/json/items/tool/landscaping.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"description": "This is a large stick, with the end carved into a broad blade for digging. It could be used to dig shallow pits, but not deep ones.",
"weight": "1133 g",
"volume": "1500 ml",
"longest_side": "90 cm",
"price": 0,
"price_postapoc": 0,
"bashing": 8,
Expand All @@ -24,6 +25,7 @@
"description": "A small, sharp gardening shovel, perfect for digging up grubs and worms.",
"weight": "280 g",
"volume": "500 ml",
"longest_side": "25 cm",
"price": 20,
"price_postapoc": 50,
"to_hit": 1,
Expand All @@ -41,6 +43,7 @@
"description": "This is a farming implement. You can use it to turn tillable land into a slow-to-cross pile of dirt, or dig a shallow pit.",
"weight": "1088 g",
"volume": "3500 ml",
"longest_side": "140 cm",
"price": 2000,
"price_postapoc": 250,
"to_hit": 1,
Expand All @@ -60,6 +63,7 @@
"description": "This is a flattened stone affixed to a stick. It works passably well as a shovel but really can't compare to a real shovel.",
"weight": "1581 g",
"volume": "4 L",
"longest_side": "90 cm",
"price": 0,
"price_postapoc": 0,
"bashing": 15,
Expand Down Expand Up @@ -108,8 +112,9 @@
"type": "TOOL",
"name": { "str": "scythe" },
"description": "This is an old-fashioned farming tool used to cut tall grass. While it may be a giant blade on the end of a stick, it is incredibly awkward to use for anything but its intended purpose.",
"weight": "3013 g",
"weight": "2140 g",
"volume": "3250 ml",
"longest_side": "140 cm",
"price": 8000,
"price_postapoc": 250,
"to_hit": -6,
Expand All @@ -127,8 +132,9 @@
"type": "TOOL",
"name": { "str": "shovel" },
"description": "This is a digging tool. Use it to dig pits adjacent to your location.",
"weight": "1315 g",
"weight": "2032 g",
"volume": "3500 ml",
"longest_side": "140 cm",
"price": 2000,
"price_postapoc": 250,
"to_hit": 3,
Expand Down Expand Up @@ -187,8 +193,9 @@
"type": "TOOL",
"name": { "str": "sickle" },
"description": "This is an old-fashioned farming tool used to cut tall grass. While it may be a massive curved blade on a handle, it is incredibly awkward to use for anything but its intended purpose.",
"weight": "1432 g",
"weight": "907 g",
"volume": "1250 ml",
"longest_side": "50 cm",
"price": 3800,
"price_postapoc": 250,
"to_hit": -2,
Expand All @@ -208,6 +215,7 @@
"description": "A cordless, double-sided, gasoline-powered hedge trimmer. A long line of sharp-edged teeth extends from the engine; turning the trimmer on will make them rapidly vibrate. The poor man's chainsaw as far as the zombies are concerned.",
"weight": "4500 g",
"volume": "2500 ml",
"longest_side": "100 cm",
"price": 4000,
"price_postapoc": 250,
"to_hit": -1,
Expand Down

0 comments on commit cac0206

Please sign in to comment.