Skip to content
Snippets Groups Projects
Commit 17d7b9e4 authored by dg's avatar dg
Browse files

Moar vaults !

git-svn-id: http://svn.net-core.org/repos/t-engine4@1216 51575b47-30f0-44d4-a5cc-537603b46e54
parent dbca8336
No related branches found
No related tags found
No related merge requests found
-- ToME - Tales of Middle-Earth
-- Copyright (C) 2009, 2010 Nicolas Casalini
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-- Nicolas Casalini "DarkGod"
-- darkgod@te4.org
setStatusAll{no_teleport=true}
rotates = {"default", "90", "180", "270", "flipx", "flipy"}
defineTile('.', "FLOOR")
defineTile(',', "GRASS")
defineTile('#', "WALL")
defineTile('X', "TREE")
defineTile('+', "DOOR")
defineTile('x', "DOOR_VAULT")
defineTile('T', "FLOOR", {random_filter={type="scroll"}}, {random_filter={name="forest troll", add_levels=4}})
return {
[[,,,,,,,,,,,,,]],
[[,#####,,,X,,,]],
[[,#...#,,X,,X,]],
[[,#T..#,,,,X,,]],
[[,###x#X#X.,#,]],
[[,#.....XX,.#,]],
[[,X,.,...,..+,]],
[[,X,,.X.,...+,]],
[[,,,X..,....#,]],
[[,##XX,##X#X#,]],
[[,,,,,,,,,,,,,]],
}
\ No newline at end of file
-- ToME - Tales of Middle-Earth
-- Copyright (C) 2009, 2010 Nicolas Casalini
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-- Nicolas Casalini "DarkGod"
-- darkgod@te4.org
setStatusAll{no_teleport=true}
rotates = {"default", "90", "180", "270", "flipx", "flipy"}
defineTile('.', "FLOOR")
defineTile(',', "GRASS")
defineTile('#', "WALL")
defineTile('X', "TREE")
defineTile('+', "DOOR")
defineTile('T', "GRASS", nil, {random_filter={name="honey tree", add_levels=4}})
return {
[[,,,,,,,,,,,,,,,,,,,,,]],
[[,#################X,,]],
[[,#....#.,..,..#.X.,X,]],
[[,#....+..,,,..+..,.#,]],
[[,######..,T,,.######,]],
[[,#....+.,,,,..+....#,]],
[[,#....#....,,.#....#,]],
[[,########+#+########,]],
[[,,,,,,,,,,,,,,,,,,,,,]],
}
-- ToME - Tales of Middle-Earth
-- Copyright (C) 2009, 2010 Nicolas Casalini
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-- Nicolas Casalini "DarkGod"
-- darkgod@te4.org
setStatusAll{no_teleport=true}
rotates = {"default", "90", "180", "270", "flipx", "flipy"}
defineTile('.', "FLOOR")
defineTile(',', "GRASS")
defineTile(';', "FLOWER")
defineTile('~', "SHALLOW_WATER")
defineTile('#', "WALL")
defineTile('X', "TREE")
defineTile('+', "DOOR")
defineTile('x', "DOOR_VAULT")
defineTile('s', "FLOOR", nil, {random_filter={name="degenerated skeleton warrior"}})
return {
[[,,,,,,,,,,,,,,,,]],
[[,#X#########X,,,]],
[[,,.+....+..,..X,]],
[[,###....#.###.,,]],
[[,#.+....#.....#,]],
[[,###....###+###,]],
[[,#sx....#,,,,,,,]],
[[,###...X#,;;;;;,]],
[[,#.+..,.,,;~~~;,]],
[[,#####X,,,;;;;;,]],
[[,,,,,,,,,,,,,,,,]],
}
......@@ -46,9 +46,9 @@ return {
pond = {{0.6, "DEEP_WATER"}, {0.8, "SHALLOW_WATER"}},
},
nb_rooms = {0,0,0,0,1},
nb_rooms = {6},
rooms = {"lesser_vault"},
lesser_vaults_list = {"honey_glade"},
lesser_vaults_list = {"honey_glade", "forest-ruined-building1", "forest-ruined-building2", "forest-ruined-building3"},
lite_room_chance = 100,
},
actor = {
......
......@@ -54,10 +54,12 @@ newEntity{ define_as = "CORRUPTED_BALROG",
[Talents.T_FLAME]=5,
[Talents.T_POISON_BREATH]=5,
[Talents.T_FIRE_BREATH]=5,
[Talents.T_GLOOM]=5,
[Talents.T_RUSH]=5,
[Talents.T_WEAPON_COMBAT]=10,
[Talents.T_EXOTIC_WEAPONS_MASTERY]=7,
},
resolvers.sustains_at_birth(),
autolevel = "dexmage",
ai = "dumb_talented_simple", ai_state = { talent_in=2, ai_move="move_astar" },
......
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