Skip to content

Commit 0b10ab4

Browse files
committed
feat: mirrors?
1 parent e9cac4d commit 0b10ab4

2 files changed

Lines changed: 100 additions & 5 deletions

File tree

pathing/taco/sources.nix

Lines changed: 81 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,32 @@
33
tehs-trails = {
44
name = "Teh's Trails - Map Completion";
55
fileName = "TehsTrails.taco";
6-
description = "A collection of xTeh.7146's marker packs.";
76
stock.enable = true;
87
remote.github = {
98
owner = "xrandox";
109
repo = "TehsTrails";
1110
releases.enable = true;
1211
};
12+
output = {
13+
sortPrio = 10;
14+
settings.author = "xTeh.7146";
15+
};
1316
versions."v5.2.0".hash = "sha256-uY+lolPEnR7QbcexpU9wzpy5CfVXFeQaxzLsZBp+tSo=";
14-
output.sortPrio = 10;
1517
};
1618
tehs-trails-hp = {
1719
name = "Teh's Trails - Hero Points";
18-
description = "A collection of xTeh.7146's marker packs. This pack contains trails for speed-completing Hero Points either solo or in small groups.";
20+
description = "This pack contains trails for speed-completing Hero Points either solo or in small groups.";
1921
fileName = "TehsTrails-HeroPoints.taco";
2022
remote.github = {
2123
owner = "xrandox";
2224
repo = "TehsTrails-HeroPoints";
2325
releases.enable = true;
2426
};
27+
output = {
28+
sortPrio = 10;
29+
settings.author = "xTeh.7146";
30+
};
2531
versions."v1.0".hash = "sha256-hbdUuFNlr+5FFQG4wqQhm1/JMJ/CQP34mE9VR0Ztafg=";
26-
output.sortPrio = 10;
2732
};
2833
turtlepoint = {
2934
name = "TurtlePoint";
@@ -125,6 +130,7 @@
125130
heroine-darks-guides = {
126131
name = "HeroineDark's Super Adventure Box Guide";
127132
fileName = "HeroineDark_SAB_Guides.taco";
133+
output.settings.displayName = "Super Adventure Box Guide";
128134
remote.github = {
129135
owner = "HeroineDark";
130136
repo = "HeroineDarks-Super-Adventure-Box-Guide";
@@ -164,6 +170,24 @@
164170
"v21.9.3".hash = null;
165171
"v21.9.4".hash = null;
166172
};
173+
output.sortPrio = 10;
174+
};
175+
lady-elyssa-achievements = {
176+
name = "Lady Elyssa's Achievements Guide";
177+
output.settings.author = "Lady Elyssa";
178+
fileName = "LadyElyssaAP.taco";
179+
remote.github = {
180+
owner = "LadyElyssa";
181+
repo = "LadyElyssaAchievementGuides";
182+
releases.enable = true;
183+
};
184+
versions = {
185+
"v5.1".hash = null;
186+
"v5.2".hash = null;
187+
"v5.3".hash = null;
188+
"v5.3.1".hash = null;
189+
};
190+
output.sortPrio = 10;
167191
};
168192
masmer-fractal-skips = {
169193
name = "Mesmer Fractal Skips";
@@ -187,7 +211,6 @@
187211
"v10.2.1".hash = "sha256-UtaHxBT5M7J8D4BxV/REfJhfKfv3A7j9ctd6vMWLGfE=";
188212
"v11.0".hash = null;
189213
};
190-
# TODO: fix inconsistent casing: <overlaydata></OverlayData>
191214
};
192215
nekres-hoard-lost-forgotten = {
193216
name = "Nekres' Hoard of Lost 'n Forgotten Markers";
@@ -345,5 +368,58 @@
345368
"Zippy2_0_0".hash = null;
346369
};
347370
};
371+
# mirrors sure are popular these days huh
372+
principes-regalus-voe = {
373+
name = "VoE Mirrors and oChests";
374+
description = "This marker pack is for those who wish it was easier to find the location of obscure chests.";
375+
fileName = "VoE_Mirrors_and_oChests.taco";
376+
remote.github = {
377+
owner = "PrincipesRegalus";
378+
repo = "PrincipesRegalus-s-VoE-Obscure-Map";
379+
releases.enable = true;
380+
};
381+
output.sortPrio = 25;
382+
versions = {
383+
"V1.0".hash = null;
384+
"V1.2".hash = null;
385+
};
386+
};
387+
shinys-trails = {
388+
name = "Shinymeta's Markers";
389+
fileName = "shinystrails.taco";
390+
output = {
391+
settings.author = "Shinymeta";
392+
sortPrio = 25;
393+
};
394+
remote.github = {
395+
owner = "ShinyMeta";
396+
repo = "ShinysTrails";
397+
releases.enable = true;
398+
};
399+
versions = {
400+
"1.0.0".hash = null;
401+
"1.0.1".hash = null;
402+
"1.0.2".hash = null;
403+
"1.0.3".hash = null;
404+
};
405+
};
406+
linus-voe = {
407+
name = "Linus VoE Chest Farm";
408+
description = "Paths and Makers for farming Magic Mirrors and Chests from VoE maps. No alts required and doesn't require doing any extra events for keys.";
409+
fileName = "Linus_VoE_Chest_Farm.taco";
410+
output = {
411+
settings.author = "Smoothie, u/Galnis";
412+
sortPrio = 25;
413+
};
414+
remote.github = {
415+
owner = "smoothie22";
416+
repo = "Linus-VoE-Chest-Farm-Route";
417+
releases.enable = true;
418+
};
419+
versions = {
420+
"1.0.0".hash = null;
421+
"1.1.0".hash = null;
422+
};
423+
};
348424
};
349425
}

timers/config.nix

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@
1212
};
1313
versions."v1.8.4".hash = null;
1414
};
15+
kittywitch-hero-timers = {
16+
name = "Kat's fork of Hero's Timers";
17+
description = "DEPRECATED. No longer recommended, please switch to QuitarHero's Timers.";
18+
remote.github = {
19+
owner = "kittywitch";
20+
repo = "Hero-Timers";
21+
releases.enable = true;
22+
};
23+
versions."v1.0.1".hash = null;
24+
output = {
25+
settings = {
26+
# this could mean something to someone someday
27+
deprecated = true;
28+
author = "Kat";
29+
};
30+
# bury it
31+
sortPrio = 9000;
32+
};
33+
};
1534
sabetha-timers = {
1635
name = "Sabetha Timers";
1736
fileName = "Sabetha-Timers";

0 commit comments

Comments
 (0)