Skip to content

Commit

Permalink
Make time lord a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Oct 13, 2024
1 parent db18d02 commit d551f92
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions data/abilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6634,6 +6634,7 @@ export const Abilities: import('../sim/dex-abilities').AbilityDataTable = {
},
flags: {},
name: "Ancestor",
isNonstandard: "CAP",
rating: 4,
num: -61,
},
Expand All @@ -6650,6 +6651,7 @@ export const Abilities: import('../sim/dex-abilities').AbilityDataTable = {
},
flags: {},
name: "Serene Gracidea",
isNonstandard: "CAP",
rating: 4,
num: -62,
},
Expand Down
14 changes: 13 additions & 1 deletion data/mods/gen9vgcgay/abilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1514,5 +1514,17 @@ export const Abilities: import('../../../sim/dex-abilities').ModdedAbilityDataTa
megashifty: {
inherit: true,
isNonstandard: null,
}
},
timelord: {
inherit: true,
isNonstandard: null,
},
ancestor: {
inherit: true,
isNonstandard: null,
},
serenegracidea: {
inherit: true,
isNonstandard: null,
},
};

0 comments on commit d551f92

Please sign in to comment.