Changes between Version 16 and Version 17 of Random_Map_Generator_Internals


Ignore:
Timestamp:
Mar 9, 2018, 11:26:13 PM (6 years ago)
Author:
bb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Random_Map_Generator_Internals

    v16 v17  
    3838 * `Keywords`: (array of strings) Optional. List of keywords for this map, which can be used to filter it out in the game setup menu. Examples: "demo", "naval", or "hidden".
    3939 * `LockTeams`: (bool) Optional. Indicates whether teams (and thus diplomacy) should be locked when the game begins, default is `false`.
    40  * `GameType`: (string) Optional. The game type ("victory" or "endless").
     40 * `VictoryConditions`: (array) List of victory conditions to be used in the game. No victory conditions is interpret as an endless game.
    4141 * `Size`: (integer) Size of the map in tiles (see [source:ps/trunk/binaries/data/mods/public/simulation/data/map_sizes.json map_sizes.json]).
    4242 * `PlayerData`: (array of objects) Array of player data objects, [source:ps/trunk/binaries/data/mods/public/simulation/data/player_defaults.json player_defaults.json] is used to fill in missing data.