share/hedgewars/Data/Scripts/Multiplayer/Space_Invasion.lua
changeset 13026 ca7fdb431b34
parent 13019 880662cf41ee
child 13028 8b6d8418d580
equal deleted inserted replaced
13025:261b8fd14235 13026:ca7fdb431b34
   361 local roundN = 0
   361 local roundN = 0
   362 local lastRound
   362 local lastRound
   363 local RoundHasChanged = true
   363 local RoundHasChanged = true
   364 
   364 
   365 -- for script parameters
   365 -- for script parameters
       
   366 -- NOTE: If you change this, also change the default “Space Invasion” game scheme
   366 local startBarrels = 5		-- "barrels"
   367 local startBarrels = 5		-- "barrels"
   367 local startShield = 30		-- "shield"
   368 local startShield = 30		-- "shield"
   368 local startRadShots = 2		-- "pings"
   369 local startRadShots = 2		-- "pings"
   369 local shieldBonus = 30		-- "shieldbonus"
   370 local shieldBonus = 30		-- "shieldbonus"
   370 local barrelBonus = 3		-- "barrelbonus"
   371 local barrelBonus = 3		-- "barrelbonus"