Project Zomboid

Project Zomboid

Combat Traits [B42 Compatible]
38 条留言
somewhatfrog  [作者] 5 小时以前 
@Air Ray Phalanx Melee-matician covers all weapons.
󠀡Air Ray Phalanx 11 小时以前 
Would you ever consider creating a sub-variant version of this modification to allow for a person to take multiple traits (even all of them) if they have the trait points to get them all? That is if it's possible.
Tynelia 10 月 2 日 上午 3:53 
Discussion started! Hopefully it's of use. :)
somewhatfrog  [作者] 10 月 1 日 上午 5:16 
@Tynelia Thanks! Can you start a new discussion here and explain it in details in there? I am curious :D
Tynelia 10 月 1 日 上午 4:45 
Thank you for the excellent mod! Glad this one is working well in B42, even after the newest update. I used some of the code from this mod to fix Even More Traits, is it ok if I share with them what I did? (I'm no coder btw, I just erased the part of their code causing the errors and copied over parts of yours that looked very relevant. So far in my testing, I'm not getting any errors anymore; this did the trick!). I'm 100% ok not sharing if you'd rather I didn't.
농담똘 9 月 28 日 上午 5:36 
tysm for the update!
somewhatfrog  [作者] 9 月 28 日 上午 4:16 
@cockasaurus welcome! :spiffo:
cockasaurus 9 月 28 日 上午 4:13 
thanks for the update
somewhatfrog  [作者] 9 月 27 日 下午 1:29 
@2COMFY thanks for report! Seems like TIS changed one of the getters with this update, I will be able to push update in about 12 hours
2COMFY 9 月 27 日 下午 12:49 
Throwing errors in 42.12
SoyBoySam 9 月 18 日 下午 8:08 
Wow, thanks for the hint on where to start I really appreciate it LOL. I've been doing research since i asked and I'm realizing that (for other mods) this might take a second for me to get a hang on to.
As for asking, its overall just a thing I'd prefer to do. Regardless if it required the code or not.
Anyways ima get on both of these since i got the go ahead from the even more traits mod maker too, thanks again for help on how to make it dynamic.
somewhatfrog  [作者] 9 月 18 日 下午 12:00 
@SoyBoySam I do not plan to make these traits dynamic, they are pretty strong. I appreciate you asking for permission, though you didn't have to because code from this mod is not required to make this traits dynamic, just make sure you add both modules as requirement in the `mod.info`. And then in your code use technical names for this traits which you can find in `CombatTraitsCore` module like: `if myReasonToGain and not character:HasTrait("SWBlades") then character:getTraits():add("SWBlades") end`. You can check the `SomewhatTraitsCore` module in Somewhat Traits mod if you want to reference how I implemented dynamic traits there. Good luck!
SoyBoySam 9 月 17 日 下午 7:19 
wow a lot of people have my pfp, need to change it.
Hi! Really quick, There any plans to make a dynamic version of this? I usually like having most traits be dynamic because there's just no way you wouldn't pick up anything after being in an apocalypse for so long. And if youre not, while i dont have any idea of how to make these would you mind if i tried my hand at making these dynamic?
Kar33a 7 月 2 日 下午 3:38 
oh man now i c there is a trait name melee-matician
Kar33a 7 月 2 日 下午 3:37 
so the traits of one handed weapons and two handed weapons are incompatible, right? is there a way to combine them
Gamer Girl Bong Water 6 月 13 日 下午 4:27 
Thank you very much!
somewhatfrog  [作者] 6 月 13 日 下午 3:53 
@Gamer Girl Bong Water yes, check the "to modders" part of description, copy the file mentioned there into the corresponding folder in your own server specific mod and then comment out the lines which add the traits you don't want, there you can also adjusts the trait costs. Inspect the file for more info
Gamer Girl Bong Water 6 月 13 日 下午 3:19 
Hello!~ I was just wondering if there's a way to turn off certain traits from the mod easily? I'm working on setting up a MP server and wanted to use a lighter trait list. Thank you!
somewhatfrog  [作者] 4 月 12 日 上午 7:39 
@FlufyFox by default you need to add them at character creation. But it is possible to create a module which will allow to gain this traits by reaching certain skill level or whatever you can come up with
FlufyFox 4 月 12 日 上午 3:51 
do we need to get them when start or can we earn the traits by leveling up the skill ? thanks ^^
somewhatfrog  [作者] 3 月 30 日 上午 10:06 
@poopsock it is melee only, I might make a mod for ranged weapons at some point
=7Cav=PVT.Anderson.TP 3 月 23 日 下午 4:55 
is there any traits for firearms? i see these are all attack speed related, but maybe adding something like the more traits' gun prowess or adding a critical damage modifier would be nice.
eggy 2 月 22 日 上午 8:38 
good mod, but could you add a setting so you can have more than 1 combat trait?
somewhatfrog  [作者] 2 月 22 日 上午 5:00 
@Cinder-SG there is traits to cover multiple categories
Cinder-SG 2 月 22 日 上午 4:25 
It's a shame that I want the acceleration effect of multiple weapons
somewhatfrog  [作者] 2 月 22 日 上午 3:08 
@Cinder-SG because Lumberjack comes with Ax-pert (Axeman). Mutually exclusive as with other attack speed traits from this mod
Cinder-SG 2 月 22 日 上午 1:53 
One problem is that if you choose the original Lumberjack, you will override all the features of this mod
WarFox_1 2 月 21 日 下午 8:48 
do we need to add the mod id individually and the workshop id
somewhatfrog  [作者] 2 月 18 日 下午 10:38 
@Buttered Horsecock @Angela thanks! :spiffo:
Alex_ 2 月 18 日 上午 4:19 
W mod creator:steamthumbsup:
parasyte 2 月 17 日 上午 11:13 
W mod creator:steamthumbsup:
somewhatfrog  [作者] 2 月 17 日 上午 3:26 
@RestoredStar8 thank you! :spiffo:
RestoredStar8 2 月 16 日 下午 7:57 
Good Mod :spiffo:
Construct 2 月 14 日 上午 9:42 
gotcha
somewhatfrog  [作者] 2 月 14 日 上午 9:39 
@Construct it is modular, you can do it yourself and add core module as requirement for your add-on, read description and the details in the mentioned file, to hide traits from character creation screen change the boolean values
Construct 2 月 14 日 上午 9:30 
Do you think you could add a version of the mod where the traits are not selectable? I might write a little script that will give them to you based on skill level
somewhatfrog  [作者] 2 月 14 日 上午 8:18 
@maboo all traits are mutually exclusive, will add this to description
maboo 2 月 14 日 上午 7:28 
Just having the Melle-Matician properties is a 25% increase in speed for all weapons, do I need any other properties? For example, is it possible to increase the speed by 50% with the Melle-Matician + Two-hander =?