diff --git a/hexxer/ship.json b/hexxer/ship.json index 2e1e026..09cb9d2 100644 --- a/hexxer/ship.json +++ b/hexxer/ship.json @@ -426,8 +426,8 @@ ], "saleType": "free", "slug": "hexxer", - "description": "The Hexxer is a ship for hauling small asteroids, designed to be used in the safe zone. It uses six tractor beams to pull asteroids into six compartments of cargo lock beams in a hex pattern. It has load automation to approach and load asteroids in the right order to balance the ship as much as possible as well as a material scanner that gives estimated credits for selling the asteroids. It has similar functions to the Rocker but loads a little quicker and has one more compartment.\n\nThe Hexxer is also available to buy in game at Hangar Showroom 1 of Rando 1 Ship Shop at stations with Rando ship shops.", - "shortDescription": "The Hexxer is a ship for hauling small asteroids, designed to be used in the safe zone. It uses six tractor beams to pull asteroids into six compartments of cargo lock beams in a hex pattern. It has load automation to approach and load asteroids in the right order to balance the ship as much as possible as well as a material scanner that gives estimated credits for selling the asteroids. It has similar functions to the Rocker but loads a little quicker and has one more compartment.", + "description": "The Hexxer is a ship for hauling small asteroids, designed to be used in the safe zone. It uses six tractor beams to pull asteroids into six compartments of cargo lock beams in a hex pattern. It has load automation to approach and load asteroids in the right order to balance the ship as much as possible as well as a material scanner that gives estimated credits for selling the asteroids.\n\nThe Hexxer is also available to buy in game at Hangar Showroom 1 of Rando 1 Ship Shop at stations with Rando ship shops.", + "shortDescription": "The Hexxer is a ship for hauling small asteroids, designed to be used in the safe zone. It uses six tractor beams to pull asteroids into six compartments of cargo lock beams in a hex pattern. It has load automation to approach and load asteroids in the right order to balance the ship as much as possible as well as a material scanner that gives estimated credits for selling the asteroids.", "knownIssues": { "path": "KNOWN_ISSUES.md", "url": "https://github.com/EGO-Tech/starbase-ships/raw/main/hexxer/KNOWN_ISSUES.md" diff --git a/rocker/ship.json b/rocker/ship.json index 9931c03..2835e54 100644 --- a/rocker/ship.json +++ b/rocker/ship.json @@ -747,5 +747,6 @@ "path": "rocker", "name": "Rocker", "slug": "rocker" - } + }, + "retired": true } diff --git a/rocker/variants/rocker_duo/ship.json b/rocker/variants/rocker_duo/ship.json index 27f05b7..4564d80 100644 --- a/rocker/variants/rocker_duo/ship.json +++ b/rocker/variants/rocker_duo/ship.json @@ -785,5 +785,6 @@ "path": "rocker", "name": "Rocker", "slug": "rocker" - } + }, + "retired": true }