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

sanify some longest_sides #77790

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions data/json/items/gun/38.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
"//": "Stats from the .357 Short Rifle https://www.uberti-usa.com/cartridge-rifles/1873-rifle-and-carbine",
"weight": "3719 g",
"volume": "2718 ml",
"longest_side": "1117 cm",
"longest_side": "1117 mm",
"barrel_length": "508 mm",
"price": "1429 USD",
"price_postapoc": "15 USD",
Expand Down Expand Up @@ -414,7 +414,7 @@
"//": "Stats from https://rossiusa.com/rifles/lever-action-rifles/373-r92-traditional-hardwood-stock-black-357-mag-38-special-p-20-in",
"weight": "2804 g",
"volume": "1986 ml",
"longest_side": "946 cm",
"longest_side": "946 mm",
"barrel_length": "508 mm",
"price": "840 USD 99 cent",
"price_postapoc": "15 USD",
Expand Down Expand Up @@ -458,7 +458,7 @@
"//": "Stats from https://rossiusa.com/rifles/lever-action-rifles/372-r92-hardwood-357-mag-38-special-p-polished-black-oxide-16-in",
"weight": "2662 g",
"volume": "1909 ml",
"longest_side": "843 cm",
"longest_side": "843 mm",
"barrel_length": "406 mm",
"price": "833 USD 99 cent",
"price_postapoc": "15 USD",
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/gun/44.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
"//": "Stats from https://rossiusa.com/rifles/lever-action-rifles/349-r92-triple-black-wood-black-cerakote-44-mag-16-in",
"weight": "2529 g",
"volume": "2076 ml",
"longest_side": "879 cm",
"longest_side": "879 mm",
"barrel_length": "419 mm",
"price": "1060 USD 99 cent",
"price_postapoc": "15 USD",
Expand Down Expand Up @@ -332,7 +332,7 @@
"//": "Stats from https://rossiusa.com/rifles/lever-action-rifles/368-r92-hardwood-polished-black-oxide-44-mag-20-in",
"weight": "2705 g",
"volume": "2015 ml",
"longest_side": "965 cm",
"longest_side": "965 mm",
"barrel_length": "508 mm",
"price": "1060 USD 99 cent",
"price_postapoc": "15 USD",
Expand Down
6 changes: 3 additions & 3 deletions data/mods/Megafauna/items/animal_products.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"price_postapoc": "10 cent",
"material": [ "bone" ],
"volume": "80 L",
"longest_side": "2500 cm",
"longest_side": "250 cm",
"to_hit": { "grip": "bad", "length": "short", "surface": "any", "balance": "clumsy" },
"vitamins": [ [ "calcium", 96 ], [ "meat_allergen", 1 ] ],
"melee_damage": { "bash": 45 }
Expand Down Expand Up @@ -54,7 +54,7 @@
"price_postapoc": "10 cent",
"material": [ "bone" ],
"volume": "180 L",
"longest_side": "2000 cm",
"longest_side": "200 cm",
"vitamins": [ [ "meat_allergen", 1 ] ]
},
{
Expand All @@ -71,7 +71,7 @@
"price_postapoc": "10 cent",
"material": [ "bone" ],
"volume": "36 L",
"longest_side": "2000 cm",
"longest_side": "200 cm",
"to_hit": { "grip": "bad", "length": "short", "surface": "any", "balance": "clumsy" },
"vitamins": [ [ "calcium", 96 ], [ "meat_allergen", 1 ] ],
"melee_damage": { "bash": 35 }
Expand Down
Loading