Project Zomboid

Project Zomboid

96 rating
Stat Tweaks Lib
   
Penghargaan
Favorit
Difavoritkan
Batalkan favorit
Ukuran File
Diposting
Diperbarui
87.724 KB
26 Jan @ 2:42pm
1 Feb @ 6:55am
2 Catatan Perubahan ( lihat )

Berlangganan untuk mengunduh
Stat Tweaks Lib

Deskripsi
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
Diskusi Populer Lihat Semua (1)
0
26 Jan @ 5:42pm
Modder's Guide
Dr. Lalaoz
22 Komentar
TheLastHeroAlive 4 Okt @ 8:10pm 
thanks for the reply. Cheers.
Dr. Lalaoz  [pembuat] 4 Okt @ 7:36pm 
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 4 Okt @ 6:52pm 
Required item for trait mod but list as build 42 ? so is this required for b41 ?
Ryu 18 Sep @ 3:08am 
It's probably cigarret stress as characters I make without the smoker trait don't hasve this issue.
Dr. Lalaoz  [pembuat] 25 Agu @ 8:59am 
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 24 Agu @ 4:52pm 
Can confirm smoker goes to max anxiety after a few minutes of playing
Manam Deaf 12 Jul @ 1:07am 
rate 4/10
AI WitchHunt 2069 16 Jun @ 3:26pm 
The smoker stress spikes at a certain point to max stress.:steamsad: Fix my precious smoker please!
空白回想 19 Mei @ 6:18am 
Now there is a bug that will cause smokers' stress to rise to 100 quickly.
Dr. Lalaoz  [pembuat] 4 Feb @ 2:26pm 
@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.