diff --git a/game/modules/tome/data/general/objects/lore/fun.lua b/game/modules/tome/data/general/objects/lore/fun.lua index 0fc9b94eb6c779bd0725c8276e173ea35083f4e3..6bad337d7db82c8eb9f05ee4441cb9062b93e2ea 100644 --- a/game/modules/tome/data/general/objects/lore/fun.lua +++ b/game/modules/tome/data/general/objects/lore/fun.lua @@ -33,6 +33,14 @@ newEntity{ base = "BASE_LORE", encumber = 0, } +newEntity{ base = "BASE_LORE", + name = "rogues do it from behind", lore="rogue-poem", unique=true, + desc = [[A poem written for a rogue?]], + level_range = {15, 50}, + rarity = 40, + encumber = 0, +} + for i = 1, 4 do newEntity{ base = "BASE_LORE", name = "how to become a necromancer, part "..i, lore="necromancer-primer-"..i, unique=true, diff --git a/game/modules/tome/data/lore/fun.lua b/game/modules/tome/data/lore/fun.lua index c9923b8332fdbdbb7b5a6f15174e8c7b98c9653f..525fd566aa5887297a05458053bbb2ae9a350383 100644 --- a/game/modules/tome/data/lore/fun.lua +++ b/game/modules/tome/data/lore/fun.lua @@ -159,3 +159,53 @@ But women do look upon men and declare them fools. "For how," say they, "Can the And lo, 'tis little mystery why halflings do look upon humans and say "The Big Folk really are very dumb."]] } + +newLore{ + id = "rogue-poem", + category = "misc", + name = "Rogues do it from behind", + lore = [[An archer from the northern lands +Claimed of his great renown +With peerless skill and countless trials +His name known town to town + +He spoke of facing vampire lords +Who promised years of pain +The archer gave a stern retort +An arrow through the brain + +A fighter from the southern lands +Claimed armies fled his might +With dragons slain 'most every day +And demons crushed by night + +He spoke of ancient sprawling ruins +Home to a ghastly shade +Its years of madness, hate and rage +Were ended on his blade + +An archmage from the western lands +Claimed kingdoms feared his name +With countless legends, songs and myths +Attesting to his fame + +He spoke of fire, storm and hail +To match the fiercest wyrm +To see one man hold so much power +Can make an empire squirm + +A rogue who came from unknown lands +Not known for anything +A leap, a flash, a concealed blade +Three heroes felt its sting + +The archer dropped, his bow unplucked +The fighter died as well +The archmage found its poison +Far too potent to dispel + +The rogue is unknown to this day +Though rumours persist still +Rogues aren't known by name or deed +But by the names they kill]] +}