More data fixes and added a bunch of disclaimers

This commit is contained in:
Jonathan
2025-06-12 00:06:39 -04:00
parent ff4941d38c
commit 071d2f5e35
8 changed files with 37 additions and 28 deletions
@@ -6,6 +6,14 @@
<LayoutLargeContentComponent>
<WebsiteTitleComponent>Data Tables</WebsiteTitleComponent>
<AlertComponent Type="@SeverityType.Warning">
<Title>Errors Present</Title>
<Message>
Incomplete feature for easily comparing unit stats.
</Message>
</AlertComponent>
<MudTabs Elevation="2">
<MudTabPanel Text="Attacks">
<WeaponTable/>
+7
View File
@@ -10,6 +10,13 @@
<LayoutLargeContentComponent>
<WebsiteTitleComponent>Database</WebsiteTitleComponent>
<AlertComponent Type="@SeverityType.Warning">
<Title>Errors Present</Title>
<Message>
Database information was quickly updated to the June 2025 Playtest. Expect a lot of errors in the data.
</Message>
</AlertComponent>
<PaperComponent>
<FormDisplayComponent Label="Patch">
<Display>
@@ -10,6 +10,15 @@
<LayoutLargeContentComponent>
<AlertComponent Type="@SeverityType.Warning">
<Title>Errors Present</Title>
<Message>
Database information was quickly updated to the June 2025 Playtest. Expect a lot of errors in the data.
</Message>
</AlertComponent>
<PaperComponent>
<FormDisplayComponent Label="Patch">
<Display>
@@ -71,6 +71,7 @@
<FormLabelComponent>Immortal</FormLabelComponent>
<ChildContent>
<option value="@DataType.Any" selected>Any</option>
<option value="@DataType.IMMORTAL_Atzlan">Atzlan</option>
<option value="@DataType.IMMORTAL_Mala">Mala</option>
<option value="@DataType.IMMORTAL_Xol">Xol</option>
<option value="@DataType.IMMORTAL_Orzum">Orzum</option>
+7
View File
@@ -8,6 +8,13 @@
<LayoutMediumContentComponent>
<WebsiteTitleComponent>Harass Calculator</WebsiteTitleComponent>
<AlertComponent Type="@SeverityType.Warning">
<Title>Might be out of date</Title>
<Message>
This calculation is from several years ago and might not reflect the current state of the game.
</Message>
</AlertComponent>
<PaperComponent>
Credit to Zard for deriving the formula.