Skip to content

Commit

Permalink
add suggestions to new domain/new theme results
Browse files Browse the repository at this point in the history
  • Loading branch information
rsek committed Aug 30, 2022
1 parent 831ce5c commit 276d113
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions dataforged-tools/src/classes/delve_site/DelveCard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,22 @@ const domainFeaturesStatic: PartialBy<IRow, "$id">[] = [
{
Floor: 99,
Ceiling: 99,
Result: "You transition into a new theme"
Result: "You transition into a new theme",
Suggestions: {
"Oracle rolls": [
"Ironsworn/Oracles/Site_Nature/Theme"
]
}
},
{
Floor: 100,
Ceiling: 100,
Result: "You transition into a new domain"
Result: "You transition into a new domain",
Suggestions: {
"Oracle rolls": [
"Ironsworn/Oracles/Site_Nature/Domain"
]
}
}
];

Expand Down

0 comments on commit 276d113

Please sign in to comment.