Aucune description

battle_fractions.h 306B

123456789101112
  1. #ifndef BATTLE_FRACTIONS_H
  2. #define BATTLE_FRACTIONS_H
  3. struct stat_fractions{
  4. u8 dividend;
  5. u8 divisor;
  6. };
  7. struct stat_fractions stat_buffs[] = { {2, 8}, {2, 7}, {2, 6}, {2, 5}, {2, 4}, {2, 3}, {2, 2}, {3, 2}, {4, 2}, {5, 2}, {6, 2}, {7, 2}, {8, 2} };
  8. #endif /* BATTLE_FRACTIONS_H */