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

Removed decimal places from weight strings in blazemod #36351

Closed
wants to merge 4 commits into from
Closed
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
8 changes: 4 additions & 4 deletions data/mods/blazemod/blaze_blob.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"category": "veh_parts",
"name": "Gelatinous track",
"description": "A short, interlocking set of tracks created out of some of your monstrosity blob based parts. Similar with what you might see used on light construction vehicles. It's significantly stronger than regular tires due to not being at risk of bursting; but is quite heavy.",
"weight": "32368.000000000004 g",
"weight": "32368 g",
"volume": "50 L",
"price": 25500,
"to_hit": -3,
Expand All @@ -22,7 +22,7 @@
"category": "veh_parts",
"name": "Oozing track",
"description": "A short, interlocking set of tracks created out of some of your monstrosity blob based parts. Similar with what you might see used on light construction vehicles. It's significantly stronger than regular tires due to not being at risk of bursting; but is quite heavy.",
"weight": "32368.000000000004 g",
"weight": "32368 g",
"volume": "50 L",
"price": 25500,
"to_hit": -3,
Expand All @@ -39,7 +39,7 @@
"category": "veh_parts",
"name": "Gray track",
"description": "A short, interlocking set of tracks created out of some of your monstrosity blob based parts. Similar with what you might see used on light construction vehicles. It's significantly stronger than regular tires due to not being at risk of bursting; but is quite heavy.",
"weight": "32368.000000000004 g",
"weight": "32368 g",
"volume": "50 L",
"price": 25500,
"to_hit": -3,
Expand Down Expand Up @@ -1197,7 +1197,7 @@
"name": "growing viscous mass",
"name_plural": "growing viscous mass",
"description": "Not quite fully grown, this blob requires nourishment to fully develop.",
"weight": "8140.000000000001 g",
"weight": "8140 g",
"volume": "3 L",
"price": 100,
"to_hit": -2,
Expand Down
2 changes: 1 addition & 1 deletion data/mods/blazemod/blaze_other.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"category": "veh_parts",
"name": "Rubber Caterpillar Track",
"description": "A short, interlocking set of hard rubber tracks reinforced by stiff wire held in place by a set of smaller wheels. Similar with what you might see used on light construction vehicles. It's significantly stronger than regular tires due to not being at risk of bursting; but is quite heavy.",
"weight": "32368.000000000004 g",
"weight": "32368 g",
"volume": "50 L",
"price": 25500,
"to_hit": -3,
Expand Down