Let's improve barons. [some things for your autoload]

Projects that alter game functions but do not include new maps belong here.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
User avatar
Arctangent
Posts: 1235
Joined: Thu Nov 06, 2014 1:53 pm
Contact:

Re: Let's improve barons. [some things for your autoload]

Post by Arctangent »

They pretty much just serve as -40 cells or -8 rockets, provided you manage to land all of them, though. They're pretty pointless other than ammo subtraction unless they catch you from behind, which usually requires you to ignore them due to their ground-based nature and slow speed.
User avatar
MaxED
Posts: 2246
Joined: Tue Feb 28, 2012 12:55 pm

Re: Let's improve barons. [some things for your autoload]

Post by MaxED »

I proudly present you... Baron of Fun! Guess what he does :)
Spoiler:
Attachments
baron_of_fun.pk3
V02: thrown barrels no longer hurt barons, thrown barrels pass through barons.
(112.24 KiB) Downloaded 144 times
Last edited by MaxED on Thu May 19, 2016 8:40 am, edited 1 time in total.
User avatar
Jimmy
 
 
Posts: 4726
Joined: Mon Apr 10, 2006 1:49 pm
Preferred Pronouns: He/Him
Contact:

Re: Let's improve barons. [some things for your autoload]

Post by Jimmy »

Fucking excellent.
User avatar
Infirnex
Posts: 185
Joined: Sat May 30, 2009 5:30 am
Location: US

Re: Let's improve barons. [some things for your autoload]

Post by Infirnex »

Isn't it 6 rockets? I always count 6 rockets when I kill a baron.
User avatar
Mav3rick
Posts: 966
Joined: Sun Jan 13, 2013 6:48 pm
Location: Hell

Re: Let's improve barons. [some things for your autoload]

Post by Mav3rick »

to me only 5 rockets, weird if they eat more than that.

and another way to improve them maybe adding new moves, like a stomp to make the player unable to move, or a close melee dash or even a normal green attack that split into 3 for OMGSHOCKINGSHIT! ;)
User avatar
NeuralStunner
 
 
Posts: 12328
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: Let's improve barons. [some things for your autoload]

Post by NeuralStunner »

The rocket's direct-hit damage is 1d8*20 - Assuming the Baron takes the full splash damage (128) it's going to take a minimum of 7 rockets. (1000 / 148 = 6.75675) Generally less, since the RNG doesn't roll that low consistently. Anything over 7 means you're not getting direct hits.

I think it would be impressive if these guys could grab you up and toss you across the room.
User avatar
Arctangent
Posts: 1235
Joined: Thu Nov 06, 2014 1:53 pm
Contact:

Re: Let's improve barons. [some things for your autoload]

Post by Arctangent »

They'd have to reach you, first, unless you gave them telekinesis.
User avatar
Amuscaria
Posts: 6634
Joined: Mon Jul 26, 2004 12:59 pm
Location: Growing from mycelium near you.

Re: Let's improve barons. [some things for your autoload]

Post by Amuscaria »

NeuralStunner wrote:The rocket's direct-hit damage is 1d8*20 - Assuming the Baron takes the full splash damage (128) it's going to take a minimum of 7 rockets. (1000 / 148 = 6.75675) Generally less, since the RNG doesn't roll that low consistently. Anything over 7 means you're not getting direct hits.

I think it would be impressive if these guys could grab you up and toss you across the room.
IIRC, I don't think its possible for something to take full damage from a rocket, unless somehow the rocket exploded inside the actor. I think splash damage is calculated as damage/radius. A rocket has 128 damage/128 radius, so its 1 damage per unit distance moving towards the center?

With a radius of 11, unless the rocket no-clips into the actor's radius, 11 damage is automatically reduced from the max splash damage, making it 117 at most. Also, damage thrust pushes the actor away when the rocket initially hits, and since A_Explode isn't called until the second frame of the death animation, more damage is potentially taken off (for things with lower mass).

Without the explosion, the rocket does, on average, 90 ((1d8*20)/8) damage + the ~117 splash. So I'm guessing the max average damage is ~207 damage. I don't think Zdoom has perfect random numbers, but It should be ~200 damage on average.

From experience it takes 5 rockets to kill a Baron, with the occasional 6 rockets. I generally balance rocket ammo assuming it does 200 average damage, like the SSG.
Gez
 
 
Posts: 17946
Joined: Fri Jul 06, 2007 3:22 pm

Re: Let's improve barons. [some things for your autoload]

Post by Gez »

The mobj's radius is subtracted from the distance between mobj and rocket when calculating the damage caused by the blast, so yes it's perfectly possible to take full damage from a rocket.
User avatar
Amuscaria
Posts: 6634
Joined: Mon Jul 26, 2004 12:59 pm
Location: Growing from mycelium near you.

Re: Let's improve barons. [some things for your autoload]

Post by Amuscaria »

Gez wrote:The mobj's radius is subtracted from the distance between mobj and rocket when calculating the damage caused by the blast, so yes it's perfectly possible to take full damage from a rocket.
I did not know this.
User avatar
BFG
Posts: 603
Joined: Tue Feb 17, 2015 5:54 am
Location: Germany

Re: Let's improve barons. [some things for your autoload]

Post by BFG »

I think the reason they have so much health is because they were originally intended just as the Bruiser Brothers boss fight, but then they decided to put them in more levels, but leaving their 'boss-like' stats intact. I know one thing is for certain, encountering one of these guys, or multiple in a survival situation can be more terrifying than even a Cyber.
User avatar
Slax
... in rememberance ...
Posts: 2121
Joined: Tue Oct 19, 2010 7:01 am
Location: Window office.
Contact:

Re: Let's improve barons. [some things for your autoload]

Post by Slax »

Post Reply

Return to “Gameplay Mods”