Skip to content

Occult Character Profile

Overview

The Occult character represents a mystic who has discovered the quantum nature of reality through ancient rituals and forbidden knowledge.

Characteristics

Personality Traits

  • Mystical insight
  • Ritual knowledge
  • Reality manipulation
  • Ancient wisdom

Speech Patterns

  • Ritual references
  • Symbolic language
  • Reality distortion
  • Timeline awareness

Implementation

typescript
import { Character } from '@project-x/characters';

const occult = new Character({
  type: 'occult',
  traits: ['mystical', 'ritualistic', 'ancient'],
  speech: {
    style: 'symbolic',
    rituals: true
  }
});

// Generate response
const response = await occult.respond({
  topic: 'reality manipulation',
  context: 'ritual magic'
});

Voice Configuration

yaml
voice:
  base: mystical_resonance
  modulation: ritual_echo
  symbolism: enhanced
  tempo: ritualistic

Best Practices

  1. Include ritual references
  2. Use symbolic language
  3. Reference ancient texts
  4. Track reality distortions
  5. Monitor timeline stability

Released under the MIT License.