Skip to content

Spt Defence Vs Defence #2

@How45

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

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