technology
when you die store a copy of all your tech they will show up at your location in the future as a power up this is probably buggy CPT triggers at above 100 energy instead of above 68 energy causality bots makes a few less bots several tech with dynamic effects show the value of the effect in their description
This commit is contained in:
@@ -359,16 +359,6 @@ const simulation = {
|
||||
// document.getElementById(b.activeGun).style.fontSize = "30px";
|
||||
if (document.getElementById(b.activeGun)) document.getElementById(b.activeGun).style.opacity = "1";
|
||||
}
|
||||
|
||||
if (tech.isFirstOrder && document.getElementById("tech-first-derivative")) {
|
||||
if (b.inventory[0] === b.activeGun) {
|
||||
let lessDamage = 1
|
||||
for (let i = 0, len = b.inventory.length; i < len; i++) lessDamage *= 0.87 // 1 - 0.13
|
||||
document.getElementById("tech-first-derivative").innerHTML = " " + ((1 - lessDamage) * 100).toFixed(0) + "%"
|
||||
} else {
|
||||
document.getElementById("tech-first-derivative").innerHTML = " 0%"
|
||||
}
|
||||
}
|
||||
},
|
||||
updateGunHUD() {
|
||||
for (let i = 0, len = b.inventory.length; i < len; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user