polc.editor | index /mud/nakedmud-mod/lib/pymodules/polc/editor.py |
################################################################################
#
# Four Worlds
# Copyright (c) 2009-????
#
# File: editor.py
#
# This module allows you to directly edit instances of objects, rooms, and mobs
# utilizing the automatic-OLC system.
#
# The editor can be extended, similarly to the built-in OLC system. In fact, it
# is compatible, so you can extend this system with a single extra line of
# code if you've already written an extender for the traditional OLC.
#
# Author: Stendec
#
################################################################################
Modules | ||||||
|
Functions | ||
|
Data | ||
land_bits = ['Fish'] mob_exts = {} obj_bits = ['notake'] obj_exts = {} obj_types = {'container': <function it_container>, 'furniture': <function it_furniture>, 'portal': <function it_portal>, 'worn': <function it_worn>} room_bits = [] room_exts = {} worn_types = ['shirt', 'weapon'] |