# HG changeset patch # User Wuzzy # Date 1538264725 -3600 # Node ID abc3dab201401e1db6cd14ee5cf42fe2cb774a77 # Parent ed20d7c7c667a709f9c891fd80e2275d61ac67f2 LuaAPI: Clarify SuddenDeathTurns diff -r ed20d7c7c667 -r abc3dab20140 LuaAPI.wiki --- a/LuaAPI.wiki Thu Sep 20 13:51:32 2018 +0100 +++ b/LuaAPI.wiki Sun Sep 30 00:45:25 2018 +0100 @@ -171,7 +171,7 @@ || `MineDudPercent` || `0` || Chance of mine being a dud, in percent || || `AirMinesNum` || `0` || Number of air mines being placed on a medium-sized map || || `Explosives` || `2` || Number of barrels being placed on a medium-sized map || -|| `SuddenDeathTurns` || `15` || Number of rounds until Sudden Death begins (ignoring the first round) || +|| `SuddenDeathTurns` || `15` || Number of rounds until Sudden Death begins, _minus one_. E.g. 0 = SD starts in 2nd round || || `WaterRise` || `47` || Height of water rise in pixels for each Sudden Death turn || || `HealthDecrease` || `5` || Amount of health decreased on each turn in Sudden Death || || `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`. ||