-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update dependencies, trap and terrain icons
- Loading branch information
Showing
7 changed files
with
483 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
{ | ||
"index": "3", | ||
"name": "A Ship Besieged", | ||
"edition": "ir", | ||
"unlocks": [ | ||
"4", | ||
"5" | ||
], | ||
"rewards": { | ||
"experience": 5, | ||
"reputation": 1, | ||
"prosperity": 1 | ||
}, | ||
"monsters": [ | ||
"deep-terror", | ||
"frost-demon", | ||
"lurker", | ||
"wind-demon" | ||
], | ||
"rooms": [ | ||
{ | ||
"roomNumber": 1, | ||
"initial": true, | ||
"treasures": [ | ||
16 | ||
], | ||
"monster": [ | ||
{ | ||
"name": "deep-terror", | ||
"type": "normal" | ||
}, | ||
{ | ||
"name": "deep-terror", | ||
"type": "elite" | ||
}, | ||
{ | ||
"name": "deep-terror", | ||
"player2": "normal", | ||
"player3": "normal", | ||
"player4": "elite" | ||
}, | ||
{ | ||
"name": "deep-terror", | ||
"player3": "normal", | ||
"player4": "normal" | ||
}, | ||
{ | ||
"name": "deep-terror", | ||
"player4": "normal" | ||
}, | ||
{ | ||
"name": "frost-demon", | ||
"type": "normal" | ||
}, | ||
{ | ||
"name": "frost-demon", | ||
"player2": "normal", | ||
"player3": "elite", | ||
"player4": "elite" | ||
}, | ||
{ | ||
"name": "frost-demon", | ||
"player3": "normal", | ||
"player4": "elite" | ||
}, | ||
{ | ||
"name": "frost-demon", | ||
"player4": "normal" | ||
}, | ||
{ | ||
"name": "lurker", | ||
"type": "elite" | ||
}, | ||
{ | ||
"name": "lurker", | ||
"player2": "normal", | ||
"player3": "normal", | ||
"player4": "elite" | ||
}, | ||
{ | ||
"name": "lurker", | ||
"player3": "normal", | ||
"player4": "normal" | ||
}, | ||
{ | ||
"name": "lurker", | ||
"player3": "normal", | ||
"player4": "elite" | ||
}, | ||
{ | ||
"name": "wind-demon", | ||
"type": "normal" | ||
}, | ||
{ | ||
"name": "wind-demon", | ||
"type": "elite" | ||
}, | ||
{ | ||
"name": "wind-demon", | ||
"player3": "normal", | ||
"player4": "normal" | ||
}, | ||
{ | ||
"name": "wind-demon", | ||
"player4": "normal" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"index": "4", | ||
"name": "Gloomhaven Secure Storage", | ||
"edition": "ir", | ||
"unlocks": [ | ||
"6" | ||
], | ||
"requirements": [ | ||
{ | ||
"party": [ | ||
"!Ship repaired" | ||
] | ||
} | ||
], | ||
"rewards": { | ||
"partyAchievements": [ | ||
"Ship repaired" | ||
], | ||
"gold": 40, | ||
"reputation": 1, | ||
"prosperity": 1, | ||
"battleGoals": 1, | ||
"custom": "minus 10 gold for each further upgrade to the ship." | ||
}, | ||
"monsters": [], | ||
"rooms": [ | ||
{ | ||
"roomNumber": 1, | ||
"initial": true, | ||
"monster": [] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"index": "5", | ||
"name": "Gloomhaven Secure Storage", | ||
"edition": "ir", | ||
"unlocks": [ | ||
"6" | ||
], | ||
"requirements": [ | ||
{ | ||
"party": [ | ||
"!Ship repaired" | ||
] | ||
} | ||
], | ||
"rewards": { | ||
"partyAchievements": [ | ||
"Ship repaired" | ||
], | ||
"gold": 40, | ||
"reputation": -1, | ||
"prosperity": 1, | ||
"battleGoals": 1, | ||
"custom": "minus 10 gold for each further upgrade to the ship. If you spend at least 20 gold each for upgrades, +1 reputation instead." | ||
}, | ||
"monsters": [], | ||
"rooms": [ | ||
{ | ||
"roomNumber": 1, | ||
"initial": true, | ||
"monster": [] | ||
} | ||
] | ||
} |
Oops, something went wrong.