Skip to content

Commit

Permalink
(finally) added page for Super Gauntlet Red
Browse files Browse the repository at this point in the history
  • Loading branch information
m4-used-rollout committed Feb 13, 2024
1 parent a8d4082 commit 53b6cf4
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/tpp-data.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/tpp-data.json

Large diffs are not rendered by default.

83 changes: 83 additions & 0 deletions data/Season 11/supergauntletred.ts
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" },
]
}
);
7 changes: 6 additions & 1 deletion data/tpp-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ var Season10: TPP.Collection = {
Scale: TPP.Scale.Days,
Runs: []
};
var Season11: TPP.Collection = {
Name: "Season 11",
Scale: TPP.Scale.Days,
Runs: []
};
var Sidegames: TPP.Collection = {
Name: "Sidegames",
SingularName: "Sidegame",
Expand Down Expand Up @@ -86,7 +91,7 @@ var ShortIntermissions: TPP.Collection = {
Scale: TPP.Scale.Minutes,
Runs: []
}
var tppData: TPP.Collection[] = [Season1, Season2, Season3, Season4, Season5, Season6, Season7, Season8, Season9, Season10, Sidegames, QuickSidegames, Revisits, LongIntermissions, Intermissions, ShortIntermissions];
var tppData: TPP.Collection[] = [Season1, Season2, Season3, Season4, Season5, Season6, Season7, Season8, Season9, Season10, Season11, Sidegames, QuickSidegames, Revisits, LongIntermissions, Intermissions, ShortIntermissions];

var exports = exports || {};
exports.tppData = tppData;
Expand Down
1 change: 1 addition & 0 deletions ref/tpp-data.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ declare var Season7: TPP.Collection;
declare var Season8: TPP.Collection;
declare var Season9: TPP.Collection;
declare var Season10: TPP.Collection;
declare var Season11: TPP.Collection;
declare var Sidegames: TPP.Collection;
declare var QuickSidegames: TPP.Collection;
declare var Revisits: TPP.Collection;
Expand Down

0 comments on commit 53b6cf4

Please sign in to comment.