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.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user