Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add longest_side to landscaping.json tools #41654

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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