From 6a5d4bbdf3f03c568178ee94264def8474224929 Mon Sep 17 00:00:00 2001 From: lilgreenland Date: Wed, 29 Jan 2020 17:54:08 -0800 Subject: [PATCH] wording --- js/bullets.js | 4 ++-- js/index.js | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/js/bullets.js b/js/bullets.js index a307e6b..3b3367e 100644 --- a/js/bullets.js +++ b/js/bullets.js @@ -466,7 +466,7 @@ const b = { }, { name: "brushless motors", //7 - description: "your drones accelerate 50% faster", + description: "your drones accelerate 40% faster", maxCount: 1, count: 0, allowed() { @@ -941,7 +941,7 @@ const b = { }, drone(speed = 1) { const me = bullet.length; - const THRUST = b.isModFastDrones ? 0.003 : 0.0015 + const THRUST = b.isModFastDrones ? 0.0023 : 0.0015 const dir = mech.angle + 0.2 * (Math.random() - 0.5); const RADIUS = (4.5 + 3 * Math.random()) * b.modBulletSize bullet[me] = Bodies.polygon(mech.pos.x + 30 * Math.cos(mech.angle), mech.pos.y + 30 * Math.sin(mech.angle), 8, RADIUS, { diff --git a/js/index.js b/js/index.js index 1f9db99..0ba7192 100644 --- a/js/index.js +++ b/js/index.js @@ -2,6 +2,10 @@ /* TODO: ******************************************* ***************************************************** +mod: remove all guns from the game, but double health, shields, and damage + +mod: like Born rule, but for guns + field that pushes everything back, and can destroy smaller blocks converts blocks into ammo power ups