Swords of the Iron Legion

Swords of the Iron Legion is an adventure module published in 1988 for the Dungeons & Dragons fantasy role-playing game.

Swords of the Iron Legion
CodeI14
TSR Product Code9226
Rules requiredAD&D (1st Edition), Battlesystem
Character levels1 - 15+
Campaign settingForgotten Realms
AuthorsEdited by Skip Williams
First published1988
Linked modules
I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14

Plot summary

Swords of the Iron Legion is a collection of 11 miniscenarios set in the Forgotten Realms, some of which are for use with Battlesystem.[1]

Publication history

I14 Swords of the Iron Legion was edited by Skip Williams, with a cover by Larry Elmore, and was published by TSR in 1988 as a 64-page book.[1]

Reception

Reviews

gollark: ```lisp (let (partition_rec xs pred acc) (cond ((= xs '()) acc) (true (partition_rec (tail xs) pred (cond ((pred (head xs)) (list (cons (head xs) (head acc)) (snd acc))) (true (list (head acc) (cons (head xs) (snd acc)))) ))) )) (let (qsort xs cont) (cond ((= xs '()) (cont '())) (true (do (let h (head xs)) (let t (tail xs)) (let part_result (partition_rec t (lambda (x) (< x h)) '(() ()))) (qsort (head part_result) (lambda (ls) (qsort (snd part_result) (lambda (rs) (cont (+ ls (list h) rs)))))) )) ))```These all have to be done tail recursively or it could overflow.
gollark: Continuation passing style quicksort in a hilariously slow interpreter.
gollark: It manages *1* second, which is great.
gollark: When writing osmarkslisp™, I cared about performance to the extent that it would sort a list of 200 integers in under 5 seconds.
gollark: `b"%s"`?

References

  1. Schick, Lawrence (1991). Heroic Worlds: A History and Guide to Role-Playing Games. Prometheus Books. p. 103. ISBN 0-87975-653-5.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.