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

Mechanics system #1

Open
vmr013 opened this issue Sep 14, 2023 · 2 comments
Open

Mechanics system #1

vmr013 opened this issue Sep 14, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@vmr013
Copy link
Collaborator

vmr013 commented Sep 14, 2023

Component parts:

  • Attacks:
    • low power attack (LPA) -10% damage, +10%*maxPower
    • high power attack (HPA) -18% damage, -22%*maxPower
  • Shield:
    • LPA 5% * max LPA damage, +7% max LPA power
    • HPA 20% * max LPA damage
  • Power:
    • max LPA +15% power
    • max HPA +25% power
@vmr013
Copy link
Collaborator Author

vmr013 commented Sep 23, 2023

Life = 100 points
maxLPA = 10%*Life = 10 points
maxHPA = 18%*Life = 18 points
shieldLPA = 5%*maxHPA = 0.5 points
shieldHPA = 20%*maxHPA = 3.6 points

@vmr013
Copy link
Collaborator Author

vmr013 commented Sep 23, 2023

Power = 0, maxPower = 40 points
0 <= Power <= maxPower

Power rules:

  • maxLPA ->Power = Power +10% * maxPower
  • maxHPA -> Power = Power -22% * maxPower

@vmr013 vmr013 changed the title Damage system Mechanics system Sep 23, 2023
@vmr013 vmr013 added the enhancement New feature or request label Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants