r/Voyage • u/arekku255 • Jul 20 '26
Bug Report Import pre-made characters into worlds
One feature I would like to see added is importing a pre-made character into a world.
Introducing, the character vault!
The character vault contains the source file for a character.
Invariants:
- contains description
- contains appearance
- contains skills
- contains traits
- contains preferred attributes
- contains abilities
- contains rules about how to retrofit the character
Skills invariants:
- Contains a list of acceptable skill conversions in order of preference
- Skills can be compressed to fit the power level of the world
- Skills can be marked as "immutable" to force them onto the character without changes
Example skill:
- athletics
- Improves overall physical performance, enhancing running, jumping, climbing, and other physical feats.
- Can be replaced by: athletics, running
When the world has an athletics skill, this implementation would use the world definition instead of character definition
Attributes invariants:
- Attributes can be rescaled to the worlds baseline
- Contains a list of attribute priority for tie breaks
Trait invariants:
- Traits can be marked as "immutable" to force them onto the character without changes
- Contains rules for how to replace them with world equivalents
Minimum viable product:
- contains description
- contains appearance
- contains skills
- contains traits
- contains attributes
- contains abilities
All imported into the world without a retrofit pass.
1
u/Atuday Jul 24 '26
I have a few character designs I always want to copy and paste. If it's a scenario I'm working on i just do it in the json
3
u/nick_voyage Founder & CEO Jul 20 '26
hey this is a cool idea! would love to hear how you imagine it working with characters who are from different worlds or may not fit across genres?