Skip to content
Snippets Groups Projects
Commit 37a53889 authored by dg's avatar dg
Browse files

Added Zigur lore

git-svn-id: http://svn.net-core.org/repos/t-engine4@2691 51575b47-30f0-44d4-a5cc-537603b46e54
parent 56059375
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ load("/data/lore/dreadfell.lua")
load("/data/lore/fun.lua")
load("/data/lore/last-hope.lua")
load("/data/lore/angolwen.lua")
load("/data/lore/zigur.lua")
load("/data/lore/iron-throne.lua")
load("/data/lore/sunwall.lua")
load("/data/lore/spellhunt.lua")
......
-- ToME - Tales of Maj'Eyal
-- 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
--------------------------------------------------------------------------
-- Zigur
--------------------------------------------------------------------------
newLore{
id = "zigur-post",
category = "zigur",
name = "Rules of the Ziguranth",
lore = [[1. You will not talk about Zigur to the wider world, lest evil ears be listening.
2. You will shun the use of all spells and witchcraft.
3. You will shun the use of magic-cursed wands.
4. You will shun the baneful influence of arcane runes and burn any skin that comes in contact with them.
5. You will not aid or abet any you suspect of wizardry or conjuration.
6. You will take note of any you suspect of spellweaving and report their name and address to the elders.
7. You will actively hunt down and bring suffering upon any you suspect of using magic, communing with spirits, demon worship, or any you suspect of aiding others in these acts.
8. You will report to the elders all activity you deem suspicious, especially evidence of cults or secret societies.
These are the rules we live by, these are the rules by which we will save our world. All who fail in these rules will be purged with flame.]],
}
......@@ -33,6 +33,7 @@ quickEntity('+', {show_tooltip=true, name='closed door', display='+', color_r=25
quickEntity('=', {show_tooltip=true, name='lava pit', display='~', color=colors.LIGHT_RED, back_color=colors.RED, always_remember = true, does_block_move = true, image="terrain/lava_floor.png"})
defineTile("?", "OLD_FLOOR")
defineTile(":", "FLOOR")
defineTile("&", "POST")
defineTile("@", "FLOOR", nil, "PROTECTOR_MYSSIL")
quickEntity("'", {show_tooltip=true, name="Open gates", display="'", color=colors.UMBER, image="terrain/stone_store_open.png"})
......@@ -155,7 +156,7 @@ return [[
~~~~~~~~~~~~~~~,,,,,,,,,,,,,,,,,..........------tt
~~~~~~~~~~~~~~~~~~,,,,,,,,,,,,,,,.........------.t
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~,,........------.t
~~~~~~~~~~~~~~~~~~~~~~~,,,~~~~~~~,........------.t
~~~~~~~~~~~~~~~~~~~~~~~,,,~~~~~~~,&.......------.t
~~~~~~~~~~~~~~~~~~~~~~,,t,,~~~~~~,t.......------.t
~~~~~~~~~~~~~~~~~~~~~~,ttt,,~~~~~,tt......------tt
~~~~~~~~~~~~~~~~~~~~~~,tttt,,,~,,,ttt.....------tt
......
......@@ -19,3 +19,16 @@
load("/data/general/grids/basic.lua")
load("/data/general/grids/forest.lua")
newEntity{
define_as = "POST",
name = "Zigur Postsign", lore="zigur-post",
desc = [[The laws of the Ziguratnh]],
image = "terrain/grass.png",
display = '_', color=colors.UMBER, back_color=colors.DARK_GREEN,
add_displays = {class.new{image="terrain/signpost.png"}},
always_remember = true,
on_move = function(self, x, y, who)
if who.player then who:learnLore(self.lore) end
end,
}
......@@ -90,6 +90,11 @@
<property name="display" value="6"/>
</properties>
</tile>
<tile id="35">
<properties>
<property name="display" value="&amp;"/>
</properties>
</tile>
</tileset>
<tileset firstgid="217" name="dg_town632" tilewidth="32" tileheight="32">
<image source="gfx/dg_town632.gif" width="288" height="128"/>
......@@ -126,7 +131,7 @@
</tileset>
<layer name="Terrain" width="50" height="50">
<data encoding="base64" compression="zlib">
eJzt2E1qAzEMBWB3G5hVDhDoJea63fYAPUwW7bo3KN2VgRiE0M+TZXtMaOBBmzpTf2NLcXItpVwHZ5+Q0Yao4/LIDMcFDHfcSdBroK4R89fmkHF4lozhDkQbn70nUYd1zWM+L0YQx6sT1DLb8U2er3PVHpql3gvUwXuI5qjX/SU/Sw4az2BZIg6pF1qO4/eb8rzmqI/3RyyLtj8th9bTrTrnDque0bWgDmrhvQRxRHrJDRwXMVBLZD3QteDz5xnhqJafYtdHi6E66OskBzVGHLRueJ2gjsh6aA5pjVAHr33Eof29dV9Ze0yqc6tfVUPUEQ2yr7I14r239zgHtjqQ/oueUXqca6P9SvNEzlgj1uPMnOlAzvgRw7M6jmwTHZ8Jh/f5YyOZtT6Z+SOOlSyt3zOs5PEMyOfarEX6ruSr6DXBz0OIAXFQS+Y+RnrULry+p2OEJbufWh1RC/9/0feMno6edYJ+FpjhyPSvZ3Fk1nGEYzUL6jjb4nmyjlU8EcfKlqjDs4wyvQnJOiKeXl7JQS0ZRy9TxlH3WC9H1r+yg95zb9yqjjr/HbDUcas6aD+xLHTs2XXuOahlI2M2YezqDsnjnZtWcCDzRGMZZvWrXha+RrMc3v7qmX8Hlo9Jjj/Sl0NZ
eJzt2E1qAzEMBWB3G5hVDhDoJea63fYAvUuzaNe5QekuDMQghH6eRrbHhAQetKkz9Te2FCfnUsq5c9YB6W2IOk6PjHCcwHDHlQS9BurqMX9tDhmHZ8kYrkC08dl7EnVY19zm82YEcbw7QS2jHTfyfJ2r9tAs9V6gDt5DNEe97j/5WXLQeAbLEnFIvdBybL9flOc1R318PmJZtP1pObSebtU5d1j1jK4FdVAL7yWII9JLLuC4iIFaIuuBrgWfP08PR7X8Fbs+9hiqg75OclBjxEHrhtcJ6oish+aQ1gh18NpHHNrf9+4ra49JdW71q2qIOqJB9lW2Rrz39hbnwL0OpP+iZ5QW59pov9I8kTNWj/U4Mkc6kDN+xPCsji3LQMdPwuF9/lhIRq1PZv6IYybL3u8ZZvJ4BuRzbdYifVfyW/Sa4OchxIA4qCVzHyM9ahVe39LRw5LdT3sdUQv/f9H3jJaOlnWCfhYY4cj0r2dxZNaxh2M2C+o42uJ5so5ZPBHHzJaow7P0Mn0IyToinlZeyUEtGUcrU8ZR91grR9Y/s4Pec2/c96SOOv8VsNRxszpoP7EsdOzRde45qGUhYxZh7OwOyeOdm2ZwIPNEYxlG9atWFr5Goxze/mqZlwPL1yDHHa7hRCc=
</data>
</layer>
<objectgroup name="addSpot" width="50" height="50">
......
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