home *** CD-ROM | disk | FTP | other *** search
- public class EffectDiscBloodStamina extends Codex {
- public void effectstarted(int actorGuid, int effectGuid, int creatorGuid, int duration) {
- CodexActor _Creator = new CodexActor(creatorGuid);
- ((CodexThing)_Creator).SetShell("redCloudShell", 20480, 0.0F, 1.0F, 1.0F, 1.0F);
- ((CodexThing)_Creator).SpawnThing("redMagic");
- }
- }
-