Auroratide / poke5e

Other
3 stars 0 forks source link

Formal API for damage dealt by moves #55

Open Auroratide opened 1 year ago

Auroratide commented 1 year ago

Right now, move damage is baked into the text of moves. It would be nice if move damage were incorporated into the api structure, as this would allow the trainer section to automatically show the damage to do and automatically apply STAB.

Questions:

Auroratide commented 1 year ago

It's possible this api could be better generalized to account for saves and other effects.