User:Lyrad8791

About Me

Hey, I'm Daryl! I play ADnD of 3.5E and earlier. I prefer 2nd Edition but since most people I can find don't play it I am stuck playing 3.? until I find someone who does. I am also known as Lyrad8791, Senyah, Hikaru Shimo, and many other names. I am here to contribute what I have made so far for my own campaign world, Peroan; but alas, it seems I need to learn how to code in wiki before I can do that. In the mean time, I am posting my creations for commentary in my sandbox. If you would like to see what I have or comment on what you have seen there, then feel free to browse. Constructive criticism only please! Lyrad8791 20:19, 4 January 2011 (MST)

I am currently working on the background of my world Peroan. If anyone is interested in helping a fellow gamer out, please leave a message on my talk page. I could use help naming places, getting and revising ideas, and LOTS of help placing the cities and kingdoms into the proper place. I don't currently have a map, as my system is hardly more then crap, BUT I can easily enough plot out the places according surrounding details of the world. Again, let me know within my talk page if you would like to help. Lyrad8791 00:09, 9 October 2011 (MDT)

Contributions

Dimidium Troll (3.5_Creature)

Orb of Plenty

Elementalist

Current Projects

The world of Peroan

My Charts

gollark: I was going to have `let printed` at the top then changed my mind.
gollark: Oh, yes, silly me.
gollark: ```javascriptconst printNumber = n => { switch(n) { case 0: return "zero"; //break; case 1: return "one"; //break; case 2: return "two"; //break; case 3: return "three"; //break; default: return "many"; }}```That's much longer, and uglier, especially with the breaks (not needed in this example, but generally will be).
gollark: ```fsharplet printNumber n = match n with | 0 -> "zero" | 1 -> "one" | 2 -> "two" | 3 -> "three" | _ -> "many"```
gollark: I could provide a more complicated example, but discord is bad for that.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.