Skip to content

Commit

Permalink
Add SPECIES_STAT_BOOSTER Option
Browse files Browse the repository at this point in the history
  • Loading branch information
xsn34kzx committed Jul 9, 2024
1 parent d80c617 commit 4e48194
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modifier/modifier-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2165,6 +2165,10 @@ type BaseModifierOverride = {
type GeneratorModifierOverride = {
count?: number
} & (
| {
name: "SPECIES_STAT_BOOSTER";
type?: SpeciesStatBoosterItem;
}
| {
name: "TEMP_STAT_BOOSTER";
type?: TempBattleStat;
Expand Down

0 comments on commit 4e48194

Please sign in to comment.