-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontier Guns From The Artisans #55819
Frontier Guns From The Artisans #55819
Conversation
Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details. Click to expand
This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to |
I presume you know the caliber for that was a shortened .32 ACP, and the historical Pressin can't use actual .32 ACP. |
It seemed overly convoluted to require custom modified ammo. |
Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details. Click to expand
This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to |
Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details. Click to expand
This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to |
Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details. Click to expand
This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to |
…into Frontier-Guns
Is there an inspiration for The Louverture? I've had a similar sort of idea for a TTRPG I'm on-and-off "working on," and I'd like to know how others have imagined it, if so. |
This one was engineered a bit backwords but to explain in full: In the case of the Louverture it started with the prompt "bring the sun" which is a reference to the expiremental rock band Swans. It's not referenced much yet in game but Cody grew up/went to school in NYC and would be into a lot of post punk music. So her weapons that aren't historical are going to all be references to new wave, no wave etc. And historical are going to have been used by revolutionaries. The Louverture ends up being a reference to both. Visually I drew inspiration from Sienna from Vermentides flamethrower staves https://vermintide2.fandom.com/wiki/Sienna%27s_Flamestorm_Staff/Illusions |
Ah, I see... The idea I had was more like a combination of a mace and a fire lance, basically where you could load the mace head with a powder charge (rather than gasoline) and have it cause a small explosion/burst of fire from vents in the mace head (pointed outward, of course, so the wielder doesn't get blasted). I'm not sure how the powder would be ignited, though; I want it to have some kind of "trigger" near where it's gripped that could somehow create a spark where the powder is, but I have no idea how to incorporate that without rendering the weapon unusable as a mace. |
"copy-from": "mosin91_30", | ||
"type": "GUN", | ||
"name": { "str_sp": "the Obrez" }, | ||
"description": "A cut down modified Mozin-Nagant. It has a short barrel and the stock has been cut down and fitted with a mace head. The sides of the firearm as well have been reinforced with metal to withstand a beating.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mosin
Summary
Content "Adds a few hybrid melee/ranged weapons that the Artisans can craft"
Purpose of change
The reward from completing both artisan quests I've been putting off adding. Combines firearm, and machining expertise with a lot of engineering to make some interesting new "frontier" style weapons.
Describe the solution
Some infrastructure:
Cody will request specific items, materials and cash to create the following projects over the course of 1 - 2 weeks.
Adds to the game:
the Obrez
Historically a weapon used as a makeshift pistol in places where it's easier to get a surplus rifle than a handgun. This version inspired by a popular cowboy themed shooter is reinforce with steel/iron, with an added finger catch at the end of the handguard, making it heavy but also a functioning mace.
TLDR: Mace + Pistol Mosin
Takes 1 week, 50 merch, 1 mosin
the Pressin
Historically a weapon used for self defense for VIP's and hidden in a glasses case. This .32 firing odd gun will also have a mounted switch blade and a slightly bolstered safety.
TLDR: Holdout 32 Pistol + Knife
Takes switch blade, .32 pistol, 20 merch
the Pulverizer
+
Inspired visually by the Pulverize from Killing Floor but powered by powder charge blanks (used in industrial tools). This is a sledgehammer with a central piston that can be fired at high velocity, so if loaded it can deal huge crits. IRL concept from here https://youtu.be/B3CsOx5U9Gs and https://youtu.be/Puo6Vgcbxps and finally here https://youtu.be/u7JnoRy2vng
TLDR: Sledgehammer + Really huge crits (I'm adding the code for this one in a separate PR)
Takes 2 weeks, sledghammer, 20 .22 blanks, 80 merch
the Louverture
This is the least scientifically grounded of these. A vented mace with an ignition that can be loaded to create a single, or perhaps based on balance/logistics, a few large puffs of fire a single tile in front of you for conflagration. It will be more awkward than a regular mace with the fuel reserve and otherwise be good for starting fires on just about anyone or anything quickly. I don't have a pic for this one...
TLDR: A mace + faux magic wand (if it only casts start fire)
Takes mace, flamethrower, 2 weeks
Describe alternatives you've considered
I may add more of these if the current ones go through.
Testing
Still WIP, basically just PRing so I can link this in my Pulverizer code.
Additional context