Merge branch 'main' of github.com:openfrontio/OpenFrontIO

This commit is contained in:
Evan
2025-03-19 10:06:59 -07:00
+12
View File
@@ -126,6 +126,12 @@ export class HelpModal extends LitElement {
mask: url(/images/MissileSiloIconWhite.svg) no-repeat center / cover;
}
#helpModal .sam-launcher-icon {
-webkit-mask: url(/images/SamLauncherIconWhite.svg) no-repeat center /
cover;
mask: url(/images/SamLauncherIconWhite.svg) no-repeat center / cover;
}
#helpModal .atom-bomb-icon {
-webkit-mask: url(/images/NukeIconWhite.svg) no-repeat center / cover;
mask: url(/images/NukeIconWhite.svg) no-repeat center / cover;
@@ -431,6 +437,12 @@ export class HelpModal extends LitElement {
<td><div class="icon missile-silo-icon"></div></td>
<td>Allows launching missiles.</td>
</tr>
<tr>
<td>SAM Launcher</td>
<td><div class="icon sam-launcher-icon"></div></td>
<td>Has a 75% chance to intercept enemy missiles in it's 100 pixel range.
The SAM has a 7.5 second cooldown and can not intercept MIRVs.</td>
</tr>
<tr>
<td>Atom Bomb</td>
<td><div class="icon atom-bomb-icon"></div></td></td>