Updating game data to mid season patch and made card gallery nicer

This commit is contained in:
2026-07-17 09:42:50 -04:00
parent 7b0f2ce1a5
commit 5aff9910c1
709 changed files with 1485 additions and 547 deletions
@@ -1,5 +1,4 @@
@using System.Text.RegularExpressions
@using global::Model
@namespace Chrono.Components
@if (Card != null)
@@ -12,7 +11,7 @@
{
<div class="detail-image">
<img src="@Card.ImagePath" alt="@Card.Name"
onerror="this.style.display='none';this.parentElement.style.display='none'"/>
onerror="this.src='@Card.SmallImagePath';this.onerror=null;"/>
</div>
}
<div class="detail-info">
@@ -42,7 +41,7 @@
@if (Card.Faction != null)
{
<div class="detail-field">
<span class="field-label"><i class="bi bi-flag-fill"></i> Faction</span>
<span class="field-label"><i class="bi bi-flag-fill"></i> Syndicate</span>
<span class="field-value">@Card.Faction</span>
</div>
}