Random station names! (#5548)

This commit is contained in:
Moony
2021-11-26 07:54:32 -06:00
committed by GitHub
parent 522cb3cf9c
commit f60484b15c
9 changed files with 83 additions and 10 deletions

View File

@@ -1,6 +1,10 @@
- type: gameMap
id: saltern
mapName: Saltern
mapName: 'Saltern'
mapNameTemplate: '{0} Saltern {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
mapPath: Maps/saltern.yml
minPlayers: 0
maxPlayers: 20
@@ -30,7 +34,11 @@
- type: gameMap
id: packedstation
mapName: Packedstation
mapName: 'Packedstation'
mapNameTemplate: '{0} Packedstation {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'VG'
mapPath: Maps/packedstation.yml
minPlayers: 15
overflowJobs:
@@ -59,7 +67,11 @@
- type: gameMap
id: knightship
mapName: Knight Ship
mapName: 'Knightship'
mapNameTemplate: '{0} Knightship {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
mapPath: Maps/knightship.yml
minPlayers: 0
maxPlayers: 8