Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Attack Modifier Decks in Scenario 35; Imp Heal Range #70

Open
BloederFuchs opened this issue Mar 16, 2018 · 3 comments
Open

Missing Attack Modifier Decks in Scenario 35; Imp Heal Range #70

BloederFuchs opened this issue Mar 16, 2018 · 3 comments

Comments

@BloederFuchs
Copy link

Scenario 35 is missing the attack modifier decks for City Archers, City Guards and the Boss (Captain of the Guard).

Also, the same issue I recently reported for Shamans is also there for imps: they're missing the range value on their non-self heals.

Cheers

@GinoGalotti
Copy link
Collaborator

Thanks for the heads up. So... do they need an extra attack modifier deck for the City enemies? That's not going to be an easy change because of how we treat that special deck (having it duplicated might be hard). I'll try to give it a chance.

The Imp fix is easy, I'll try to push it in a bit!

@BloederFuchs
Copy link
Author

BloederFuchs commented Mar 20, 2018

It's not really an issue, because adding those decks manually worked A-OK for us. You just have to copy-paste the setup for scenario 36, only swapping out the Prime Demon for the Captain of the Guard. The only difference, really, is that players have to resolve actions differently depending on which scenario they chose:

Battlements A (#35) - Demons are allied, Guards are hostile, Captain of the Guard is a hostile boss
Battlements B (#36) - Demons are hostile, Guards are allied, Prime Demon is a hostile boss

So the only thing you have to really do for 35 is incorporate the Captain of the Guard modifier deck, and set checkmarks for City Archers and Guards

@GinoGalotti
Copy link
Collaborator

GinoGalotti commented Mar 23, 2018

Ooh, my bad. The attack modifier deck is the monster deck, not the attack modifier deck (+1/-1 one). So... which change are you proposing? Shall we just change the decks preselected when we chose those scenarios?

Right now, we have:
{ name: "#35 Gloomhaven Battlements A"
, decks:
[ {"name": "Flame Demon"}
, {"name": "Frost Demon"}
, {"name": "Earth Demon"}
, {"name": "Wind Demon"}
, {"name": "City Archer"}
, {"name": "City Guard"}
, {"name": "Boss: Captain of the Guard"}
]
},
{ name: "#36 Gloomhaven Battlements B"
, decks:
[ {"name": "Flame Demon"}
, {"name": "Frost Demon"}
, {"name": "Earth Demon"}
, {"name": "Wind Demon"}
, {"name": "City Archer"}
, {"name": "Boss: Prime Demon"}
]

Which change will make it easier for your group? Showing only the hostile groups? Having 2 apps running?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants