5 596
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 1: | Linha 1: | ||
<script> | <script> | ||
const json = [ | const json = [ | ||
{ | |||
"title": "Early Game Quest", | |||
"description": "Ajude o Professor Oak a coletar informações para sua pesquisa e descubra o mundo Pokémon.", | |||
"imageSource": "https://wiki.pokexgames.com/images/a/a5/Teste_Wid_Rag.png", | |||
"link": "https://wiki.pokexgames.com/index.php/Early_Game_Quest", | |||
"icons": [], | |||
"level": 5, | |||
categories: { | |||
quest: true, | |||
task: false, | |||
daily: false, | |||
catch: false, | |||
pvp: false | |||
} | |||
} | |||
{ | |||
"title": "Grapefruit Quest", | |||
"description": "Colete algumas Grapefruit para Ruby antes que o Big Snorlax coma todos!", | |||
"imageSource": "https://wiki.pokexgames.com/images/a/a5/Teste_Wid_Rag.png", | |||
"link": "https://wiki.pokexgames.com/index.php/Early_Game_Quest", | |||
"icons": [], | |||
"level": 80, | |||
categories: { | |||
quest: true, | |||
task: false, | |||
daily: false, | |||
catch: false, | |||
pvp: false | |||
} | |||
} | |||
{ | { | ||
"title": "Mewtwo Main Quest", | "title": "Mewtwo Main Quest", | ||
Linha 16: | Linha 46: | ||
} | } | ||
} | } | ||
] | ] | ||
</script> | </script> |
edições