Skip to content

Commit

Permalink
Remove .0000000x from weights
Browse files Browse the repository at this point in the history
  • Loading branch information
molkero committed Dec 22, 2019
1 parent 9b57370 commit 3faca70
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 3faca70

Please sign in to comment.