Skip to content

Commit

Permalink
Slot9_Grenades done
Browse files Browse the repository at this point in the history
  • Loading branch information
FelesNoctis committed Dec 10, 2023
1 parent 17610ff commit 0dcc034
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 1 deletion.
32 changes: 32 additions & 0 deletions features.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,38 @@ <h1 id="weapons">Features</h1>
</p>
</td>
</tr>
<tr>
<td>
<span>Grenade Belt</span>
<img src="/images/sprites/weapons/slot9/GRNDH0.png"><br> <!-- class="halfwimg floatequip" -->
<img src="/images/sprites/weapons/slot9/GRNDE0.png"><br>
<img src="/images/sprites/weapons/slot9/PIPBB.png"><br>
<img src="/images/sprites/weapons/slot9/GRNDF0.png">
</td>
<td>
<div class="slotline">Slot 9 + Special Hotkeys</div>
Explosives that should never be taken for granted. With four varieties to choose from on-demand even while using other weapons, there's always a tactical choice at ready!
<p>
<b>Special Action 1:</b> Swaps your grenade type when you have them in hand.<br>
</p>
<div class="slotlinegren">Cluster</div>
Flings more explosives around it when set off for a ring of boom.<br>
<b>Primary:</b> Throws far, explodes on contact.<br>
<b>Altfire:</b> Rolls out, explodes on a timer.
<div class="slotlinegren">Freeze</div>
Flash-freezes enemies in a radius around it.<br>
<b>Primary:</b> Throws far, explodes on contact.<br>
<b>Altfire:</b> Rolls out, explodes on a timer, leaves a lingering cold patch.
<div class="slotlinegren">Pipe</div>
Remote detonated bombs good for setting up a blast zone.<br>
<b>Primary:</b> Throws far, waits for signal. Try throwing more than one!<br>
<b>Altfire:</b> Triggers all deployed pipebombs to explosive effect.
<div class="slotlinegren">Void</div>
Deployable black holes in the palm of your hand, which drag in and damage everything around them. This inncludes you, so MOVE!<br>
<b>Primary:</b> Throws far, explodes on contact.<br>
<b>Altfire:</b> Rolls out, explodes on a timer.
</td>
</tr>
</table>
</div>
<div class="pagecontent clearfix" style="display:none;">
Expand Down
Binary file removed images/sprites/weapons/slot8/GRNDE0.png
Binary file not shown.
Binary file removed images/sprites/weapons/slot8/GRNDF0.png
Binary file not shown.
Binary file removed images/sprites/weapons/slot8/GRNDH0.png
Binary file not shown.
Binary file removed images/sprites/weapons/slot8/PIPBB.png
Binary file not shown.
Binary file added images/sprites/weapons/slot9/GRNDE0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sprites/weapons/slot9/GRNDF0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sprites/weapons/slot9/GRNDH0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sprites/weapons/slot9/PIPBB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,16 @@ h1 {
max-width: 100%;
}

img.halfwimg {
.halfwimg {
width: 50% !important;
max-height: 50% !important;
max-width: 50% !important;
}

.floatequip {
float: left;
}

.menuop {
float: left;
width: 50%;
Expand Down Expand Up @@ -458,6 +462,14 @@ img.halfwimg {
font-weight: bold;
}

.datatable.features .slotlinegren {
border-bottom: 1px solid red;
margin: 1em 0 0.33em;
padding-bottom: 0.33em;
font-style: italic;
font-weight: bold;
}

@media only screen and (min-width: 1081px) {
.datatable.credits,
.datatable.features {
Expand Down

0 comments on commit 0dcc034

Please sign in to comment.