elasticity
tech: elasticity - skin, does "crouch landings" a tiny bit more jump and move faster, +15% defense (replaces squirrel cage rotor) tech: diaphragm - skin, defense cycles between -33% and +100% requires aperture tungsten carbide 150->200 maximum health but now does "crouch landings" a more Zectron damage 80->100% and it does a bit less harm to player flip-flop, relay switch are no longer skins pause brings up the most recent in game console message in game console no longer fades out it just instantly goes on and off bug fixes
This commit is contained in:
@@ -380,7 +380,7 @@ ${simulation.isCheating ? "<br><br><em>lore disabled</em>": ""}
|
||||
<div class="grid-title"><div class="circle-grid gun"></div> ${build.nameLink(b.guns[b.inventory[i]].name)} - <span style="font-size:100%;font-weight: 100;">${b.guns[b.inventory[i]].ammo}</span></div>
|
||||
${b.guns[b.inventory[i]].description}</div> </div>`
|
||||
}
|
||||
|
||||
text += `<div class="pause-grid-module pause-console" style = "background-color: rgba(255,255,255,0.3);">${document.getElementById("text-log").innerHTML}</div>` //show last in game console message
|
||||
let el = document.getElementById("pause-grid-left")
|
||||
el.style.display = "grid"
|
||||
el.innerHTML = text
|
||||
@@ -441,6 +441,11 @@ ${simulation.isCheating ? "<br><br><em>lore disabled</em>": ""}
|
||||
document.getElementById("field").style.display = "none"
|
||||
document.getElementById("health").style.display = "none"
|
||||
document.getElementById("health-bg").style.display = "none"
|
||||
|
||||
//show in game console
|
||||
// document.getElementById("text-log").style.display = "inline"
|
||||
simulation.lastLogTime = m.cycle //hide in game console
|
||||
|
||||
},
|
||||
unPauseGrid() {
|
||||
document.getElementById("tech").style.display = "inline"
|
||||
|
||||
Reference in New Issue
Block a user