Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Final commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
HerIsDia committed Mar 10, 2022
1 parent 569ab12 commit 4c925bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
Pokedaily is not affiliated with Nintendo or Gamefreak Inc. - Pokémon
and Pokémon character names are trademarks of Nintendo.
</p>
<p>
Pokedaily will not support Legends Arceus, 9G or futur pokemon. The project as a website is no longer maintained. If you wanna take the code, go here: <a href="https://github.com/diamantdev/pokedaily">https://github.com/diamantdev/pokedaily</a>
{#if !online}
<p>
<b>
Expand Down
4 changes: 2 additions & 2 deletions src/lib/scripts/script.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Nature, Pokemon, PokemonSpecies, Type } from 'pokenode-ts';
import { getPokemonNature, getPokemonData, getPokemonTypes } from './pokeAPI';

const version = '2.1.1';
const version = '2.1.2';

export interface AppData {
_lastVersion: string;
Expand Down Expand Up @@ -78,7 +78,7 @@ export const script = async () => {
rename: '',
natureID: randomNature,
level: Math.floor(Math.random() * 99) + 1,
isShiny: Math.random() < 1 / 690,
isShiny: Math.random() < 1 / 69,
fetched: {
pokemon: fetchedNewPokemon,
nature: fetchedNewNature,
Expand Down

1 comment on commit 4c925bf

@vercel
Copy link

@vercel vercel bot commented on 4c925bf Mar 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.