Skip to content

Commit

Permalink
Sane aft frame folded volume (#1622)
Browse files Browse the repository at this point in the history
* a more sane folded volume for the ultralight frame

* rearrange name of foldable ultralight frame to be more consistent
  • Loading branch information
Secret-Cisco authored Jun 20, 2022
1 parent b3bcc30 commit 181088e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/Aftershock/vehicles/vehicle_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,13 +302,13 @@
{
"abstract": "afs_lightweight_foldable_frame",
"type": "vehicle_part",
"name": { "str": "ultralight foldable frame" },
"name": { "str": "foldable ultralight frame" },
"item": "afs_titanium_foldable_frame",
"location": "structure",
"color": "light_gray",
"durability": 75,
"symbol": "H",
"folded_volume": "10 L",
"folded_volume": "4 L",
"description": "An ultralight titanium foldable framework. Other vehicle components can be mounted on it, and it can be attached to other frames to increase the vehicle's size.",
"breaks_into": [ { "item": "afs_scrap_titanium", "count": [ 1, 3 ] } ],
"requirements": {
Expand Down

0 comments on commit 181088e

Please sign in to comment.