0 of 0

File information

Last updated

Original upload

Created by

Ninjoma

Uploaded by

Ninjoma

Virus scan

Safe to use

About this mod

Returning weapons (returning pike/ dwarven thrower) will return to your bag instead of auto equipping on return unless they were equipped before they were thrown.

Requirements
Permissions and credits
Changelogs
Donations
This mod allows you to throw returning weapons without them auto equipping when they return. They will instead be added to your inventory. If they were equipped before they were thrown, they will still auto equip like normal.

This works with the following base game weapons

  

-Returning Pike
-Dwarven Thrower
-Nyrulna
-Weapon Bond (Eldritch Knight)
In addition, it works with the following mods. Load my mod after theirs in your load order.
-Artificer
-Rage Queen Barbarian Gear
-Thrown Weapon Pack
-
More Weapons by Guigodead
-Rageand Resilience – Barbarian Equipment

If there are any other modded returning weapons you would like me to make compatible with this mod, let me know and I can add compatibility.
For Modders:
If you would like to add compatibility on your own, make sure your weapon has the "MAG_THROWING_RETURN_TO_OWNER" status assigned in the root template and remove all instances of the "ItemReturnToOwner()"  boost from the weapon's data entry. My mod works be deleting "ItemReturnToOwner()" boost from  the "MAG_THROWING_RETURN_TO_OWNER"  status and then reimplementing the improved weapon return logic for weapons with the "MAG_THROWING_RETURN_TO_OWNER" status using a SE script.

Known "issue":
One oddly specific quirk that I will probably fix eventually: If you have a returning weapon equipped and you throw a different returning weapon from your inventory, the thrown returning weapon will get equipped. This should be mostly irrelevant.