#AREAMUTANTS (2)

104 messages ยท Page 1 of 1 (latest)

little kettle
#

very work in progress, im putting the itch page here, but ill probably post more betas here

#

suggestions are always welcome (as long as they are polite of course)

#

(all sprites for unnamed cursed char are placeholder)

glossy wadi
little kettle
little kettle
#

vroom vroom testing

little kettle
#

armadillo drains fuel when below 4 hp (assuming you have 8 max hp), fuel gain and drain scale with max health and current health

#

you gain half max fuel when taking damage from being at zero fuel

#

basically alawys keep track of your fuel and the relation between it and max health and health (armadillo is basically a resource management game in nt)

turbid horizon
#

I will test this this weekend if i have time

little kettle
little kettle
#

freak gets max speed, max health, accuracy, 2 ammo pickups, max ammo capacity, faster reload speed, and more when leveling up

little kettle
little kettle
little kettle
little kettle
indigo cloud
#

are mutanz

indigo cloud
#

can you make ice's starter not horrible thanks

little kettle
#

?

#

its not good but its not horrible

indigo cloud
#

it's there for you to pick another weapon right away

indigo cloud
little kettle
#

yeah i know

indigo cloud
#

also armadillo is kinda bad. you're encouraged to use the dash to shoot things but it damages you so it's kinda conflicting. you just kinda dash and shoot then stop

little kettle
#

thats kinda the point of armidillo also

indigo cloud
#

also freak just has rogue's blast armor

little kettle
#

its a balancing act

#

yeah?

#

it cute i like freak doing lil explosions

indigo cloud
#

alright

little kettle
#

plus its for making the player have less cover mostly

indigo cloud
#

i think you should limit the active not to be usable with melees, so you don't just waste it for nothing

little kettle
#

as its mostly only small enoughh to break walls you are hugging or kill enemies touching you

#

?

#

for who

indigo cloud
#

freak

little kettle
#

you still shoot projectiles while holding a melee weapon

indigo cloud
#

no you don't? you just spit smoke out

little kettle
#

thats if you have no bullet ammo

indigo cloud
#

ahhh i get it

little kettle
#

it costs ammo to use

indigo cloud
#

i thought it fired your weapon's projectile really rapidly

little kettle
#

it gets stronger the higher level you are

indigo cloud
#

speaking of that, it consumes quite a bit for one shot

little kettle
#

it costs less once you level up for the second time

indigo cloud
#

alright

little kettle
#

the main problem with it right now is that it doesnt seem to give xp when you kill enemies with it

#

which i havent fixed yet, as im not sure how to

indigo cloud
#

is it related to the creator of the projectile gaining the xp

#

actually i'll just look in the code

little kettle
#

i assume thats the problem already

indigo cloud
#

nope.

#

wait

#

yope

#

i managed to fix it.

#

*by the way i think you should support infammo

turbid horizon
little kettle
#

i assume you just set a creator

indigo cloud
#

kinda stupid

#

actually i'm not sure

#

yeah it didn't get fixed. weird

#

when i killed a scorpion with the active before i got xp

#

probably me being stupid

indigo cloud
little kettle
#

if theres a wall inbetween the line of sight when a enemy dies you dont get xp

indigo cloud
#

wait why

#

ion cannon does that

little kettle
#

same with wall breaking

#

to promote a extremally aggressive playstyle

turbid horizon
indigo cloud
#

well shooting and taking cover

#
with enemy { //add xp from harming enemies
            if instance_is(self,Player) && team == other.team{
                break;
            }
            if point_seen(x,y,other){ //add xp based on damage + kills
                other.bubblecharge += 0
                if my_health <= 0{
                    other.bubblecharge += maxhealth/1.5;
                }
            }
            ``` is this the entire xp thing
#

or is there something else i'm missing

little kettle
#

you can still take cover, you dont need to get 100% of xp possible

indigo cloud
#

may i ask what is the point of other.bubblecharge += 0

little kettle
#

i dont want to be rude, but it feels like to me your being really aggressive and kinda mean. the bubble charge thing is just something i forget to remove

indigo cloud
#

well i'm sorry you feel that way. i apologize for whatever made you feel that

#

i'm just asking that it's kinda weird how you add a variable by zero

turbid horizon
little kettle
#

yeah its just a remenats of something i was doing before and just forget to remove

turbid horizon
little kettle
#

it doesnt do anything

indigo cloud
#

ok

little kettle
#

no sprites yet for them

little kettle
#

CARRION inspired character

#

rebalanced pride mutation

little kettle
little kettle
indigo cloud
#

it's kinda funny to see some bytes being added from the last update

#

0.08 kilobytes were added from the previous update

little kettle
#

yeah well thats caus code is quite small in regards to file size

indigo cloud
#

yeah i know eyesEyes

lost brook
#

i am going to play AreaMutants

indigo cloud
#

^^ is going to play AreaMutants

coral ocean
#

dunno if someone said this already but,for the ice dude,damage reduction while its active is uhm...active,whould be nice,that or im just salty cuz i keep killing myself with it

little kettle
#

AREAMUTANTS (2)