Does this mod works with Randomized Equipment Loot? if not, it would be great if you could add a REL version, it seems to be simple to do, the mod page has a tutorial.
Can you please create a mod that spawns the NYRULNA weapon (2 handed) in the tutorial chest at the nautiloid? I’m hoping to use it at the very start of the game and you seem like the person that can make it happen!
Great mod - one thing though - the spear a) seems to be upside down (point down) and b) clips into the ground even on tall races - if it was rotated 180 degrees.... Interesting - seems different for different races - Half Elf point down, Githyanki point up
Hey, would it be possible to add another weapon with a Githyanki Sword look? I would love to have a thrown (returning) sword as EK Lae'zel and unfortunately while weapons return for Eldritch Knight, throwing Swords doesn't do much without the thrown property.
I'm trying to create my own weapon mods but I'm having trouble applying the return enchantment. It seems the MAG_HomingWeapon_Passive doesn't work on its own.
After some testing and reverse engineering, I found that to cause weapons to return after throwing without using a spell, one can add "ItemReturnToOwner()" to the weapon object in the "DefaultBoosts" section. The passive you mentioned only adds the text name and description but does not add the actual returning functionality. The "ItemReturnToOwner()" attribute is vanilla and can be added to modded weapons or vanilla weapons, etc.
Example: data "DefaultBoosts" "WeaponDamage(5d20,Fire);WeaponEnchantment(3);WeaponProperty(Magical);ItemReturnToOwner();"
Very nice mod, if a bit OP till maybe halfway through Act 2. I'm hoping you could help me with a small problem I've been having.
I've been trying to add the Returning property to the spear and daggers/tanto's in AnteMaxx's Basket weapons, with no joy. I tried unpaking your mod and using the weapon descriptions and passive.txt as a possible solution, but have had only partial success.
I added the "passive data" line "MAG_ReturningWeapon" to the item descriptions, and got the text stating the property to show up on the weapons in game description...but only the description, not the property. I even tried adding the Thrown Weapon bit from your passive.txt to the Basket one, and referencing it in both Passive Data and Data "Boosts" in the weapon txt, but still no joy on the weapons actually returning to hand when thrown.
Any chance you could help me out here? Tell/show me what I'm missing? Any help would be greatly appreciated.
After some testing and reverse engineering, I found that to cause weapons to return after throwing without using a spell, one can add "ItemReturnToOwner()" to the weapon object in the "DefaultBoosts" section. The passive you mentioned only adds the text name and description but does not add the actual returning functionality. The "ItemReturnToOwner()" attribute is vanilla and can be added to modded weapons or vanilla weapons, etc.
Example: data "DefaultBoosts" "WeaponDamage(5d20,Fire);WeaponEnchantment(3);WeaponProperty(Magical);ItemReturnToOwner();"
30 comments
soon?
Also on the Forseti axe was wonder if you could change it from a Strength of 19 to give you say a +3 to strength.
Interesting - seems different for different races - Half Elf point down, Githyanki point up
I would love to have a thrown (returning) sword as EK Lae'zel and unfortunately while weapons return for Eldritch Knight, throwing Swords doesn't do much without the thrown property.
How were you able to make your weapons return?
Example:
data "DefaultBoosts" "WeaponDamage(5d20,Fire);WeaponEnchantment(3);WeaponProperty(Magical);ItemReturnToOwner();"
I'm hoping you could help me with a small problem I've been having.
I've been trying to add the Returning property to the spear and daggers/tanto's in AnteMaxx's Basket weapons, with no joy.
I tried unpaking your mod and using the weapon descriptions and passive.txt as a possible solution, but have had only partial success.
I added the "passive data" line "MAG_ReturningWeapon" to the item descriptions, and got the text stating the property to show up on the weapons in game description...but only the description, not the property. I even tried adding the Thrown Weapon bit from your passive.txt to the Basket one, and referencing it in both Passive Data and Data "Boosts" in the weapon txt, but still no joy on the weapons actually returning to hand when thrown.
Any chance you could help me out here? Tell/show me what I'm missing? Any help would be greatly appreciated.
Example:
data "DefaultBoosts" "WeaponDamage(5d20,Fire);WeaponEnchantment(3);WeaponProperty(Magical);ItemReturnToOwner();"