Eye of the Beholder Magic List

This small little program was made to pull out the list of magic spells in Eye of the Beholder from the PC game .EXE file (it's like 20 lines of C#). It pulls out everything as a name, and then everything as lower case, which I can only assume is because the capitalized name is for your Spell Level List (Clerics and Mages), and the lower case version is for the little window at the bottom of the screen (you know, the one that always says "You can't go that way." along with that little bumping noise?

Above: EOB Magic List Output

Notice it makes no attempt to separate the Mage from the Cleric spells, except that there is an extra space between them in the file. I assume that this is the same list used in the SNES game. I honestly do not recall running into all these spells when I played the game, but perhaps I am mistaken. Yes, everything is listed twice (in a capitalized and a lowercase form), but I left it there because the words are spelled slightly different for some spells.

If you'd like to view the list this program generated, you can do so here: Eye of the Beholder Magic List

If you want to download the program to grab it yourself: http://www.mediafire.com/file/yw5tmqjymmg/EOBprog.exe

Program version 1.0. No updates planned.

Have a suggestion? Drop me a line at: vegetaman@gmail.com