Pirate shuttle update (#13126)

This commit is contained in:
Checkraze
2023-01-19 06:02:47 -05:00
committed by GitHub
parent bf30ec6b87
commit bf01bb6a6e
3 changed files with 5601 additions and 5609 deletions

View File

@@ -149,7 +149,7 @@ public sealed class PiratesRuleSystem : GameRuleSystem
ops[i] = _random.PickAndTake(ev.PlayerPool);
}
var map = "/Maps/pirate.yml";
var map = "/Maps/Shuttles/pirate.yml";
var xformQuery = GetEntityQuery<TransformComponent>();
var aabbs = _stationSystem.Stations.SelectMany(x =>

File diff suppressed because it is too large Load Diff

View File

@@ -1,14 +0,0 @@
- type: gameMap
id: Pirate
mapName: 'Pirate Ship'
mapPath: /Maps/pirate.yml
minPlayers: 0
stations:
Station: #TODO: Mapper, add a BecomesStation component to the primary grid of the map.
mapNameTemplate: '{0} Pirate {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
overflowJobs: []
availableJobs:
Captain: [ 1, 1 ]