Grant Toepfer

Results 6 issues of Grant Toepfer

This adds a configuration which will change the amount of loot dropped by creatures/monsters when they are slain.

Also refactored DropTable patches to be more concise.

Possibly fixes #789, #790, #791, #792. Unclear if there are any incompatibilities in `Valheim v0.214.2` that didn't cause obvious errors. Upgrading `BepInExPack_Valheim` to `5.4.2100` was required. Without it, there were...

I have a bug, that local defined Keys will not be loaded when connecting to a dedicated server. Insted only the default values will be used. I have a fix...

This fixes #758. I reproduced save not working before this change and working afterwards. The issue is that `__instance.m_weapon.m_shared.m_skillType` is `None` for the fishing rod. Casting the rod triggers `ProjectileAttackTriggered`,...

Updates any container modification to check is the container is in use by a player. If it is, then the container is ineligible for modifications. If it is not, it...