Lenz's law

tech: Lenz's law -perfect diamagnetism field stays when you aren't holding field
tech: Zeno's paradox - every 5s lose 10% of your current health, but get 84% harm reduction
This commit is contained in:
landgreen
2021-07-30 09:47:50 -07:00
parent c7c837672e
commit 1a5071cf06
7 changed files with 212 additions and 70 deletions

View File

@@ -723,7 +723,7 @@ const powerUps = {
powerUps.spawn(x, y, "tech");
return;
}
if (Math.random() < 0.006) {
if (Math.random() < 0.003) {
powerUps.spawn(x, y, "field");
return;
}