Skip to content
Snippets Groups Projects
Commit 2749402a authored by dg's avatar dg
Browse files

New possible random zone tileset: slime

git-svn-id: http://svn.net-core.org/repos/t-engine4@3929 51575b47-30f0-44d4-a5cc-537603b46e54
parent 41c71c68
No related branches found
No related tags found
No related merge requests found
......@@ -1102,7 +1102,7 @@ local random_zone_themes = {
getDown = function(self) return "DOWN" end,
} end },
-- Underground
{ name="underground", rarity=6, gen=function() return {
{ name="underground", rarity=5, gen=function() return {
load_grids = {"/data/general/grids/underground.lua"},
getDoor = function(self) return "UNDERGROUND_FLOOR" end,
getFloor = function(self) return "UNDERGROUND_FLOOR" end,
......@@ -1111,7 +1111,7 @@ local random_zone_themes = {
getDown = function(self) return "UNDERGROUND_LADDER_DOWN" end,
} end },
-- Crystals
{ name="crystal", rarity=6, gen=function() return {
{ name="crystal", rarity=4, gen=function() return {
load_grids = {"/data/general/grids/underground.lua"},
getDoor = function(self) return "CRYSTAL_FLOOR" end,
getFloor = function(self) return "CRYSTAL_FLOOR" end,
......@@ -1138,7 +1138,7 @@ local random_zone_themes = {
getDown = function(self) return "SAND_DOWN"..self.more_dir end,
} end },
-- Slime
{ name="slime", rarity=1, gen=function() return {
{ name="slime", rarity=4, gen=function() return {
load_grids = {"/data/general/grids/slime.lua"},
getDoor = function(self) return "SLIME_DOOR" end,
getFloor = function(self) return "SLIME_FLOOR" end,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment