LuaAPI.wiki
changeset 1573 abc3dab20140
parent 1572 ed20d7c7c667
child 1574 004caa91e6fe
equal deleted inserted replaced
1572:ed20d7c7c667 1573:abc3dab20140
   169 || `MinesNum` || `4` || Number of mines being placed on a medium-sized map ||
   169 || `MinesNum` || `4` || Number of mines being placed on a medium-sized map ||
   170 || `MinesTime` || `3000` || Time for a mine to explode from activated (in milliseconds), `-1000` for random ||
   170 || `MinesTime` || `3000` || Time for a mine to explode from activated (in milliseconds), `-1000` for random ||
   171 || `MineDudPercent` || `0` || Chance of mine being a dud, in percent ||
   171 || `MineDudPercent` || `0` || Chance of mine being a dud, in percent ||
   172 || `AirMinesNum` || `0` || Number of air mines being placed on a medium-sized map ||
   172 || `AirMinesNum` || `0` || Number of air mines being placed on a medium-sized map ||
   173 || `Explosives` || `2` || Number of barrels being placed on a medium-sized map ||
   173 || `Explosives` || `2` || Number of barrels being placed on a medium-sized map ||
   174 || `SuddenDeathTurns` || `15` || Number of rounds until Sudden Death begins (ignoring the first round) ||
   174 || `SuddenDeathTurns` || `15` || Number of rounds until Sudden Death begins, _minus one_. E.g. 0 = SD starts in 2nd round ||
   175 || `WaterRise` || `47` || Height of water rise in pixels for each Sudden Death turn ||
   175 || `WaterRise` || `47` || Height of water rise in pixels for each Sudden Death turn ||
   176 || `HealthDecrease` || `5` || Amount of health decreased on each turn in Sudden Death ||
   176 || `HealthDecrease` || `5` || Amount of health decreased on each turn in Sudden Death ||
   177 || `Goals` || `""` || Use this to add additional text to the goal text popup shown at the beginning and when using the quit or pause keys. The text is added to the default text which usually explains the game modifiers and does not replace it. Use `|` for line breaks. Also, all text before and including a `:` in a line will be highlighted. See also `ShowMission`. ||
   177 || `Goals` || `""` || Use this to add additional text to the goal text popup shown at the beginning and when using the quit or pause keys. The text is added to the default text which usually explains the game modifiers and does not replace it. Use `|` for line breaks. Also, all text before and including a `:` in a line will be highlighted. See also `ShowMission`. ||
   178 || `WorldEdge` || `weNone` || Type edges being used at the left and right sides of the terrain (see below). ||
   178 || `WorldEdge` || `weNone` || Type edges being used at the left and right sides of the terrain (see below). ||
   179 || `ScreenWidth` || _N/A_ || Width of the Hedgewars window or screen ||
   179 || `ScreenWidth` || _N/A_ || Width of the Hedgewars window or screen ||