sord.game.forest (version 2.0-pysqlite, 18 August 2010)
index
/home/jtsage/sord/sord/game/forest.py

Saga of the Red Dragon
 
* A blatent rip off of Seth Able Robinson's BBS Door Masterpiece.  
* All attempts were made to be as close to the original as possible, 
* including some original artwork, the original fight equations, and 
* most especially the original spelling and punctuation mistakes.  Enjoy.
 
* Contains forest, dragon fight code
 
* (c) 2009 - 2011 J.T.Sage
* No Rights Reserved - but don't sell it please.

 
Modules
       
sord.game.data
sord.igm.dht
sord.base.func
sord.game.menu
random
re
time
sord.game.util

 
Classes
       
ffight
getenemy

 
class ffight
    S.O.R.D. Forest Interface
 
  Methods defined here:
__init__(self, user, healers)
Initialize Forest Interface
dmenu(self, user, ehp, ename)
Forest Fight Menu
dragon(self)
Forest Fight System
fairies(self)
Happening - Forest Fairies
fight(self)
Forest Fight System
lesson_d(self)
Learn to be a death kniofht
lesson_m(self)
Learn about magic
lesson_t(self)
LEarn to be a thief
menu(self, user, enemy)
Forest Fight Menu
run(self)
Forest Fight - Non-Combat
special(self, preset=False, option=0)
Forest Special Events

 
class getenemy
    Get a new forest enemy
 
  Methods defined here:
__init__(self, level)
Initialize a random enemy

 
Data
        __author__ = 'Jonathan T. Sage <jtsage@gmail.com>'
__credits__ = 'Seth Able Robinson, original game concept'
__date__ = '18 August 2010'
__version__ = '2.0-pysqlite'

 
Author
        Jonathan T. Sage <jtsage@gmail.com>

 
Credits
        Seth Able Robinson, original game concept