LuaAPI.wiki
changeset 1111 f6d0d5772a6c
parent 1075 5b0cf2c32218
child 1112 f8b1be6befc7
equal deleted inserted replaced
1110:f7bfa40bdbc5 1111:f6d0d5772a6c
   164 || `DamagePercent` || `100` || Global damage in percent, affects damage and knockback ||
   164 || `DamagePercent` || `100` || Global damage in percent, affects damage and knockback ||
   165 || `RopePercent` || `100` || Rope length in percent ||
   165 || `RopePercent` || `100` || Rope length in percent ||
   166 || `MinesNum` || `4` || Number of mines being placed on a medium-sized map ||
   166 || `MinesNum` || `4` || Number of mines being placed on a medium-sized map ||
   167 || `MinesTime` || `3000` || Time for a mine to explode from activated (in milliseconds), `-1000` for random ||
   167 || `MinesTime` || `3000` || Time for a mine to explode from activated (in milliseconds), `-1000` for random ||
   168 || `MineDudPercent` || `0` || Chance of mine being a dud, in percent ||
   168 || `MineDudPercent` || `0` || Chance of mine being a dud, in percent ||
   169 || `AirMinesNum` || `0` || (0.9.23) Number of air mines being placed on a medium-sized map ||
   169 || `AirMinesNum` || `0` || Number of air mines being placed on a medium-sized map ||
   170 || `Explosives` || `2` || Number of barrels being placed on a medium-sized map ||
   170 || `Explosives` || `2` || Number of barrels being placed on a medium-sized map ||
   171 || `SuddenDeathTurns` || `15` || Turns until Sudden Death begins ||
   171 || `SuddenDeathTurns` || `15` || Turns until Sudden Death begins ||
   172 || `WaterRise` || `47` || Height of water rise in pixels for each Sudden Death turn ||
   172 || `WaterRise` || `47` || Height of water rise in pixels for each Sudden Death turn ||
   173 || `HealthDecrease` || `5` || Amount of health decreased on each turn in Sudden Death ||
   173 || `HealthDecrease` || `5` || Amount of health decreased on each turn in Sudden Death ||
   174 || `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`. ||
   174 || `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`. ||
   175 || `WorldEdge` || `weNone` || (0.9.23) Type edges being used at the left and right sides of the terrain (see below). ||
   175 || `WorldEdge` || `weNone` || Type edges being used at the left and right sides of the terrain (see below). ||
   176 || `ScreenWidth` || _N/A_ || Width of the Hedgewars window or screen ||
   176 || `ScreenWidth` || _N/A_ || Width of the Hedgewars window or screen ||
   177 || `ScreenHeight` || _N/A_ || Height of the Hedgewars window or screen ||
   177 || `ScreenHeight` || _N/A_ || Height of the Hedgewars window or screen ||
   178 
   178 
   179 The proper way to disable Sudden Death is by setting both `WaterRise` and `HealthDecrease` to `0`.
   179 The proper way to disable Sudden Death is by setting both `WaterRise` and `HealthDecrease` to `0`.
   180 
   180