mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:53:31 +00:00
Merge branch 'main' of github.com:openfrontio/OpenFrontIO
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user