TheSeekerGame / TheSeeker

Metroidvania game in Bevy
68 stars 15 forks source link

Passive Skills v1 #76

Open c12hz opened 3 months ago

c12hz commented 3 months ago

A few passive skills where you get 1 random of these every time you level up. I think we could start with 3-5 passives, if they're easy to implement maybe we can try more.

Overall passive skills are ones that don't need activating like active skills, and usually don't have any visual effects, but instead offer simple variable modifiers based on specific conditions, for example dealing more damage if your surrounded by many creatures, etc.

Here are some ideas for passives:

I wrote '2x' a bunch of times but all this should ideally be easily adjustable from config

You can pick passives that you like the most / are easiest to implement first, then if we have more time we can add the extra ones

c12hz commented 3 months ago

I asked chatgpt to generate more passives, and many of them are honestly really good! I still gotta refine them but here's the pure chatgpt output for now:

  1. Adrenaline Rush: Increase attack speed by 10% for every 10% of health missing.
  2. Elemental Affinity: Deal 20% more elemental damage based on the last element used (e.g., fire, ice, lightning).
  3. Berserker's Fury: Gain 1% damage increase for each enemy killed in the last 10 seconds, stacking up to 20%.
  4. Retribution: Reflect 5% of incoming damage back to the attacker.
  5. Tactical Retreat: Gain a 20% damage boost for 5 seconds after dodging an attack.
  6. Last Stand: When health drops below 20%, gain a shield equal to 30% of your maximum health for 10 seconds. Can only occur once every 60 seconds.
  7. Lucky Strikes: Every critical hit has a 10% chance to instantly reset the cooldown of a random skill.
  8. Focused Mind: Increase critical hit chance by 1% for every 5 seconds without taking damage, up to a maximum of 10%.
  9. Vampiric Aura: Allies within 10 meters heal for 5% of the damage they deal.
  10. Silent Hunter: Deal 30% more damage to enemies that are not targeting you.
  11. Guardian Angel: Take 20% less damage when an ally is within 5 meters.
  12. Battlefield Awareness: Increase dodge chance by 2% for each enemy targeting you.
  13. Mana Surge: Regenerate 1% of maximum mana per second while not using any skills.
  14. Combustion: Enemies killed with fire skills explode, dealing 10% of their maximum health as fire damage to nearby enemies.
  15. Frozen Heart: Reduce the movement speed of enemies by 10% for 5 seconds after hitting them with an ice skill.
  16. Lightning Reflexes: Each successful dodge grants a 5% attack speed boost for 5 seconds, stacking up to 3 times.
  17. Soul Reaper: Killing an enemy reduces the cooldown of your ultimate skill by 1 second.
  18. Arcane Knowledge: Each new skill learned increases overall damage by 2%, up to a maximum of 20%.
  19. Echo of Power: Using the same skill consecutively increases its damage by 5% each time, stacking up to 5 times.
  20. Frenzied Attack: Gain 1% attack speed for every hit landed, capping at 10%. Resets after 3 seconds without hitting.