blockBoss
blockBoss: new boss based on work by TheShwarma (3x chance to randomly see blockBoss until next patch) it's over powered, I'll probably nerf it next patch, but I want to get some feedback first on how to nerf it hint: if you kill the boss all the mobBlocks turn back into blocks very very small blocks are slightly limited in how fast they can be thrown they were moving so fast they would miss their target sometimes tech: energy conservation gives 5% energy back (was 6%) tech: arsenal requires at least 3 guns in your inventory tech: active cooling requires at least 2 guns in your inventory several bug fixes
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
<option value="6">why?</option>
|
||||
</select>
|
||||
<br>
|
||||
<label for="community-maps" title="adds in maps written by n-gon player: Francois">include community maps:</label>
|
||||
<label for="community-maps" title="">include community maps:</label>
|
||||
<input type="checkbox" id="community-maps" name="community-maps" style="width:17px; height:17px;">
|
||||
<!-- <br>
|
||||
<label for="body-damage" title="allow damage from the ground and large fast moving blocks">collision damage from blocks:</label>
|
||||
@@ -114,14 +114,15 @@
|
||||
<br>
|
||||
<label for="classic-select" title="play older versions of n-gon">classic n-gon:</label>
|
||||
<select name="classic-select" id="classic-select" onChange="window.location.href=this.value">
|
||||
<option value="https://scratch.mit.edu/projects/14005697/fullscreen/" selected>scratch: 2014</option>
|
||||
<option value="https://scratch.mit.edu/projects/22573757/fullscreen/" selected>scratch: 2015</option>
|
||||
<option value="https://codepen.io/lilgreenland/full/ozXNWZ" selected>codepen: 2016</option>
|
||||
<option value="https://scratch.mit.edu/projects/14005697/fullscreen/">scratch: 2014</option>
|
||||
<option value="https://scratch.mit.edu/projects/22573757/fullscreen/">scratch: 2015</option>
|
||||
<option value="https://codepen.io/lilgreenland/full/ozXNWZ">codepen: 2016</option>
|
||||
<option value="https://codepen.io/lilgreenland/full/wzARJY">codepen: 2016</option>
|
||||
<option value="classic/7-1-2017/">n-gon: 2017</option>
|
||||
<option value="classic/4-15-2018/">n-gon: 2018</option>
|
||||
<option value="classic/7-11-2019/">n-gon: summer-2019</option>
|
||||
<option value="classic/9-8-2019/">n-gon: fall-2019</option>
|
||||
<option value="" selected>current version</option>
|
||||
</select>
|
||||
<br>
|
||||
<label for="fps-select" title="use this to slow the game down">limit frames per second:</label>
|
||||
|
||||
Reference in New Issue
Block a user