[Package Index | Mudlib Index | Effect Index]

File /std/effects/object/holyweapon.c

This effect makes the object a holy weapon. This effect has a classification of "object.holyweapon".

The argument specifies the time in seconds for the effect to last.

This effect has a shadow associated with it.

See also:
help::effects.c

Example

// last for 2 minutes, modifier of 2.0.
ob->add_effect("/std/effects/object/holyweapon", 120, 20);

Includes

This class includes the following files /include/tune.h and /include/effect.h

Method index

Public Functions

These are functions that everyone can access.

.