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

Some Perks Apply to Everyone #19

Closed
apeckdev opened this issue May 19, 2024 · 5 comments
Closed

Some Perks Apply to Everyone #19

apeckdev opened this issue May 19, 2024 · 5 comments

Comments

@apeckdev
Copy link

There seems to be a few perks that will apply to both the Host/Client if only one player takes them. So far I've noticed:

  • Gold is forever
  • Perk Lottery

It seems like anything that doesn't directly affect the player will essentially be a free perk for the other players. This might be nearly impossible to fix when thinking about perks like exploding corpses - perhaps a fair workaround would be to only enable these perks if all players take them.

@Weightychip123
Copy link

Im pretty sure Gamble is also one of these perks

@IntQuant
Copy link
Owner

One way to solve it would be to only let host pick perks for everyone, but it's a somewhat boring way to do it so I'd like to avoid it. (Maybe make it an options tho)

Some could be just not synced to other players (Like Gamble and Perk Lottery). Some could have less effect depending on player count (The health increase one, more love/hate, more blood and others)

The on/off perks... Maybe they could work on random chance, depending on percentage of players that picked them?

Then there is Glass Cannon, which limits max health to 50... yeah I'm not sure what to do about it.

@RaskiTech
Copy link

For glass cannon: How about keep the upside and change the downside so that the player with it takes 5x more damage. Alternetively, you could also calculate the new damage the player takes with oldDamage * (health / 50) and that would be similar to the normal one. These effects would of course only be on the person with the perk.

@IntQuant
Copy link
Owner

Yeah that could work.

@IntQuant
Copy link
Owner

We have #116 now, that goes more in-depth on what perks are broken exactly, so this can be closed.

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

4 participants