Project Zomboid

Project Zomboid

Somewhat Traits [B42 Compatible]
正在显示第 1 - 10 项,共 47 项条目
< 1  2  3  4  5 >
更新于: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.

更新于:10 月 13 日 上午 3:00
作者:somewhatfrog

+ B42: fixed an error with Winter Spawn Sandbox Setting

更新于:10 月 8 日 上午 3:00
作者:somewhatfrog

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

更新于:9 月 28 日 上午 3:00
作者:somewhatfrog

+ fixed an error caused by b42.12 update

更新于:9 月 26 日 上午 3:01
作者:somewhatfrog

+ b42 trait name change Crafty > Productive

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

更新于: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

更新于:9 月 16 日 上午 11:06
作者:somewhatfrog

更新于: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.

更新于:9 月 8 日 上午 10:53
作者:somewhatfrog

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

更新于:9 月 7 日 下午 3:00
作者:somewhatfrog

+ fixed a bug where sometimes effects of the traits would persist after death even if those traits are not present anymore
+ Squirrel: slightly improved fatigue compensation