coh-content-db-homecoming 1.4.1 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -24025,7 +24025,8 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_
|
|
|
24025
24025
|
{ name: "Excelsior" },
|
|
24026
24026
|
{ name: "Indomitable" },
|
|
24027
24027
|
{ name: "Reunion" },
|
|
24028
|
-
{ name: "Torchbearer" }
|
|
24028
|
+
{ name: "Torchbearer" },
|
|
24029
|
+
{ name: "Victory" }
|
|
24029
24030
|
];
|
|
24030
24031
|
this.repository = "https://github.com/n15g/coh-content-db-homecoming";
|
|
24031
24032
|
this.archetypes = [
|
|
@@ -53758,7 +53759,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_
|
|
|
53758
53759
|
key: "down-in-front",
|
|
53759
53760
|
setTitleId: 2550,
|
|
53760
53761
|
names: [
|
|
53761
|
-
{ value: "Down
|
|
53762
|
+
{ value: "Down In Front" },
|
|
53762
53763
|
],
|
|
53763
53764
|
alignment: coh_content_db_1.ALIGNMENT_ANY,
|
|
53764
53765
|
badgeText: [
|
|
@@ -53766,7 +53767,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_
|
|
|
53766
53767
|
],
|
|
53767
53768
|
acquisition: "Stand in between Manticore and Sister Psyche during the ceremony until you are teleported away.",
|
|
53768
53769
|
links: [
|
|
53769
|
-
{ title: "Down
|
|
53770
|
+
{ title: "Down In Front", href: "https://homecoming.wiki/wiki/Down_In_Front_Badge" },
|
|
53770
53771
|
],
|
|
53771
53772
|
icons: [{ value: "https://n15g.github.io/coh-content-db-homecoming/images/badges/event/down-in-front.png" }]
|
|
53772
53773
|
};
|
|
@@ -57320,7 +57321,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_
|
|
|
57320
57321
|
"1.4.0": "* https://github.com/n15g/coh-content-db-homecoming/pull/172 - Update for 2025 Spring Fling event (wedding)\n" +
|
|
57321
57322
|
"* https://github.com/n15g/coh-content-db-homecoming/pull/171 - Added instructions for updating the DB\n" +
|
|
57322
57323
|
"* Moved to GitHub actions for CI\n",
|
|
57323
|
-
"1.4.1": "* License update in [NPM](https://www.npmjs.com/package/coh-content-db-homecoming).\n"
|
|
57324
|
+
"1.4.1": "* License update in [NPM](https://www.npmjs.com/package/coh-content-db-homecoming).\n",
|
|
57325
|
+
"1.4.2": "* Added [Victory] server.\n",
|
|
57326
|
+
"1.4.3": "* https://github.com/n15g/coh-content-db-homecoming/pull/173 - Typo correction for [Down In Front].\n",
|
|
57324
57327
|
};
|
|
57325
57328
|
}
|
|
57326
57329
|
return HomecomingChangelog;
|