LuaGlobals.wiki
changeset 1899 79a144a97a48
parent 1898 c883fe88f546
child 1900 ac4940b3e5e8
equal deleted inserted replaced
1898:c883fe88f546 1899:79a144a97a48
   106 The proper way to disable Sudden Death is by setting both `WaterRise` and `HealthDecrease` to `0`.
   106 The proper way to disable Sudden Death is by setting both `WaterRise` and `HealthDecrease` to `0`.
   107 
   107 
   108 == <tt>!TemplateFilter</tt> ==
   108 == <tt>!TemplateFilter</tt> ==
   109 Depending on the map type (`MapGen`), the meaning of `TemplateFilter` differs:
   109 Depending on the map type (`MapGen`), the meaning of `TemplateFilter` differs:
   110 
   110 
   111 === Random maps (`mgRandom`) ===
   111 || *Template filter number* || *Random maps (`mgRandom`)* || *Perlin maps (`mgPerlin`)* || *Maze maps (`mgMaze`)* ||
   112 || *Template filter number* || *Generated maps* ||
   112 || `0` || All || Small tunnels || Small tunnels ||
   113 || `0` || All ||
   113 || `1` || Small || Medium tunnels || Medium tunnels ||
   114 || `1` || Small ||
   114 || `2` || Medium || Large tunnels || Large tunnels ||
   115 || `2` || Medium ||
   115 || `3` || Large || Small islands || Small islands ||
   116 || `3` || Large ||
   116 || `4` || Cavern || Medium islands || Medium islands ||
   117 || `4` || Cavern ||
   117 || `5` || Wacky || Large islands || Large islands ||
   118 || `5` || Wacky ||
       
   119 
       
   120 === Perlin maps (`mgPerlin`) and maze maps (`mgMaze`) ===
       
   121 || *Template filter number* || *Generated maps* ||
       
   122 || `0` || Small tunnels ||
       
   123 || `1` || Medium tunnels ||
       
   124 || `2` || Large tunnels ||
       
   125 || `3` || Small islands ||
       
   126 || `4` || Medium islands ||
       
   127 || `5` || Large islands ||
       
   128 
       
   129 === Other map generators ===
       
   130 It doesn't matter.
       
   131 
   118 
   132 == <tt>!WorldEdge</tt> ==
   119 == <tt>!WorldEdge</tt> ==
   133 The value of `WorldEdge` can have the following values:
   120 The value of `WorldEdge` can have the following values:
   134 
   121 
   135 || *Identifier* || *Meaning* ||
   122 || *Identifier* || *Meaning* ||