Project Zomboid

Project Zomboid

+300 Points Trait
Still Working IWBUMS Build 41.53?
Been running into crash bugs that delete parts of my inventory, could this be the cause of this mod not having been updated since last year?
< >
Showing 1-2 of 2 comments
Peu  [developer] 1 Oct, 2021 @ 2:22pm 
unlikely, here is the entire code:

require('NPCs/MainCreationMethods');
local function init300PointsTrait()
TraitFactory.addTrait("300Points", "300 points", -300, "Get 300 points to spend on traits.", false);
--300Points:addXPBoost(Perks.someperkname, 0)
end

Events.OnGameBoot.Add(init300PointsTrait);
DonnieDoodles 1 Oct, 2021 @ 3:11pm 
Originally posted by Peu:
unlikely, here is the entire code:

require('NPCs/MainCreationMethods');
local function init300PointsTrait()
TraitFactory.addTrait("300Points", "300 points", -300, "Get 300 points to spend on traits.", false);
--300Points:addXPBoost(Perks.someperkname, 0)
end

Events.OnGameBoot.Add(init300PointsTrait);

Ahhhhhhhhh, that could explain it. I hope this will be updated soon. I thought my location of the cabin in the woods with the well was causing game crashes.
< >
Showing 1-2 of 2 comments
Per page: 1530 50