OpenXcom Forum

Modding => Released Mods => Topic started by: NoirSuccubus on March 14, 2014, 01:10:57 am

Title: [WEAPON] Combat and UAC Shotguns
Post by: NoirSuccubus on March 14, 2014, 01:10:57 am
Combat and UAC Shotguns

(https://dl.dropboxusercontent.com/u/13049328/xcom_shotty_3.png)
(https://dl.dropboxusercontent.com/u/13049328/xcom_shotty_4.png)
(https://dl.dropboxusercontent.com/u/13049328/xcom_shotty_5.png)

Hey there, OpenXcom community! I only got into modding about a week ago, and so far I've been toying with the weapons. I've made a few of my own, using Warboy1982's shotguns (https://openxcom.org/forum/index.php?topic=1842.0) as inspiration and reference. They may not be balanced at all, since they were intended as something fairly weak. I haven't tried messing with later-game gear yet, so these might need changing.

NOTE: You must have Warboy1982's shotgun mod installed alongside this, as this is mainly an expansion to it. It uses shotgun ammo from his mod. Extract this into your OpenXcom directory and remember to add "- ZShotgun" to your options.cfg!
Title: Re: [WEAPON] Combat and UAC Shotguns
Post by: Jo5hua on March 14, 2014, 05:37:30 am
Nice mod.

You may want to change the font size of the orange colored text at the bottom. It's slightly difficult to read.

Title: Re: [WEAPON] Combat and UAC Shotguns
Post by: NoirSuccubus on March 14, 2014, 06:19:05 am
Nice mod.

You may want to change the font size of the orange colored text at the bottom. It's slightly difficult to read.
Thanks, changed it.
Title: Re: [WEAPON] Combat and UAC Shotguns
Post by: Solarius Scorch on March 14, 2014, 09:35:42 am
Doom shotgun had 7 pellets per shot, I think, not 6 :)

Otherwise pretty nice sprites. The stats (especially TUs) are totally overpowered of course, but that's normal for beginners. :) (Many people never actually grow out of it, but that's beside the point). Overall a good, solid job.
Title: Re: [WEAPON] Combat and UAC Shotguns
Post by: NoirSuccubus on March 14, 2014, 12:34:57 pm
It's funny, I had the Doom wiki page open when I was making this. I wonder why I never changed it to 7.

Maybe I'll release a new version or something some time soon.
Title: Re: [WEAPON] Combat and UAC Shotguns
Post by: Align on March 14, 2014, 05:45:02 pm
They're a little too detailed to fit the style, but nice nonetheless.
Title: Re: [WEAPON] Combat and UAC Shotguns
Post by: Jo5hua on March 16, 2014, 08:57:47 pm
I think they look great.
Title: Re: [WEAPON] Combat and UAC Shotguns
Post by: yrizoud on March 17, 2014, 12:37:49 am
The damage system of X-COM doesn't play well with those 6x25 weapons.
Here are the statitic averages for a point-blank shot (all pellets hit) :
On armor 10: 256
On armor 20: 144
On armor 30: 64
On armor 40: 6
Title: Re: [WEAPON] Combat and UAC Shotguns
Post by: NoirSuccubus on March 17, 2014, 01:16:52 am
The damage system of X-COM doesn't play well with those 6x25 weapons.
Here are the statitic averages for a point-blank shot (all pellets hit) :
On armor 10: 256
On armor 20: 144
On armor 30: 64
On armor 40: 6
Hmm, that doesn't look too good at all. Is that hard-coded, or could I fix it?
Title: Re: [WEAPON] Combat and UAC Shotguns
Post by: yrizoud on March 17, 2014, 02:29:14 am
It's how damage is hard-coded to function... Attack damage is multiplied by a random factor between 0 and 200%, then target resistance is applied (for aliens that receive X% damage from ), then armor is substracted.
For shotguns, pellets work as individual bullets, so armor blocks each pellet individually with full strength.

The only thing you can do in a ruleset against this is to tweak all amors and alien stats : Give stronger and stronger resistance %, and much lower 'armor' stats.
Title: Re: [WEAPON] Combat and UAC Shotguns
Post by: NoirSuccubus on March 17, 2014, 02:56:03 am
Ah, I don't exactly know if I'd be up for that. Oh well.
Title: Re: [WEAPON] Combat and UAC Shotguns
Post by: Warboy1982 on March 17, 2014, 10:04:49 am
seems pretty well balanced for a starter weapon if you ask me, especially considering the following armor values:
(all soldiers, front armor value)
sectoid: 4
floater: 8
snakeman: 20
muton: 20
ethereal: 35
sectopod: 145

as you can see, it's primary function is killing sectoids, floaters and it will be fairly effective against snakemen, but given the muton's 40% resistance to AP it won't prove much use against them, and ethereals have enough armour and health to shrug off a hail of fire from these things. don't even bother with these on terror missions, pack heavier weapons.
Title: Re: [WEAPON] Combat and UAC Shotguns
Post by: Sharp on March 17, 2014, 11:01:46 am
Yeah, apart from Cyberdiscs and Sectopods the aliens don't really have much armour. I should probably post it in Warboy's thread but here can work as well, does the multi-pellet nature of the shotgun also apply to training as in one shot and all pellets hit gives more training experience then if just one pellet hit?
Title: Re: [WEAPON] Combat and UAC Shotguns
Post by: Warboy1982 on March 17, 2014, 11:08:12 am
yes, you gain "bonus" experience for hitting with multiple pellets.
Title: Re: [WEAPON] Combat and UAC Shotguns
Post by: yrizoud on March 17, 2014, 11:24:20 am
Woops, for armors < 40 I accidentally multiplied by 16 pellets instead of 6. Fixed values:

On armor  4 (sectoid) : 21 per pellet, 127 for full blast. Chance of doing ANY damage per pellet : 92%
On armor  8 (floater) : 18 per pellet, 106 for full blast. Chance of doing ANY damage per pellet :  84%
On armor 20 (snakeman) : 9 per pellet, 54 for full blast. Chance of doing ANY damage per pellet : 60%
On armor 20 with 40% resistance (muton) : 1 per pellet, 10 for full blast. Chance of doing ANY damage per pellet : 33%
On armor 35 (ethereal) : 2 per pellet, 13.5 for full blast. Chance of doing ANY damage per pellet : 30%

Damage of a single pellet is extremely random, but for a full blast, the individual variations of each pellet are very likely to cancel each other, so the "full blast" average should be rather consistent.

I thought alien armor got increased on higher difficulty, which is why I checked armor levels 30 and 40, but I was mistaken.
Title: Re: [WEAPON] Combat and UAC Shotguns
Post by: Warboy1982 on March 17, 2014, 12:17:52 pm
well, ethereal leaders and commanders are 40 and 45 respectively, and silacoids have 50 (so does personal armor, that stuff is OP) so they're not unheard of. :)

getting back on topic: nice work, can't beat the original boomstick for 90s nostalgia.
Title: Re: [WEAPON] Combat and UAC Shotguns
Post by: niculinux on June 21, 2014, 06:14:49 pm
Damn UAC xD