OrianaVenture / VentureValheim

Mods for Valheim
MIT License
4 stars 4 forks source link

World Advancement Progression: `LockEquipment` blocks usage of poison arrows found in the Swamp's crypts #40

Closed nbusseneau closed 5 months ago

nbusseneau commented 5 months ago

Hey,

With LockEquipment = true in World Advancement Progression's config, poison arrows found in the Swamp's crypts cannot be used, because their recipe requires obsidian from the Mountain biome.

I think poison arrows are the only instance of an item in Valheim's "intended progression" that you can find prior to finding the materials 🤔

OrianaVenture commented 5 months ago

To get around this servers can change the recipes of the items they want unlocked sooner. Currently I will not be implementing custom configurations for setting up locking since it adds another layer of complexity that makes it harder to maintain the mod. When the game exits early access I intend to add a feature to let people more fully control the locking system.

nbusseneau commented 5 months ago

Yeah I agree that adding a whole layer for that is not practical right now, however in this case I think since it's the sole item in that category, we don't really need a fully extensible mechanism. We could get away with just having special handling for it similar to the already existing exception for entrails with Meadows.

I will submit a PR, you can decide what you think about it.

nbusseneau commented 5 months ago

41

Jonny-Havoc commented 4 months ago

@OrianaVenture you should add this PR