mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.207.0
This commit is contained in:
@@ -3,6 +3,7 @@ async function main () {
|
||||
await import("./generate-quick-reference.js");
|
||||
await (await import("./generate-tables-data.js")).default;
|
||||
await import("./generate-subclass-lookup.js");
|
||||
await import("./generate-variantrules-data.js");
|
||||
await (await import("./generate-spell-source-lookup.js")).default;
|
||||
await import("./generate-nav-adventure-book-index.js");
|
||||
await import("./generate-all-maps.js");
|
||||
|
||||
@@ -34,8 +34,10 @@ const _FILE_PROP_ORDER = [
|
||||
// region Player options
|
||||
"class",
|
||||
"foundryClass",
|
||||
"classFluff",
|
||||
"subclass",
|
||||
"foundrySubclass",
|
||||
"subclassFluff",
|
||||
"classFeature",
|
||||
"foundryClassFeature",
|
||||
"subclassFeature",
|
||||
@@ -259,6 +261,7 @@ function getFnListSort (prop) {
|
||||
case "skill":
|
||||
case "deck":
|
||||
case "citation":
|
||||
case "foundryMap":
|
||||
return SortUtil.ascSortGenericEntity.bind(SortUtil);
|
||||
case "deity":
|
||||
return SortUtil.ascSortDeity.bind(SortUtil);
|
||||
|
||||
Reference in New Issue
Block a user