Skip to content

Commit

Permalink
Merge pull request #36350 from molkero/blaze_blob
Browse files Browse the repository at this point in the history
Fix some blazemod weight errors
  • Loading branch information
ZhilkinSerg authored Dec 22, 2019
2 parents 9b57370 + 0deb6df commit 8761541
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
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

0 comments on commit 8761541

Please sign in to comment.