don't require salvage map prototypes to specify their bounds (#17652)
This commit is contained in:
@@ -9,37 +9,31 @@
|
||||
id: Small1
|
||||
name: "Small / Engineering Storage 1"
|
||||
mapPath: /Maps/Salvage/small-1.yml
|
||||
bounds: "-3,-4,3,3"
|
||||
|
||||
- type: salvageMap
|
||||
id: Small2
|
||||
name: "Small / Gaming Nook 1"
|
||||
mapPath: /Maps/Salvage/small-2.yml
|
||||
bounds: "-4,-4,3,3"
|
||||
|
||||
- type: salvageMap
|
||||
id: Small-ship-1
|
||||
name: "Small / Ship 1 (Pill)"
|
||||
mapPath: /Maps/Salvage/small-ship-1.yml
|
||||
bounds: "-2,-1,2,1"
|
||||
|
||||
- type: salvageMap
|
||||
id: Small3
|
||||
name: "Small / Laundromat 1"
|
||||
mapPath: /Maps/Salvage/small-3.yml
|
||||
bounds: "-4,-4,2,3"
|
||||
|
||||
- type: salvageMap
|
||||
id: SmallAISurveyDrone
|
||||
name: "Small / AI Survey Drone"
|
||||
mapPath: /Maps/Salvage/small-ai-survey-drone.yml
|
||||
bounds: "-4,-4,3,3"
|
||||
|
||||
- type: salvageMap
|
||||
id: Small4
|
||||
name: "Small / Bar Salvage"
|
||||
mapPath: /Maps/Salvage/small-4.yml
|
||||
bounds: "-4,-4,3,3"
|
||||
|
||||
# Small - Asteroids
|
||||
|
||||
@@ -47,7 +41,6 @@
|
||||
id: SmallA1
|
||||
name: "Small / Asteroid 1 Plasmafire"
|
||||
mapPath: /Maps/Salvage/small-a-1.yml
|
||||
bounds: "-4,-4,3,3"
|
||||
|
||||
# "Medium"-class maps - Max size square: 15x15, indicated size: 7.5
|
||||
|
||||
@@ -55,73 +48,61 @@
|
||||
id: Medium1
|
||||
name: "Medium / Plasma-Trapped Cache 1"
|
||||
mapPath: /Maps/Salvage/medium-1.yml
|
||||
bounds: "-8,-8,7,7"
|
||||
|
||||
- type: salvageMap
|
||||
id: MediumVault1
|
||||
name: "Medium / Vault 1"
|
||||
mapPath: /Maps/Salvage/medium-vault-1.yml
|
||||
bounds: "-8,-8,7,7"
|
||||
|
||||
- type: salvageMap
|
||||
id: MediumOrchestra
|
||||
name: "Medium / Silent Orchestra"
|
||||
mapPath: /Maps/Salvage/medium-silent-orchestra.yml
|
||||
bounds: "-8,-8,7,7"
|
||||
|
||||
- type: salvageMap
|
||||
id: MediumLibraryWreck
|
||||
name: "Medium / Abandoned Library"
|
||||
mapPath: /Maps/Salvage/medium-library.yml
|
||||
bounds: "-9,-9,6,7"
|
||||
|
||||
- type: salvageMap
|
||||
id: MediumCargoWreck
|
||||
name: "Medium / Cargo Department Wreck"
|
||||
mapPath: /Maps/Salvage/cargo-1.yml
|
||||
bounds: "-6,-6,5,9"
|
||||
|
||||
- type: salvageMap
|
||||
id: MediumPirateWreck
|
||||
name: "Medium / Pirate Barge Fragment"
|
||||
mapPath: /Maps/Salvage/medium-pirate.yml
|
||||
bounds: "-4,-10,6,7"
|
||||
|
||||
- type: salvageMap
|
||||
id: TickColony
|
||||
name: "Space Tick colony"
|
||||
mapPath: /Maps/Salvage/tick-colony.yml
|
||||
bounds: "-6,-7,5,7"
|
||||
|
||||
- type: salvageMap
|
||||
id: CargoDock
|
||||
name: "Asteroid Cargo Dock"
|
||||
mapPath: /Maps/Salvage/medium-dock.yml
|
||||
bounds: "-7,-6,4,8"
|
||||
|
||||
- type: salvageMap
|
||||
id: SpaceWaffleHome
|
||||
name: "Waffle Home"
|
||||
mapPath: /Maps/Salvage/wh-salvage.yml
|
||||
bounds: "-13,-12,14,11"
|
||||
|
||||
- type: salvageMap
|
||||
id: MediumShuttleWreck
|
||||
name: "Medium / Ruined Emergency Shuttle"
|
||||
mapPath: /Maps/Salvage/medium-ruined-emergency-shuttle.yml
|
||||
bounds: "-6,-9,5,8"
|
||||
|
||||
|
||||
- type: salvageMap
|
||||
id: mediumPetHospital
|
||||
name: "Medium / Pet and Bear Hospital"
|
||||
mapPath: /Maps/Salvage/medium-pet-hospital.yml
|
||||
bounds: "-2,-14,16,2"
|
||||
|
||||
- type: salvageMap
|
||||
id: MediumCrashedShuttle
|
||||
name: "Crashed Shuttle"
|
||||
mapPath: /Maps/Salvage/medium-crashed-shuttle.yml
|
||||
bounds: "-7,-8,5,9"
|
||||
|
||||
# """Large""" maps
|
||||
|
||||
@@ -129,17 +110,14 @@
|
||||
id: StationStation
|
||||
name: "StationStation"
|
||||
mapPath: /Maps/Salvage/stationstation.yml
|
||||
bounds: "-17,-15,35,29"
|
||||
|
||||
- type: salvageMap
|
||||
id: AsteroidBase
|
||||
name: "Asteroid Base"
|
||||
mapPath: /Maps/Salvage/asteroid-base.yml
|
||||
bounds: "-12,-13,15,11"
|
||||
|
||||
- type: salvageMap
|
||||
id: RuinCargoBase
|
||||
name: "Ruined Cargo Storage"
|
||||
mapPath: /Maps/Salvage/ruin-cargo-salvage.yml
|
||||
bounds: "-15,-13,22,14"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user