ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Deliantra/Data.pm
(Generate patch)

Comparing deliantra/Deliantra/Deliantra/Data.pm (file contents):
Revision 1.10 by root, Thu Mar 16 01:34:01 2006 UTC vs.
Revision 1.11 by root, Thu Mar 16 01:42:22 2006 UTC

1979 [ 1979 [
1980 'title', 1980 'title',
1981 { 1981 {
1982 desc => 'The name of the plug-in that should be notified of the event, e.g. "cfpython" for python and "perl" for the Crossfire-Perl plug-in.', 1982 desc => 'The name of the plug-in that should be notified of the event, e.g. "cfpython" for python and "perl" for the Crossfire-Perl plug-in.',
1983 name => 'plug-in', 1983 name => 'plug-in',
1984 type => 'text' 1984 type => 'string'
1985 } 1985 }
1986 ], 1986 ],
1987 [ 1987 [
1988 'slaying', 1988 'slaying',
1989 { 1989 {
1990 desc => 'The name of the extension to invoke (for python, this is the path to a script, for perl this is the name of a extension package without the ".ext" extension.', 1990 desc => 'The name of the extension to invoke (for python, this is the path to a script, for perl this is the name of a extension package without the ".ext" extension.',
1991 name => 'extension', 1991 name => 'extension',
1992 type => 'text' 1992 type => 'string'
1993 } 1993 }
1994 ], 1994 ],
1995 [ 1995 [
1996 'name', 1996 'name',
1997 { 1997 {
1998 desc => 'A string that is passed unaltered to the extension above. Often used to pass options to the extension that alter its behaviour.', 1998 desc => 'A string that is passed unaltered to the extension above. Often used to pass options to the extension that alter its behaviour.',
1999 name => 'options', 1999 name => 'options',
2000 type => 'text' 2000 type => 'string'
2001 } 2001 }
2002 ] 2002 ]
2003 ], 2003 ],
2004 desc => 'Event connectors link specific events that happen to objects to a crossfire plug-in.', 2004 desc => 'Event connectors link specific events that happen to objects to a crossfire plug-in.',
2005 ignore => [
2006 $IGNORE_LIST{system_object},
2007 'face'
2008 ],
2005 name => 'Event Connector' 2009 name => 'Event Connector'
2006 }, 2010 },
2007 Exit => { 2011 Exit => {
2008 attr => [ 2012 attr => [
2009 [ 2013 [
7128 111 => 'SCROLL', 7132 111 => 'SCROLL',
7129 112 => 'DIRECTOR', 7133 112 => 'DIRECTOR',
7130 113 => 'GIRDLE', 7134 113 => 'GIRDLE',
7131 114 => 'FORCE', 7135 114 => 'FORCE',
7132 115 => 'POTION_EFFECT', 7136 115 => 'POTION_EFFECT',
7137 116 => 'EVENT_CONNECTOR',
7133 121 => 'CLOSE_CON', 7138 121 => 'CLOSE_CON',
7134 122 => 'CONTAINER', 7139 122 => 'CONTAINER',
7135 123 => 'ARMOUR_IMPROVER', 7140 123 => 'ARMOUR_IMPROVER',
7136 124 => 'WEAPON_IMPROVER', 7141 124 => 'WEAPON_IMPROVER',
7137 130 => 'SKILLSCROLL', 7142 130 => 'SKILLSCROLL',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines