Crossfire Server, Trunk
dragon.py File Reference

Go to the source code of this file.

Namespaces

 dragon
 

Functions

def dragon.dist_fare (start, end)
 
def dragon.fare (dest)
 
def dragon.handle_say ()
 
def dragon.search_destination (name)
 
def dragon.world_map_coord (path)
 

Variables

 dragon.activator = Crossfire.WhoIsActivator()
 
dictionary dragon.coord_override
 
dictionary dragon.dest_searchable = {}
 
dictionary dragon.destinations
 
 dragon.event = Crossfire.WhatIsEvent()
 
int dragon.max_fare = 150*50
 
int dragon.price_per_worldmap_tile = 5*50
 
 dragon.state = Crossfire.GetPrivateDictionary()
 
 dragon.whoami = Crossfire.WhoAmI()
 
string dragon.world_map_path_matcher = r"/world/world_(\d\d\d)_(\d\d\d)";