Skip to content

Commit

Permalink
Update for Summer 2023
Browse files Browse the repository at this point in the history
Update for Summer 2023
  • Loading branch information
romaniac01 committed Jul 23, 2023
1 parent 9f2247d commit 5fb6a4f
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 14 deletions.
15 changes: 12 additions & 3 deletions db/effects.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ function getType(effectName) {
}*/
if (
effectName === "TrainPoints" ||
effectName.startsWith("Training_Garden") ||
effectName === "BuildPoints" ||
(effectName.startsWith("Convert") && effectName !== "ConvertResist") ||
effectName.startsWith("Chaos") ||
Expand Down Expand Up @@ -963,6 +964,11 @@ const templates = {
icon: "DamageBonusAbstractCavalry",
sort: 56
},
DamageBonusUnitTypeMobileStorehouse1: {
name: "Bonus vs. Storehouse",
icon: "DamageBonusBuilding",
sort: 31
},
DamageBonusUnitTypeMobileStorehouse1MeleeAttack: {
name: "Bonus vs. Storehouse",
icon: "DamageBonusBuilding",
Expand Down Expand Up @@ -1314,17 +1320,20 @@ const templates = {
Training_Garden4Age2: {
name: "Train Time 4x Age II Gardens",
icon: "BuildPoints",
sort: 196
sort: 196,
lowerIsBetter: true
},
Training_Garden8Age3: {
name: "Train Time 8x Age III Gardens",
icon: "BuildPoints",
sort: 197
sort: 197,
lowerIsBetter: true
},
Training_Garden12Age4: {
name: "Train Time 12x Age IV Gardens",
icon: "BuildPoints",
sort: 198
sort: 198,
lowerIsBetter: true
},
ResearchPoints: {
name: "Research Time",
Expand Down
2 changes: 1 addition & 1 deletion public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://unitstats.projectceleste.com</loc><lastmod>2023-07-08T14:29:29.983Z</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://unitstats.projectceleste.com</loc><lastmod>2023-07-23T18:14:06.596Z</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>
2 changes: 1 addition & 1 deletion src/data/advisors.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/effects.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/gear.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/units.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/gamedb_data/source_econstringsEnglish.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/gamedb_data/source_stringtablexEnglish.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/gamedb_data/source_techtree.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/gamedb_data/source_traits.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/gamedb_data/source_units.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/gamedb_data/source_vendors.json

Large diffs are not rendered by default.

0 comments on commit 5fb6a4f

Please sign in to comment.