Skip to content
Snippets Groups Projects
tol-falas-ambush.lua 591 B
Newer Older
dg's avatar
dg committed
quickEntity('<', {show_tooltip=true, name="exit to the wilds", 	display='<', color={r=0, g=255, b=255}})
dg's avatar
dg committed
defineTile('.', "GRASS")
dg's avatar
dg committed
defineTile('#', "TREE")
defineTile('u', "GRASS", nil, "UKRUK")
dg's avatar
dg committed
defineTile('o', "GRASS", nil, "HILL_ORC_WARRIOR")
defineTile('O', "GRASS", nil, "HILL_ORC_ARCHER")

dg's avatar
dg committed
startx = 0
starty = 0
dg's avatar
dg committed

return {
dg's avatar
dg committed
[[...........O...###]],
[[...........O..####]],
[[.....oo.......####]],
[[....ouo......#####]],
[[....oo.....O######]],
[[...........#######]],
[[O..O...O..<#######]],
[[......############]],
[[.OO.##############]],
dg's avatar
dg committed
[[..################]],
[[##################]],
}