-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Sim_Battle/sim-battle/src/main/java/com/pokemon/App.java
Lines 50 to 51 in caa6c2c
| 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
Labels
No labels