From 33e6f83d6bd73fee0202de20239c7709b5ab1650 Mon Sep 17 00:00:00 2001 From: tommy Date: Thu, 27 Nov 2025 19:09:54 -0500 Subject: [PATCH] remove duplicate planet prototype --- Resources/Prototypes/planets.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Resources/Prototypes/planets.yml diff --git a/Resources/Prototypes/planets.yml b/Resources/Prototypes/planets.yml deleted file mode 100644 index 3ab467225b..0000000000 --- a/Resources/Prototypes/planets.yml +++ /dev/null @@ -1,26 +0,0 @@ -- type: planet - id: Lavaland - biome: Lava - mapName: shuttle-destination-lavaland - mapLight: "#A34931" - addedComponents: - - type: FTLDestination - whitelist: - components: - - MiningShuttle - atmosphere: - volume: 2500 - temperature: 353.15 # 80C - moles: # 120kPa, 14% O2 (unbreathable) - - 14.38346 - - 88.35554 - biomeMarkerLayers: - - OreIron - - OreQuartz - - OreCoal - - OreGold - - OreSilver - - OrePlasma - - OreUranium - - OreDiamond - - OreArtifactFragment