share/hedgewars/Data/Missions/Scenario/Big_Armory.lua
changeset 13600 75c322ac6670
parent 13057 8b44518d1002
child 13849 297cf5c19172
equal deleted inserted replaced
13599:11497a930b29 13600:75c322ac6670
    14 	missionTitle = loc("Big Armory"),
    14 	missionTitle = loc("Big Armory"),
    15 	missionIcon = -amBazooka,
    15 	missionIcon = -amBazooka,
    16 	wind = 15,
    16 	wind = 15,
    17 	initVars = {
    17 	initVars = {
    18 		TurnTime = 45000,
    18 		TurnTime = 45000,
    19 		Seed = "{7e34a56b-ee7b-4fe1-8f30-352a998f3f6a}",
       
    20 		GameFlags = gfDisableWind + gfDisableLandObjects,
    19 		GameFlags = gfDisableWind + gfDisableLandObjects,
    21 		Theme = "EarthRise",
    20 		Theme = "EarthRise",
    22 		MapGen = mgRandom,
    21 		Map = "BigArmory", -- from sidecar HWP
    23 		MapFeatureSize = 12,
    22 		--[[ Map has been generated in Hedgewars 0.9.24 and
       
    23                      then exported as PNG with these settings:
       
    24 		* Seed = "{7e34a56b-ee7b-4fe1-8f30-352a998f3f6a}"
       
    25 		* MapGen = mgRandom
       
    26 		* MapFeatureSize = 12
       
    27 		* Theme = "EarthRise"
       
    28 		* relevant GameFlag: gfDisableLandObjects ]]
    24 	},
    29 	},
    25 	teams = {
    30 	teams = {
    26 		{ name = loc("Pro Killers"),
    31 		{ name = loc("Pro Killers"),
    27 		clanID = 0,
    32 		clanID = 0,
    28 		flag = "cm_scout",
    33 		flag = "cm_scout",