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

How might a monster manipulate the board? #92

Open
Creighcl opened this issue Aug 10, 2023 · 1 comment
Open

How might a monster manipulate the board? #92

Creighcl opened this issue Aug 10, 2023 · 1 comment

Comments

@Creighcl
Copy link
Member

spawn other monsters, turn shields to slag, swap tiles to "move"

@Creighcl
Copy link
Member Author

Creighcl commented Sep 1, 2024

Consider:

Tile class is generic for both Monster and Resource tiles. Could totally create a TileTransformEvent and fire that off. Choose the target, provide the source and the new TileType.

This manipulation would have to occur in the Resolution loop somewhere. Does it happen instead of attacking? Don't have a system for monster variety yet, Not Solved.. but currently monsters do effects during MonsterTurnEvent. Could very easily have an effect fire there.

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

1 participant