Project Zomboid

Project Zomboid

Somewhat Traits [B42 Compatible]
48개 중 1~10개 표시 중
< 1  2  3  4  5 >
업데이트: 2025년 11월 19일 오전 3시 02분
작성자: somewhatfrog

+ Bouncer: added weapon weight into calculation (again)

업데이트: 2025년 10월 21일 오전 3시 00분
작성자: somewhatfrog

+ added translation modules which provide automated translations for all 26 languages supported by the game

Feel free to release add-ons with better translations, I will not accept improvements for provided translations because that would require me to review each and every one to avoid bad actors and I rather spend that time working on features and new mods. English is not my first language either and I hope these are good enough or at least can help you with making better versions. Thanks for understanding.

업데이트: 2025년 10월 13일 오전 3시 00분
작성자: somewhatfrog

+ B42: fixed an error with Winter Spawn Sandbox Setting

업데이트: 2025년 10월 8일 오전 3시 00분
작성자: somewhatfrog

+ Frog Companion: added extra check for the upcoming complementary mod
+ new: Gardener - Twice faster watering actions

업데이트: 2025년 9월 28일 오전 3시 00분
작성자: somewhatfrog

+ fixed an error caused by b42.12 update

업데이트: 2025년 9월 26일 오전 3시 01분
작성자: somewhatfrog

+ b42 trait name change Crafty > Productive

ensures that it can be picked together with the new vanilla Crafty trait

업데이트: 2025년 9월 16일 오전 11시 08분
작성자: somewhatfrog

+ Winter Spawn: replaced Padded set with Green Santa set
+ fixed trait description typo
+ removed redundant code from gaining Speed Demon
+ restructured Hemophobic code

업데이트: 2025년 9월 16일 오전 11시 06분
작성자: somewhatfrog

업데이트: 2025년 9월 11일 오전 3시 01분
작성자: somewhatfrog

Thanks everyone for the patience and sorry again if I have caused restarts on your servers in the past couple of weeks, I was too focused on polishing the mod and didn't notice that the amount of users grew far outside of just the server it was made for.
I will try to push future small updates together with popular mods (i.e. ki5/damnlib/common sense/craft helper etc) to minimize the additional restarts for most servers out there. Crucial updates like this one might happen at 10am UTC.

+ rewrote the logic behind the trait functions calling and added extra checks to workaround some random pz juju* (thanks @sbevebeesechurger and others for reports)
+ fixed a bug where stress reduction/addition traits would substantially impact stress for characters with Smoker** (thanks @spiciernoodles for report)
+ Frog Companion: fixed an oversight in the check which allowed to benefit from the trait by renaming any item to Frog and not benefit from the actual frog if it was renamed (kek, thanks @Bill for report)
+ Drunkenness: now characters lose drunkenness twice faster while asleep (though that I already implemented it, thanks @minne for reminding to check)
+ Drunkard: added extra check for the weapon drop (thanks again @Bill)
+ code cleanup

*Apparently sometimes for some reason some events like `EveryOneMinute` can be called twice instead of once, this occasionally caused players to experience the doubled values/chances from the traits, basically twice stronger effect than intended, so far with the new implementation I was not able to reproduce this behavior.

**After looking into decompiled game code I found that `getStress()` returns `stress + stressFromCigarettes` instead of just `stress`, which was a surprise. As a result smokers had to smoke more often than they would in vanilla. This is no longer the case and stress reduction/addition traits should work as intended and only affect regular stress unrelated to smoking.

업데이트: 2025년 9월 8일 오전 10시 53분
작성자: somewhatfrog

+ Speed Demon: increased the required speed to have a chance to gain the trait