Hello
Can anyone give me a clue how to enter the 'secret' rooms in this vault?
I strongly agree with those who suggested that diggable and non diggable walls should look different.
Vault in Dreadfall
Moderator: Moderator
Vault in Dreadfall
- Attachments
-
- vault.jpg (113.87 KiB) Viewed 1327 times
Re: Vault in Dreadfall
Code: Select all
golem:/usr/local/src/t-engine4/game/modules/tome$ tail -20 data/maps/vaults/zigzag-chambers.lua
defineTile('$', "FLOOR", {random_filter={add_levels=25, type="money"}})
defineTile('/', "FLOOR", {random_filter={add_levels=15, tome_mod="vault"}})
defineTile('^', "FLOOR", nil, nil, {random_filter={add_levels=20}})
return {
[[############################]],
[[#.......................acc#]],
[[#%#%%%%%%%%%%%%%#+#%%%%%%%%#]],
[[#+#abaaba#$$$$$/#+###b..a..#]],
[[#.##bcabc#$$$$$##c#/##...a.#]],
[[#..##....%....##aa#..##.a..#]],
[[#...##...#...##bbb#...##...X]],
[[#^^./##..#..##aaaa#.$$$##..#]],
[[#$$^//##.#/##abcab#.$$$.##b#]],
[[#$$^///#+###d...b.#/$$$./#+#]],
[[########+##########%%%%%%#+#]],
[[#dc........................#]],
[[############################]],
Re: Vault in Dreadfall
Thank you!!greycat wrote:A map
I found some entrances, but your map helped the rest.