share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua
changeset 13026 ca7fdb431b34
parent 13022 1e7ac94d9d3c
child 13123 11f23afd84f2
equal deleted inserted replaced
13025:261b8fd14235 13026:ca7fdb431b34
   126 local amCMStructurePlacer = amAirAttack
   126 local amCMStructurePlacer = amAirAttack
   127 local amCMCratePlacer = amMineStrike
   127 local amCMCratePlacer = amMineStrike
   128 local amCMObjectPlacer = amNapalm
   128 local amCMObjectPlacer = amNapalm
   129 
   129 
   130 -- Config variables (script parameter)
   130 -- Config variables (script parameter)
       
   131 -- NOTE: If you change this, also change the default game scheme “Construction Mode”
   131 local conf_initialEnergy = 550
   132 local conf_initialEnergy = 550
   132 local conf_energyPerRound = 50
   133 local conf_energyPerRound = 50
   133 local conf_maxEnergy = 1000
   134 local conf_maxEnergy = 1000
   134 local conf_cratesPerRound = 5
   135 local conf_cratesPerRound = 5
   135 
   136