remove alchemy test and battle royale maps, add simple island map

This commit is contained in:
Ed
2024-10-28 14:01:05 +03:00
parent 98e2d70643
commit 4eff55b128
6 changed files with 23 additions and 127071 deletions

View File

@@ -50,9 +50,8 @@ namespace Content.IntegrationTests.Tests
"MeteorArena",
//CrystallPunk maps
"AlchemyTest",
"BattleRoyale",
"ExpeditionTest",
"Village",
"Island",
//CrystallPunk Map replacement end
};

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -46,7 +46,7 @@ entities:
- type: GridTree
- type: MovedGrids
- type: BecomesStation
id: ExpeditionTest
id: Village
- type: CP14WeatherController
entries:
- visuals: CP14Rain

View File

@@ -14,59 +14,14 @@
CP14Adventurer: [ -1, -1 ]
- type: gameMap
id: AlchemyTest
mapName: Alchemy test
mapPath: /Maps/_CP14/alchemy_test.yml
maxRandomOffset: 0
randomRotation: false
minPlayers: 0
stations:
AlchemyTest:
stationProto: CP14BaseExpedition
components:
- type: CP14StationZLevels
defaultMapLevel: 0
levels:
1:
path: /Maps/_CP14/alchemy_test_layer2.yml
- type: StationNameSetup
mapNameTemplate: "Alchemy test"
- type: StationJobs
availableJobs:
CP14Adventurer: [ -1, -1 ]
CP14Alchemist: [ -1, -1 ]
#CP14Captain: [1, 1]
- type: gameMap
id: BattleRoyale
mapName: Battle royale
mapPath: /Maps/_CP14/battle_royale.yml
maxRandomOffset: 0
randomRotation: false
minPlayers: 0
stations:
BattleRoyale:
stationProto: CP14BaseExpedition
components:
- type: StationNameSetup
mapNameTemplate: "Battle royale"
- type: StationJobs
availableJobs:
CP14Adventurer: [ -1, -1 ]
CP14Alchemist: [ -1, -1 ]
#CP14Captain: [1, 1]
- type: StationBiome
biome: CP14GrassFill
- type: gameMap
id: ExpeditionTest
id: Village
mapName: Sandbox village
mapPath: /Maps/_CP14/tavern.yml
maxRandomOffset: 0
randomRotation: false
minPlayers: 0
stations:
ExpeditionTest:
Village:
stationProto: CP14BaseExpedition
components:
- type: StationNameSetup
@@ -84,4 +39,21 @@
defaultMapLevel: 0
levels:
-1:
path: /Maps/_CP14/tavern_cave.yml
path: /Maps/_CP14/tavern_cave.yml
- type: gameMap
id: Island
mapName: Island
mapPath: /Maps/_CP14/island.yml
maxRandomOffset: 0
randomRotation: false
minPlayers: 0
stations:
Island:
stationProto: CP14BaseExpedition
components:
- type: StationNameSetup
mapNameTemplate: "Island"
- type: StationJobs
availableJobs:
CP14Adventurer: [ -1, -1 ]