cs6413110 / Pixel-Tanks

2 stars 2 forks source link

New Item: Extreme Firepower #131

Closed LostKing73 closed 1 day ago

LostKing73 commented 1 week ago

The Basics

using this item activates an artillery system on your tank that makes you fire in 3 sidebyside streams and 5x speed for 5 seconds (normal shooting, not shotgun). However, ur rotation speed is sluggish, and you move as if you are toolkitting. This SOUNDS rly op, until u realize if u just boost out of the way ur good.

Why add this?

so I can go brrrrrrrt, and also is prly good against block spammers and flatters

Might have. . .

functions with whatever firing type is on(so it'll work with shotgun, aka op) you can't gripple while using you cant boost while using(warrior boost not included)

Voting

👍 = Yes 👎 = No (comment y) 😕 = I want ___ out of the Might have. . . section (comment)

CelestialKnight7 commented 1 week ago

make it do its own thing instead of using ur active shooting type, for example it will shoot a volley of (what I imagine to be) autocannon shots that would detonate on impact. and as u said u cant grapple/boost (including warrior boost (it will still give i-frames but u wont gain the speed buff) movement speed will be slowed etc.

CelestialKnight7 commented 1 week ago

this is 2/4 items needed to expand the roster

cs6413110 commented 1 week ago

NOO

LostKing73 commented 1 week ago

wow i didnt think yall would like this

LostKing73 commented 1 week ago

make it do its own thing instead of using ur active shooting type, for example it will shoot a volley of (what I imagine to be) autocannon shots that would detonate on impact. and as u said u cant grapple/boost (including warrior boost (it will still give i-frames but u wont gain the speed buff) movement speed will be slowed etc.

what if it shot 3 continuous beams that did little damamage but hit fast(like 1 dmg, but fires every .2 seconds)

CelestialKnight7 commented 1 week ago

u still need 2 more good items in order for this or frog nade to be added. also aaron's approval cuz #(whatever issue said no more random stuff being added)

CelestialKnight7 commented 1 week ago

make it do its own thing instead of using ur active shooting type, for example it will shoot a volley of (what I imagine to be) autocannon shots that would detonate on impact. and as u said u cant grapple/boost (including warrior boost (it will still give i-frames but u wont gain the speed buff) movement speed will be slowed etc.

what if it shot 3 continuous beams that did little damamage but hit fast(like 1 dmg, but fires every .2 seconds)

I was thinking more of the autocannon from drg, u press button and u just spam explosive projectiles for a bit. Although this does seem more like a class ability than an item the more I think about it

LostKing73 commented 1 week ago

ye thats what i thought to but like we cant add another class ig

LostKing73 commented 1 week ago

u still need 2 more good items in order for this or frog nade to be added. also aaron's approval cuz #(whatever issue said no more random stuff being added)

707

3foe commented 1 week ago

I like the item but I need a few things specified

3foe commented 1 week ago

also new name

LostKing73 commented 1 week ago

I like the item but I need a few things specified

a laser, but u can still dodge by like boosting thru it

idk how to describe, like if ur toolkit movementspeed was the same as rotation, its slow.

not that op since u still cant look around

we're not doing tire clamp, and I'm pretty sure u can gripple out of beartrap

it does. they run, u can laser them, since it is 3 beams that all go straight, it is hard to NOT hit

none removed, if u actually read evans comments, you would see that this would be a new item, not a replacement

BreadSpammer commented 1 week ago

flat shut. no one wants ur opinion or ur pfp on our screens. anyway

step 1: hit a grapple step 2: use item step 3: healing item profit

LostKing73 commented 1 week ago

flat shut. no one wants ur opinion or ur pfp on our screens. anyway

step 1: hit a grapple step 2: use item step 3: healing item profit

ye ez

cs6413110 commented 1 week ago

https://www.codewars.com/kata/51ba717bb08c1cd60f00002f/train/javascript

const solution = a => {
  let b = [];
  for (let i = 0; i < a.length; i++) {
    let final = current = a[i];
    let l;
    for (l = i+1; l < a.length; l++) {
      if (current+l-i === a[l]) final = a[l]; else break;
    }
    console.log(current, final, l, i+1)
    if (l-i-1 <= 1) {
      b.push(current); 
      if (current !== final) l--;
    } else {
      b.push(current+'-'+final);
    }
    i = l-1;
  }
  return b.join(',');
}
cs6413110 commented 1 week ago

aaaaaaaaaaaa im so dum wrong issue

cs6413110 commented 1 week ago

oh well i guess it force killed flat

LostKing73 commented 1 week ago

ez