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

Random lore scrolls now can actualy be generated! Oups!

git-svn-id: http://svn.net-core.org/repos/t-engine4@1818 51575b47-30f0-44d4-a5cc-537603b46e54
parent 53e2dc8c
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@
newEntity{ base = "BASE_LORE",
name = "trollish poem, first part", lore="troll-poem-1", unique=true,
desc = [[A poem written by a ... troll?]],
level_range = {1, 50},
rarity = 20,
encumberance = 0,
}
......@@ -27,6 +28,7 @@ newEntity{ base = "BASE_LORE",
newEntity{ base = "BASE_LORE",
name = "trollish poem, second part", lore="troll-poem-2", unique=true,
desc = [[A poem written by a ... troll?]],
level_range = {1, 50},
rarity = 20,
encumberance = 0,
}
......@@ -20,6 +20,7 @@
newEntity{ base = "BASE_LORE",
name = "memories of archmage Varil", lore="spellhunt-note-1", unique=true,
desc = [[A collection of thoughts and memories of the archmage Varil, during the Age of Dusk]],
level_range = {1, 50},
rarity = 20,
is_magic_device = false,
encumberance = 0,
......
......@@ -22,6 +22,7 @@ newEntity{ base = "BASE_LORE",
define_as = "SUNWALL_LORE_NOTE"..i,
name = "Loremaster Verutir's note", lore="sunwall-note-"..i, unique="Loremaster Verutir's note "..i,
desc = [[A paper scrap containing some lore.]],
level_range = {1, 50},
rarity = 50,
is_magic_device = false,
encumberance = 0,
......
......@@ -25,7 +25,9 @@ newLore{
id = "troll-poem-1",
category = "misc",
name = "trollish poem (part one)",
lore = [[#{italic}#Club club club,
lore = [[#{bold}#"Me Likes to Club"
#{italic}#Club club club,
Grab some grub!
When hunger hits,
Me likes to club!
......
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