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

Update folding bicycle material/volumes #46542

Merged
merged 2 commits into from
Jan 5, 2021
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
8 changes: 4 additions & 4 deletions data/json/items/tool/deployable.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@
"type": "TOOL",
"name": { "str": "folding bicycle" },
"description": "This is a bicycle folded into a relatively portable package.",
"weight": "9071 g",
"volume": "21500 ml",
"//": "needs huge realism balance, current values are wildly inaccurate",
"weight": "10160 g",
"volume": "76651 ml",
"//": "Data taken from given values/dimensions for the Brompton S1E folding bicycle",
"price": 35000,
"price_postapoc": 2000,
"to_hit": -5,
"bashing": 10,
"material": [ "aluminum" ],
"material": [ "steel" ],
"symbol": "0",
"color": "light_gray",
"use_action": {
Expand Down