From 7cd6ea6a29fac2d8c777a27b5c56faa6db42af64 Mon Sep 17 00:00:00 2001 From: Sainan Date: Mon, 23 Dec 2024 07:40:27 +0100 Subject: [PATCH] remove unused getShip.json --- static/fixed_responses/getShip.json | 32 ----------------------------- 1 file changed, 32 deletions(-) delete mode 100644 static/fixed_responses/getShip.json diff --git a/static/fixed_responses/getShip.json b/static/fixed_responses/getShip.json deleted file mode 100644 index c9b83d1c..00000000 --- a/static/fixed_responses/getShip.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "ShipOwnerId": "647bce8a1caba352f90b6a09", - "Ship": { - "Rooms": [ - { "Name": "AlchemyRoom", "MaxCapacity": 1600 }, - { "Name": "BridgeRoom", "MaxCapacity": 1600 }, - { "Name": "LisetRoom", "MaxCapacity": 1000 }, - { "Name": "OperatorChamberRoom", "MaxCapacity": 1600 }, - { "Name": "OutsideRoom", "MaxCapacity": 1600 }, - { "Name": "PersonalQuartersRoom", "MaxCapacity": 1600 } - ], - "ContentUrlSignature": "removed", - "Features": [ - "/Lotus/Types/Items/ShipFeatureItems/EarthNavigationFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/ArsenalFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/SocialMenuFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/ModsFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/FoundryFeatureItem", - "/Lotus/Types/Items/ShipFeatureItems/MercuryNavigationFeatureItem" - ] - }, - "Apartment": { - "Rooms": [ - { "Name": "ElevatorLanding", "MaxCapacity": 1600 }, - { "Name": "ApartmentRoomA", "MaxCapacity": 1000 }, - { "Name": "ApartmentRoomB", "MaxCapacity": 1600 }, - { "Name": "ApartmentRoomC", "MaxCapacity": 1600 }, - { "Name": "DuviriHallway", "MaxCapacity": 1600 } - ], - "FavouriteLoadouts": [] - } -}