-
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
Weapon Categories #51867
Comments
Fixes stuff caused by CleverRaven/Cataclysm-DDA#51950 I'll tinker with weapon categories when CleverRaven/Cataclysm-DDA#51867 is complete I suppose, tested and weapons added via category aren't visible but mods adding in explicit weapons don't override them.
Would it be possible to have an unarmed category, as well as have them display for unarmed martial arts (such as Zui Quan)? |
You can use this link to see the current unarmed weapons (The weapons with the "UNARMED_WEAPON" flag), they only are the knuckles and the cestus, "none" is for no wielding, and the handcuffs are only there to allow you to use unarmed techniques after the robo police capture you. It would be nice to have them displayed in the item menu, but they use a different code that weapons, if I add a weapon category, to say, Dragon Kung Fu, I would need to add One way to do what you want would be to just display the weapons with the flag in the martial art menu, like the weapon categories now, but a better idea that I just had... To add an option for techniques and buffs of a style to work or not depending of the weapon category used by the current weapon, so, for example, you can have a unique technique that only triggers while using shorts swords, and a buff to critical chance while using knives, all in the same style. I will open a new issue for this idea, this way, it would allow more diverse martial styles and to make a "Knuckles" category or something. This will require C++ so lets hope someone likes the idea and helps implementing it. Edit: Currently, apart from the weapons with the unarmed flag, if you don't wield something, but you are wearing a piece of clothing or armor in the hands, then that clothing is used as an unarmed weapon, you receive bonus damage from it, like with the skewer knuckles, which gives piercing damage if you wear it and attack unarmed. Edit 2: #52783 |
Are any more left to do on this? |
Weapon styles remaining are only 3, Barbaran, Medieval and Niten Ichi-Ryu, apart from those I want to turn the unarmed weapons into proper weapons, using the new restriction by categories to implement it, but I have been doing other things so I left it on the back burner for now. After these styles I want to start with the MMA styles, so there is that. |
@Termineitor244 if haven't already, you might want to take a look at #54313 and #41209, arguably anything that you can wear on your hands is an unarmed weapon now, I think? (I'm not really sure how it all works at this point) #53939 may also be relevant. Depending on how it works, it may be unnecessary to deal with unarmed with weapon categories at all. Also, welcome back! 🥳 |
Its what I have seen, I need to give it some tests (Maybe after the bug with unarmed wearable weapons is resolved) but I hope it works fine and is just some touch ups for any remaining weapon in the styles (No more style weapons! Only categories!). The new unarmed mechanics looks pretty great in paper, I can't wait to change my character into an unarmed master haha. |
Is your feature request related to a problem? Please describe.
Weapon categories are an useful concept made possible by #50212, every time there is a new implemented weapon, one needs to manually insert it in the weapon lists of the many martial arts there are, but with the categories, one would just need to add a category, and the martial arts would update themselves accordingly. This issue is mainly to organize the PRs I will be doing to make the martial arts actually use the feature.
Weapon Categories guidelines:
1._ It should be re-usable by different martial arts if possible.
2._ It should include similar items.
3._ No weapon should remain in a weapon list, if the martial art has a theme, it can have categories for its weapons.
List of weapon categories added until now:
Additional context
List of martial arts and their respective PRs:
Krav Maga: #51785 and #52615
Ninjutsu: #51868
Eskrima: #51918
Silat: #51972
Sōjutsu: #52579
Fior Di Battaglia: #52671
Fencing: #52786 and #52839
Karate: Already done by Hymore246 in #52305
Bionic Combatives: #52885
Medieval Swordsmanship: Done by @catdach in #53449
Niten Ichi-Ryu: Done by @catdach in #53695
Barbaran Montante: Done by @catdach in #54758
Bōjutsu: Done at MA creation by @SantosValourion and reviewers in #50010, finished in #57008
Aikido and Judo: #57008
Extension of this project into the MMA mod:
#56105 by @catdach
Related:
Display martial arts weapons by category: #52638 by @dseguin
Allows translation of weapon categories: #52639 by @Saicchi
Required weapon categories for buffs & techniques: #52788 by @dseguin
Partial update of the MMA and Magiclysm mods for compatibility with already added categories: #55756 by @trip-flip
And following fix of that update: #56082 by @TheShadowFerret
Specific techniques for weapon categories: #56116 by @bombasticSlacks
The text was updated successfully, but these errors were encountered: