Skip to content

Commit

Permalink
refactor: update data [skip publish]
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 13, 2024
1 parent b4f2595 commit de8bc36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/lib/assets/flavorText.json
Original file line number Diff line number Diff line change
Expand Up @@ -66664,19 +66664,19 @@
"773": [
{
"version_id": "Sun",
"flavor_text": "Its trust in its partner is what awakens it. This Pokémon is capable of changing its type, a flexibility that is well displayed in battle."
"flavor_text": "Its trust in its partner is what awakens it. This {{OBP|Pokémon|species}} is capable of changing its [[type]], a flexibility that is well displayed in battle."
},
{
"version_id": "Moon",
"flavor_text": "Although its name was Type: Null at first, the boy who evolved it into this form gave it the name by which it is now known."
"flavor_text": "Although its name was {{p|Type: Null}} at first, the [[Gladion|boy]] who [[Evolution|evolved]] it into this form gave it the name by which it is now known."
},
{
"version_id": "Ultra Sun",
"flavor_text": "This is its form once it has awakened and evolved. Freed from its heavy mask, its speed is greatly increased."
},
{
"version_id": "Ultra Moon",
"flavor_text": "Through the bond it formed with its Trainer, its will was strengthened, and it was able to destroy its control mask."
"flavor_text": "Through the bond it formed with its [[Pokémon Trainer|Trainer]], its will was strengthened, and it was able to destroy its control mask."
},
{
"version_id": "Sword",
Expand Down
7 changes: 4 additions & 3 deletions src/lib/assets/learnsets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75926,10 +75926,11 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
bounce: ['8M', '7T'],
bulletseed: ['9M'],
captivate: ['7L37'],
celebrate: ['9S1'],
charm: ['9M', '8M'],
confide: ['7M'],
covet: ['7T'],
dazzlinggleam: ['9M', '8M', '7M'],
dazzlinggleam: ['9M', '9S1', '8M', '7M'],
doubleslap: ['7L1', '7S0'],
doubleteam: ['7M'],
drainingkiss: ['9M', '8M'],
Expand Down Expand Up @@ -75968,10 +75969,10 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
sleeptalk: ['9M', '8M', '7M'],
snore: ['8M', '7T'],
solarbeam: ['9M', '8M', '7M'],
splash: ['9L1', '8L1', '7L1'],
splash: ['9L1', '9S1', '8L1', '7L1'],
stomp: ['9L28', '8L28', '7L29'],
substitute: ['9M', '8M', '7M'],
sunnyday: ['9M', '8M', '7M'],
sunnyday: ['9M', '9S1', '8M', '7M'],
swagger: ['7M'],
sweetscent: ['9L16', '8L16', '7L17', '7S0'],
swift: ['9M'],
Expand Down

0 comments on commit de8bc36

Please sign in to comment.