-
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
Add missing Krav Maga weapons #33867
Conversation
Co-Authored-By: ZhilkinSerg <[email protected]>
Are there some sources I could see about service weapons being used in krav maga? I'm not finding anything. Oh, nevermind, I take it this isn't so much using the service weapon as a weapon as it is fighting while holding a gun? |
The jist of it is that Krav Maga practitioners in the Israeli armed forces say they train with their service weapons as melee weapons. I haven't found any really good sources. |
The source Hymore used was http://www.your-krav-maga-expert.com/krav-maga-weapons.html I also found these(can't find an IDF manual on the subject, only civilian training courses 😢):
It is using the service weapon in melee. (There's a reason I asked for Hymore to review this 😛) |
So... do Krav Maga teachers in the United States (not in israel) teach how to do this sort of thing? There seem to be alot more hits on disarms than there are with fighting with a rifle. I'm just not so sure it's the sort of thing that a student in the states would actually learn. |
Hm, that's interesting. I always though style names were was automatically applied to weapon descriptions if it was on a whitelist. I'll look into that later. As for the guns, anything is fine for Krav Maga if it is an automatic pistol or automatic rifle. I did my best with the research but I couldn't find anything about what specific weapons people are trained with in Krav Maga. So I had to take a more general approach to the weapons. CDDA isn't the best when it comes to searching for guns. The whole gun system must have been made by someone who loves guns and as a person without a lot of experience with firearms, I had to go through by hand and look at each pistol and rifle and added them if the description sounded correct. It doesn't surprise me that I missed some. So, good job on finding the rest! |
These sources don't really clarify whether they're about disarming people with pistols and rifles. The IDF one does, but again, that's the IDF. In Israel. If you're using a firearm as a "blunt implement", the type of firearm it is won't matter. The weight and volume of the firearm would matter a lot more. I think that martial arts using any non-long arm would be fine, so long as using it precludes some of the techniques of the art. I think any martial art using a longarm should be limited to Bayonet Fencing and other such military-only style taught in camps (not krav maga). Letting an art that uses a firearm very rarely, as it seems in krav maga, sounds like feature creep. |
This isn't feature creep. Brawling and Taekwondo already let you fight with firearms. |
Am I missing something here? This does not appear to be the case, looking at martial_art.json Cataclysm-DDA/data/json/martialarts.json Lines 811 to 831 in 9e8ad15
Cataclysm-DDA/data/json/martialarts.json Lines 110 to 132 in 9e8ad15
|
You can see the tags that let them use any weapon under the leg_block attribute: force_unarmed and allow_melee. force_unarmed - style lets you use the techniques of the style regardless of the equipped weapon. You cannot blocked with the held item. allow_melee - style treats ANY equipped item as if it was on the weapon whitelist. Unlike force_unarmed, you can still blocked with the weapon if it lets you. force_unarmed has already been around and is the signature ability of Taekwondo. The logic for allow_melee was always there but I added the attribute myself awhile back to allow it to be toggled and to let it not break the logic in martialarts.cpp |
Thank you for explaining. I'm a bit more sold on the weapons' use now as bludgeons, but I think this is going back to our 'learn from a book' problem still. |
There would then the problem of weapon bloat in the menu, there are a lot of compatible guns since Imre Lichtenfeld/the founder started teaching the style at the IDF. Could technically just pick ALL THE PISTOLS/AUTO-RIFLES!! Need another qualifier for style inclusion 🤔. Ideas on additional qualifier, narrowest to largest range of weapons:
(I'd personally add in the Five-Seven and M1911 as exceptions due to Splinter Cell since Fisher primarily uses Krav Maga and the long-standing use respectively 😛 ) I'd also move KM to Melee Weapon Training, or otherwise upcost it by 1 point. Possibly increase the learn difficulty on the manual too. |
Closing until I get more research on what weapons KM primarily uses in the U.S. |
Summary
SUMMARY: Features "More Krav Maga weapon compatibility"
Purpose of change
The rebalance of Krav Maga in #33602 states the baseline for gun compatibility is automatic rifles and semi-auto pistols. As such, there were service rifles/a service pistol missing from the list.
Describe the solution
Added compatibility for the M9, M4A1, M16A4, SCAR-H(L was already allowed), HK416A5 and HK417A2. Also re-alphabetized the SCAR-L given the format of alphabetized melee-pistol-rifle.
Describe alternatives you've considered
No love for the Security Guard(M9), Military Recruit(M4A1), or Bionic Soldier(HK416A5). 😢
Additional context
Review requested from @Hymore246 / Martial Arts Man.