Commit fc808998378766ce28b3b681913a9dad2b921bed
1 parent
698d407f
New lore: a rogue's poem
git-svn-id: http://svn.net-core.org/repos/t-engine4@3360 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
2 changed files
with
58 additions
and
0 deletions
... | ... | @@ -33,6 +33,14 @@ newEntity{ base = "BASE_LORE", |
33 | 33 | encumber = 0, |
34 | 34 | } |
35 | 35 | |
36 | +newEntity{ base = "BASE_LORE", | |
37 | + name = "rogues do it from behind", lore="rogue-poem", unique=true, | |
38 | + desc = [[A poem written for a rogue?]], | |
39 | + level_range = {15, 50}, | |
40 | + rarity = 40, | |
41 | + encumber = 0, | |
42 | +} | |
43 | + | |
36 | 44 | for i = 1, 4 do |
37 | 45 | newEntity{ base = "BASE_LORE", |
38 | 46 | name = "how to become a necromancer, part "..i, lore="necromancer-primer-"..i, unique=true, | ... | ... |
... | ... | @@ -159,3 +159,53 @@ But women do look upon men and declare them fools. "For how," say they, "Can the |
159 | 159 | |
160 | 160 | And lo, 'tis little mystery why halflings do look upon humans and say "The Big Folk really are very dumb."]] |
161 | 161 | } |
162 | + | |
163 | +newLore{ | |
164 | + id = "rogue-poem", | |
165 | + category = "misc", | |
166 | + name = "Rogues do it from behind", | |
167 | + lore = [[An archer from the northern lands | |
168 | +Claimed of his great renown | |
169 | +With peerless skill and countless trials | |
170 | +His name known town to town | |
171 | + | |
172 | +He spoke of facing vampire lords | |
173 | +Who promised years of pain | |
174 | +The archer gave a stern retort | |
175 | +An arrow through the brain | |
176 | + | |
177 | +A fighter from the southern lands | |
178 | +Claimed armies fled his might | |
179 | +With dragons slain 'most every day | |
180 | +And demons crushed by night | |
181 | + | |
182 | +He spoke of ancient sprawling ruins | |
183 | +Home to a ghastly shade | |
184 | +Its years of madness, hate and rage | |
185 | +Were ended on his blade | |
186 | + | |
187 | +An archmage from the western lands | |
188 | +Claimed kingdoms feared his name | |
189 | +With countless legends, songs and myths | |
190 | +Attesting to his fame | |
191 | + | |
192 | +He spoke of fire, storm and hail | |
193 | +To match the fiercest wyrm | |
194 | +To see one man hold so much power | |
195 | +Can make an empire squirm | |
196 | + | |
197 | +A rogue who came from unknown lands | |
198 | +Not known for anything | |
199 | +A leap, a flash, a concealed blade | |
200 | +Three heroes felt its sting | |
201 | + | |
202 | +The archer dropped, his bow unplucked | |
203 | +The fighter died as well | |
204 | +The archmage found its poison | |
205 | +Far too potent to dispel | |
206 | + | |
207 | +The rogue is unknown to this day | |
208 | +Though rumours persist still | |
209 | +Rogues aren't known by name or deed | |
210 | +But by the names they kill]] | |
211 | +} | ... | ... |
-
Please register or login to post a comment