samOtero / PTDGame

A 3D reimagining of the original Pokemon Tower Defense game made in Unity.
17 stars 2 forks source link

feat: add basic damage calculations #22

Closed samOtero closed 2 years ago

samOtero commented 2 years ago

resolves #20

Add element types, base attack, defense, sp attack, sp defense values Add basic damage calculation with stab and weaknesses.

Much more will be added to this as new attacks and abilities are added.