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)
Summary
The Psion custom-ability wiring diagnostic (
lib/import/__tests__/tmp-psion-wiring-report.test.ts) reports Mind Rider asUNWIREDwith no linked modifiers, augments, or stat block.Source text (KibblesTasty Psionics)
Source row:
import_proposals.custom_abilitiesproposal_idmind_rider,ability_role: "class_talent", inkibbles-psionics-custom(Drive import JSON).Expected work
power_rider/reminder characteristic covering the sensory-swap action plus acheck_roll_modifiergranting Advantage on INT/WIS/CHA saves to the touched creature while the link is active).lib/import/enrichment-presets/packs/homebrew.tsor a dedicated psion pack) matching this talent by name.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)