#AREAMUTANTS (2)
104 messages ยท Page 1 of 1 (latest)
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)
((((suggestions for additional cursed mutations will probably be the most likely to be added))))
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)
I will test this this weekend if i have time
(two chars at end dont have ultras right now)
freak gets max speed, max health, accuracy, 2 ammo pickups, max ammo capacity, faster reload speed, and more when leveling up
snake char complete other than sprites
snake idle, walk, hurt, and death sprites are done ((((:
snake has a crown cranium now
portrait and select icon for snake
are mutanz
can you make ice's starter not horrible thanks
it's there for you to pick another weapon right away
it's a worse screwdriver
yeah i know
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
thats kinda the point of armidillo also
also freak just has rogue's blast armor
alright
plus its for making the player have less cover mostly
i think you should limit the active not to be usable with melees, so you don't just waste it for nothing
as its mostly only small enoughh to break walls you are hugging or kill enemies touching you
?
for who
freak
you still shoot projectiles while holding a melee weapon
no you don't? you just spit smoke out
thats if you have no bullet ammo
ahhh i get it
it costs ammo to use
i thought it fired your weapon's projectile really rapidly
it gets stronger the higher level you are
speaking of that, it consumes quite a bit for one shot
it costs less once you level up for the second time
alright
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
is it related to the creator of the projectile gaining the xp
actually i'll just look in the code
i assume thats the problem already
nope.
wait
yope
i managed to fix it.
*by the way i think you should support infammo
There is definitely a more polite way to say this my guy,
i assume you just set a creator
yeah
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
may i ask what is instance_is and point_seen.
if theres a wall inbetween the line of sight when a enemy dies you dont get xp
Ion cannon was removed from the game
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
you can still take cover, you dont need to get 100% of xp possible
may i ask what is the point of other.bubblecharge += 0
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
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
i think you really need to work on how you phrase your sentences my guy
yeah its just a remenats of something i was doing before and just forget to remove
sentances
a lot of the time you come off as hostile or rude, even if that may not be the intent
it doesnt do anything
ok
changes: ice is a playable character now
armadillo is fun and has ultras now
it's kinda funny to see some bytes being added from the last update
0.08 kilobytes were added from the previous update
yeah well thats caus code is quite small in regards to file size
yeah i know 
i am going to play AreaMutants
^^ is going to play AreaMutants
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