Skip to content

Commit

Permalink
2024_10_29_conversion resistance juggernaut
Browse files Browse the repository at this point in the history
  • Loading branch information
romaniac01 committed Oct 29, 2024
1 parent 156c675 commit 5bd6a8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions db/units/convert-stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ export async function convertUnitStats(unit) {
if (unit.name === 'Ro_Inf_Centurion' || unit.name === 'Ro_Cav_Decurion') {
stats["ConvertResist"] = 2
}
else if (unit.name === 'In_Cav_Juggernaut') {
stats["ConvertResist"] = 0.9
}
else if (unit.UnitType.includes('AbstractPriest') ||
unit.UnitType.includes('AbstractArtillery')) {
stats["ConvertResist"] = 2
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>2024-10-27T23:31:24.089Z</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>2024-10-29T00:18:56.686Z</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>
2 changes: 1 addition & 1 deletion src/data/units.json

Large diffs are not rendered by default.

0 comments on commit 5bd6a8d

Please sign in to comment.