LuckyBranches
This mod allows to find special wood when picking up branches, depending on the Biome the player visits, with a configurable chance and amount. Each Biome may be turned on/off.
Last updated | 2 years ago |
Total downloads | 1527 |
Total rating | 0 |
Categories | Tweaks Crafting Server-side Client-side Mistlands Update |
Dependency string | JustMennowar-LuckyBranches-1.0.2 |
Dependants | 5 other packages depend on this package |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.1901ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.10.4README
LuckyBranches
What..
Allows the User to find, depending on the biome currently positioned in, with a configurable chance and amount, additional special woods:
- Fine wood in the Meadows,
- Round logs in Black Forest and last but not least
- Ancient Bark in the swamps.
Config..
The settings would mostly reside in the <ValheimDirector>\BepInEx\config\mennowar.mods.FineWoodBranches.cfg
Section [General]
setting | value | meaning |
---|---|---|
isEnabled | True / False | Enables or disables the complete mod |
dropChance | int | The %-Chance to find a special wood |
dropAmount | int | How many special wood the user may find additional to the default wood from branches |
showMessage | True / False | Sets a value whether the Information-Message when found some wood should be displayed |
Section [Debug]
writeDebug - True / False - Sets a value, indicating if additional log lines in the console should be written
Section [Biomes]
setting | value | meaning |
---|---|---|
meadowsEnabled | True / False | Enable or Disable finding of the wood in the Meadows |
blackforestEnabled | True / False | Enable or Disable finding of the wood in the Black Forest |
swampEnabled | True / False | Enable or Disable finding of the wood in the Swamp |
*Here is no Plains added, because when entering the Plains, you are supposed to be able to get all woods with ease.
Other..
It should be installed in the server and the client. Changing the Config requires restarting the game to take effect.
Thanks go out to the lovely "schattentraum" for the idea of this mod.
Version
1.0.2
- updated Jotunn Dependency to be 2.10.04