Skip to content

Psion: Mind Rider talent is not wired #22

Description

@Geph

Summary

The Psion custom-ability wiring diagnostic (lib/import/__tests__/tmp-psion-wiring-report.test.ts) reports Mind Rider as UNWIRED with no linked modifiers, augments, or stat block.

UNWIRED | Ability: Mind Rider (Psion) | Mind Rider |

Source text (KibblesTasty Psionics)

As an action, you can touch a willing creature to see through its eyes and hear what it hears for 1 hour, gaining the benefits of its special senses. During this time, you are deaf and blind with regard to your own senses. You can end the effect at any time. While it lasts, the creature has advantage on Intelligence, Wisdom, and Charisma saving throws.

Source row: import_proposals.custom_abilities proposal_id mind_rider, ability_role: "class_talent", in kibbles-psionics-custom (Drive import JSON).

Expected work

  • Add mechanical wiring for Mind Rider (likely a power_rider/reminder characteristic covering the sensory-swap action plus a check_roll_modifier granting Advantage on INT/WIS/CHA saves to the touched creature while the link is active).
  • Add/adjust an enrichment preset (likely in lib/import/enrichment-presets/packs/homebrew.ts or a dedicated psion pack) matching this talent by name.
  • Add a regression test asserting Mind Rider is wired (mirroring the pattern used for other class-level Psion talents like Astral Arms / Aura Sight).

Where to look

  • lib/import/enrichment-presets/packs/homebrew.ts (psion presets)
  • lib/import/__tests__/tmp-psion-wiring-report.test.ts (diagnostic report)
  • lib/compendium/modifier-review.ts (structural/narrative classification, if this should instead be marked narrative rather than wired)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions