More data fixes and added a bunch of disclaimers
This commit is contained in:
@@ -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/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user