Jump to content

[41.65] Herbalist Magazine Perks Broken - Can't Find Medicinal Herbs


Surrealistik

Recommended Posts

19 hours ago, Pandorea said:

Healing herbs can be found after or during rain in Deep forest areas. Also the char must be of certain Foraging level to recognise them.


This is true for the chargen perk as well? Is there any difference between this trait when gained via the magazine and having it at chargen? Search mode radius?

Edited by Surrealistik
Link to comment
Share on other sites

Intended or not, currently the magazine does not unlock medicinal herbs. Lemon Grass is an exception, which can be found by anyone.

 

This is because medicinal herbs require the trait to be visible. Also confirmed in 41.66 (unstable).

Plantain = {
		type = "Base.Plantain",
		minCount = 2,
		maxCount = 8,
		xp = 15,
		traits = { "Herbalist" },
function forageSystem.hasNeededTraits(_character, _itemDef)
	local knownTraits = 0;
	for _, trait in ipairs(_itemDef.traits) do
		if _character:HasTrait(trait) then
			knownTraits = knownTraits + 1;
		end;
	end;
	return #_itemDef.traits == knownTraits;
end
Link to comment
Share on other sites

In builds up to 41.60, medicinal herbs (other than lemongrass) is checking the recipe "herbalist" for prerequisite.  The herbalist recipe can be gained by reading The Herbalist magazine in-game. In builds 41.65 and later, medicinal herbs are checking for the player trait "herbalist" instead.  The herbalist trait is only available during character creation.

 

So after 41.65, reading The Herbalist magazine will not allow player to detect/forage medicinal herbs; only selecting the Herbalist trait at creation will allow player to detect medicinal herbs when foraging.

 

Project Zomboid 2_27_2022 9_21_57 PM (2).png

Project Zomboid 2_27_2022 9_18_07 PM (2).png

Edited by nanoplasm
Link to comment
Share on other sites

On 2/24/2022 at 2:10 AM, Pandorea said:

Healing herbs can be found after or during rain in Deep forest areas. Also the char must be of certain Foraging level to recognise them.

Sorry, I am not sure if the moderator would know.  But was this change to the prerequisite for foraging medicinal herbs an intentional change to the game mechanics?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...