Updated README

This commit is contained in:
Eddoursul 2022-02-13 03:32:01 +01:00
parent e331108089
commit b10f10771d

View File

@ -1,9 +1,10 @@
## Pickup Helper
Picks up loose gold, arrows, ingredients, flora, leather, hides, and ingots of the same type.
Picks up loose gold, arrows, lockpicks, ingredients, flora, leather, hides, and ingots of the same type.
Inspired by dylbill's [Take All Loose Gold and Arrows](https://www.nexusmods.com/skyrimspecialedition/mods/22680), but approaches certain tasks differently. Made mainly for personal use, hence the lack of customization.
- Pickup Helper is based on a perk with the Activate entrypoint instead of using [OnItemAdded](https://ck.uesp.net/wiki/OnItemAdded_-_ObjectReference).
- Picks up wider range of items, becoming a simple autoloot helper as well.
- Does not rely on pre-defined item lists and uses automatic detection more extensively.
- Has a weight limit per item, 4 lbs by default, to prevent picking up heavy Dwemer gears.