forked from thatswhatyouget/tpp-progress
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(finally) added page for Super Gauntlet Red
- Loading branch information
1 parent
a8d4082
commit 53b6cf4
Showing
5 changed files
with
92 additions
and
3 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
/// <reference path="../tpp-data.ts" /> | ||
Season11.Runs.push( | ||
{ | ||
RunName: "Super Gauntlet Red", | ||
ColorPrimary: "#c0504d", | ||
ColorSecondary: "#8c3836", | ||
StartDate: "2024-02-12T23:18:16Z", | ||
Duration: "160d 7h 52m", | ||
HostName: "ASH", | ||
HostImage: "img/hosts/red.png", | ||
HostImageSource: "https://www.reddit.com/r/twitchplayspokemon/comments/3xj7tq/the_hosts_of_the_voices/", | ||
// TPPOrgLink: "http://twitchplayspokemon.org/red", | ||
// DocumentLink: "https://sites.google.com/site/twitchplayspokemonstatus/red-archive", | ||
// LiveUpdaterArchive: "https://paste.ee/p/E6NvL", | ||
Region: "Kanto", | ||
Generation: 1, | ||
Pokedex: "Kanto", | ||
// FinalStateLink:"./states/Season 11/supergauntletred.json", | ||
Events: [ | ||
{ | ||
Group: "Badges", Name: "Boulder Badge", Image: "img/badges/boulder.png", ImageSource: "http://bulbapedia.bulbagarden.net/wiki/Badge#Indigo_League", | ||
Time: "2024-02-13T02:18:18.3075968Z", Attempts: 1 | ||
}, | ||
{ | ||
Group: "Badges", Name: "Cascade Badge", Image: "img/badges/cascade.png", ImageSource: "http://bulbapedia.bulbagarden.net/wiki/Badge#Indigo_League", | ||
Time: "", Attempts: 2 | ||
}, | ||
{ | ||
Group: "Badges", Name: "Thunder Badge", Image: "img/badges/thunder.png", ImageSource: "http://bulbapedia.bulbagarden.net/wiki/Badge#Indigo_League", | ||
Time: "", Attempts: 0 | ||
}, | ||
{ | ||
Group: "Badges", Name: "Rainbow Badge", Image: "img/badges/rainbow.png", ImageSource: "http://bulbapedia.bulbagarden.net/wiki/Badge#Indigo_League", | ||
Time: "", Attempts: 0 | ||
}, | ||
{ | ||
Group: "Badges", Name: "Soul Badge", Image: "img/badges/soul.png", ImageSource: "http://bulbapedia.bulbagarden.net/wiki/Badge#Indigo_League", | ||
Time: "", Attempts: 0 | ||
}, | ||
{ | ||
Group: "Badges", Name: "Marsh Badge", Image: "img/badges/marsh.png", ImageSource: "http://bulbapedia.bulbagarden.net/wiki/Badge#Indigo_League", | ||
Time: "", Attempts: 0 | ||
}, | ||
{ | ||
Group: "Badges", Name: "Volcano Badge", Image: "img/badges/volcano.png", ImageSource: "http://bulbapedia.bulbagarden.net/wiki/Badge#Indigo_League", | ||
Time: "", Attempts: 0 | ||
}, | ||
{ | ||
Group: "Badges", Name: "Earth Badge", Image: "img/badges/earth.png", ImageSource: "http://bulbapedia.bulbagarden.net/wiki/Badge#Indigo_League", | ||
Time: "", Attempts: 0 | ||
}, | ||
{ | ||
Group: "Elite Four", Name: "Lorelei", Image: "img/trainers/red/lorelei.png", | ||
Time: "", Attempts: 0 | ||
}, | ||
{ | ||
Group: "Elite Four", Name: "Bruno", Image: "img/trainers/red/bruno.png", | ||
Time: "", Attempts: 0 | ||
}, | ||
{ | ||
Group: "Elite Four", Name: "Agatha", Image: "img/trainers/red/agatha.png", | ||
Time: "", Attempts: 0 | ||
}, | ||
{ | ||
Group: "Elite Four", Name: "Lance", Image: "img/trainers/red/lance.png", | ||
Time: "", Attempts: 0 | ||
}, | ||
{ | ||
Group: "Champions", Name: "BLUE", Image: "img/trainers/red/blue.png", | ||
Time: "", Attempts: 0 | ||
}, | ||
<TPP.HallOfFame>{ | ||
Group: "Hall of Fame", Name: "Hall of Fame", Time: "", Attempts: 0, Party: [ | ||
], | ||
Image: "img/ribbons/champion.png" | ||
}, | ||
|
||
{ Name: "Squirtle", Time: "2024-02-12T23:22:33.1053597Z", Group: "Pokemon" }, | ||
{ Name: "Weedle", Time: "2024-02-13T00:57:50.2048839Z", Group: "Pokemon" }, | ||
{ Name: "Magikarp", Time: "2024-02-13T04:00:47.9974476Z", Group: "Pokemon" }, | ||
] | ||
} | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters