Skip to content

Commit

Permalink
random dungeon support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmslitaren committed Mar 3, 2024
1 parent 276bd10 commit 4bae9bf
Show file tree
Hide file tree
Showing 41 changed files with 8,547 additions and 491 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1662,6 +1662,12 @@
},

"scenarios": {
"#Random Dungeon": {
"special": [
{
"type": "RandomSections"
}]
},
"#96 Unexpected Visitors": {
"monsters": [ "Earth Demon", "Flame Demon", "Frost Demon", "Wind Demon" ],
"special": [
Expand Down Expand Up @@ -1959,6 +1965,9 @@
"#103 Where It Is Needed": {
"monsters": [],
"special": [
{
"type": "RandomSections"
},
{
"type": "Escort",
"name": "Caravan",
Expand Down
6 changes: 6 additions & 0 deletions frosthaven_assistant/assets/data/editions/Frosthaven.json
Original file line number Diff line number Diff line change
Expand Up @@ -6240,6 +6240,12 @@
},

"scenarios": {
"#Random Dungeon": {
"special": [
{
"type": "RandomSections"
}]
},
"#0 Howling in the Snow": {
"monsters": [ "Hound Scenario 0" ],
"lootDeck": {"coin":8,"lumber": 2,"metal":2,"hide": 2}
Expand Down
12 changes: 11 additions & 1 deletion frosthaven_assistant/assets/data/editions/Gloomhaven.json
Original file line number Diff line number Diff line change
Expand Up @@ -4197,6 +4197,12 @@
},

"scenarios": {
"#Random Dungeon": {
"special": [
{
"type": "RandomSections"
}]
},
"#1 Black Barrow": {
"monsters": [ "Bandit Guard", "Bandit Archer", "Living Bones" ]
},
Expand Down Expand Up @@ -4732,7 +4738,11 @@
"monsters": [ "Cave Bear (54)", "Living Spirit", "Frost Demon", "Harrower Infester" ]
},
"#55 Foggy Thicket": {
"monsters": []
"monsters": [],
"special": [
{
"type": "RandomSections"
}]
},
"#56 Bandit's Wood": {
"monsters": [ "Hound", "Bandit Archer", "Rending Drake", "Bandit Guard" ],
Expand Down
Loading

0 comments on commit 4bae9bf

Please sign in to comment.