Files
mythic-oracle/data/tables/une-relationship.json
T
claudecode ec28933623 feat: Phase 4 port Oracle, Meaning, UNE, and Dice
Ports the four core Mythic GME tools from reference/index.html into
the modular structure. Fate Check and Random Event Check preserve
the exact probability matrix and roll logic, now reading chaos
factor live from the active campaign instead of local state. Meaning
and UNE tables are served from data/tables/ via a new tables route.
UNE motivation uses the published verb+noun tables instead of the
reference's flattened phrase list. Dice (pool builder, custom roll,
percentile, ability score) is ported verbatim as pure frontend logic.
2026-07-01 00:13:00 -04:00

14 lines
439 B
JSON

{
"name": "UNE Relationship",
"entries": [
"Hostile — actively works against the PC",
"Unfriendly — suspicious and unhelpful",
"Neutral — no strong feelings either way",
"Neutral — cautious but open",
"Friendly — willing to help if it costs little",
"Friendly — genuinely likes the PC",
"Helpful — goes out of their way for the PC",
"Devoted — would take serious risks for the PC"
]
}