| Home | Trees | Index | Help |
|---|
|
|
object--+ |Effect--+ | DoctorShirtEffect
| Method Summary | |
|---|---|
Make this effect's change to the given agent's fixed properties. | |
| Inherited from Effect | |
| |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
Return repr(x)... | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... | |
| Class Variable Summary | |
|---|---|
NoneType |
affected_properties: A list of names of the fixed properties that this effect affects. |
| Inherited from Effect | |
NoneType |
duration: How much longer should this effect be active? Use None
for effects that don't expire after a fixed time. |
int |
mana_cost: How much mana does it take to use this effect (mp/sec)? If mana
reaches zero, the effect will automatically be cancelled. |
NoneType |
sprite_category: The category of the sprite that should be displayed when this effect
is active. |
| Method Details |
|---|
affect(self, agent)Make this effect's change to the given agent's fixed properties.
|
| Class Variable Details |
|---|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Sep 22 22:52:43 2005 | http://epydoc.sf.net |