Skip to content

Spt Defence Vs Defence #2

Description

@How45

int attackingStat = (int) (long) battlingPokemon[starting].getStat("attack");
int defendingStat = (int) (long) battlingPokemon[starting ^ 1].getStat("defense");

Issue : differentiate between

Spt Defence and Defence or Spt Attack and Attack. This is for function getDamageMove

Task

  • Find what type of attack i.e. Speical use Spt
  • Either edit function and add new one that changes between either Spt and normal
  • Intergrate that back in for damage calculations

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions