The Knights of Myth Drannor Trilogy

The Knights of Myth Drannor is a novel trilogy written by Ed Greenwood, set in the Dungeons & Dragons Forgotten Realms setting.

Plot summary

In Swords of Eveningstar, the Knights of Myth Drannor are a band of companions, the defenders of the Forgotten Realms. The Knights of Myth Drannor began in the village of Eveningstar, at the foot of the Stonelands, and adventured all over Faerûn, even obtaining a royal charter from King Azoun himself. This novel tells the tale of these adventurers for the first time.

In Swords of Dragonfire, the kingdom of Cormyr is in need of heroes, and the band of youthful adventurers known as the Knights of Myth Drannor answer that call.

In The Sword Never Sleeps, the Knights of Myth Drannor have earned praise from the Crown itself for their efforts, and save Cormyr.

Novels

  • Swords of Eveningstar (hardcover, August 2006, ISBN 978-0-7869-4022-6; paperback, June 2007, ISBN 978-0-7869-4272-5)
  • Swords of Dragonfire (hardcover, August 2007, ISBN 978-0-7869-4339-5; paperback, April 2008, ISBN 978-0-7869-4862-8)
  • The Sword Never Sleeps (hardcover, November 2008, ISBN 978-0-7869-4914-4)
gollark: I wanted a hyperapp-like state management thing with no view for skynet (it's a long story...) so I made this, because Javascript microlibraries are trendy.```javascriptconst R = require("ramda")module.exports = (initialState, actions, context = {}, expose) => { let state = initialState const wired = R.map(action => (...args) => { const result = action(...args)(state, actions, context) if (typeof result === "object") { state = R.merge(state, result) } }, actions) if ("init" in wired) { wired.init() } if (expose) { return R.pick(expose, wired) } else { return wired }}```
gollark: Er, how do I uninvert it?
gollark: It's to help users by emphasising the idiomatic bottom-up approach involving making programs from small composable functions.
gollark: Ours is upside-down, though.
gollark: I found an upside-down mappings table somewhere, which ought to help.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.