History (Sanctuary's Lot Supplement)

The History of Sanctuary's Lot

A short tabulation of some of the more significant periods and events in the history of the Sanctuary's Lot campaign setting.


gollark: Your variable names are worryingly long.
gollark: I... don't really like it.
gollark: Rewrite CC's Lua parts as an Urn program which outputs Amulet code.
gollark: Well, that and some CC-side code, yes.
gollark: ```luafunction os.pullEventRaw( sFilter ) return coroutine.yield( sFilter )endfunction os.pullEvent( sFilter ) local eventData = table.pack( os.pullEventRaw( sFilter ) ) if eventData[1] == "terminate" then error( "Terminated", 0 ) end return table.unpack( eventData, 1, eventData.n )end```
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.