Add instructions for SAM Launcher (#293)

In need of a SAM icon 🙏
This commit is contained in:
PilkeySEK
2025-03-19 17:03:40 +01:00
committed by GitHub
parent d3ea3bfeed
commit ebc2b74049
+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>