# HG changeset patch # User Wuzzy # Date 1558381663 -3600 # Node ID 79a144a97a480e66e06937c648874b2e646dc30e # Parent c883fe88f546713df047335c76a5b797fd77081c LuaGlobals: Tweak syntax diff -r c883fe88f546 -r 79a144a97a48 LuaGlobals.wiki --- a/LuaGlobals.wiki Mon May 20 20:45:59 2019 +0100 +++ b/LuaGlobals.wiki Mon May 20 20:47:43 2019 +0100 @@ -108,26 +108,13 @@ == !TemplateFilter == Depending on the map type (`MapGen`), the meaning of `TemplateFilter` differs: -=== Random maps (`mgRandom`) === -|| *Template filter number* || *Generated maps* || -|| `0` || All || -|| `1` || Small || -|| `2` || Medium || -|| `3` || Large || -|| `4` || Cavern || -|| `5` || Wacky || - -=== Perlin maps (`mgPerlin`) and maze maps (`mgMaze`) === -|| *Template filter number* || *Generated maps* || -|| `0` || Small tunnels || -|| `1` || Medium tunnels || -|| `2` || Large tunnels || -|| `3` || Small islands || -|| `4` || Medium islands || -|| `5` || Large islands || - -=== Other map generators === -It doesn't matter. +|| *Template filter number* || *Random maps (`mgRandom`)* || *Perlin maps (`mgPerlin`)* || *Maze maps (`mgMaze`)* || +|| `0` || All || Small tunnels || Small tunnels || +|| `1` || Small || Medium tunnels || Medium tunnels || +|| `2` || Medium || Large tunnels || Large tunnels || +|| `3` || Large || Small islands || Small islands || +|| `4` || Cavern || Medium islands || Medium islands || +|| `5` || Wacky || Large islands || Large islands || == !WorldEdge == The value of `WorldEdge` can have the following values: