Project Zomboid

Project Zomboid

102 个评价
Stat Tweaks Lib
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
87.724 KB
1 月 26 日 下午 2:42
2 月 1 日 上午 6:55
2 项改动说明 ( 查看 )

订阅以下载
Stat Tweaks Lib

描述
Library of tools for modders and myself
Adds tools for applying gradual changes to stats, as well as gain/loss modifiers for all stats.
Check discussions for modders guide

Workshop ID: 3415375593
Mod ID: LazoloStatTweaksLib
热门讨论 查看全部(2)
0
10 月 23 日 下午 2:29
Max Stress Bug
Apathy
0
1 月 26 日 下午 5:42
Modder's Guide
Dr. Lalaoz
22 条留言
TheLastHeroAlive 10 月 4 日 下午 8:10 
thanks for the reply. Cheers.
Dr. Lalaoz  [作者] 10 月 4 日 下午 7:36 
no this isnt required for b41. Having it enabled should do nothing in that version. This mod was part of Even More Traits before i split it into its own library mod for anyone else to use.
being able to add percentage modifiers is something zomboid just doesnt have, and the method i used to accomplish it would get laggy if a bunch of mods are doing the same thing. so its easier if one mod handles it all. hence; the library mod.

at least that was the idea anyway, in practice it looks like not a lot of people actually looked at it. still. its here.
TheLastHeroAlive 10 月 4 日 下午 6:52 
Required item for trait mod but list as build 42 ? so is this required for b41 ?
Ryu 9 月 18 日 上午 3:08 
It's probably cigarret stress as characters I make without the smoker trait don't hasve this issue.
Dr. Lalaoz  [作者] 8 月 25 日 上午 8:59 
can you tell if its the regular stress or the cigarette stress? cause those are two separate values in the code.
And how consistent is it?

if its normal stress then its probably you gaining stress from a TV or anything that gives the (^ Stress) icon, which has a bug where every time you gain stress that way, it adds the smoker stress to your current stress again. so if you had 0 stress and 25 smoker stress, then gain 10 stress. you'd end up with 35 stress and 25 smoker stress. Its a bug you have to account for whenever you modify the stress value in any mod.

if its consistent and regular stress, then i might need to go adjust the formula to account for whatever fix they tried to do in b42.
if its CigStress then i'll have to go debug it.
Ryu 8 月 24 日 下午 4:52 
Can confirm smoker goes to max anxiety after a few minutes of playing
Manam Deaf 7 月 12 日 上午 1:07 
rate 4/10
AI WitchHunt 2069 6 月 16 日 下午 3:26 
The smoker stress spikes at a certain point to max stress.:steamsad: Fix my precious smoker please!
空白回想 5 月 19 日 上午 6:18 
Now there is a bug that will cause smokers' stress to rise to 100 quickly.
Dr. Lalaoz  [作者] 2 月 4 日 下午 2:26 
@Clem if you don't know where to put that line of code then you should read the modders guide on the pzwiki. that line is a line of lua code that goes in a script in media\lua\client and if you don't know how to write a script you bascially can't do anything with this mod.