can you enlighten me how this bug work? I have some mod that somehow crash when I hover over the icon. I can't figure out what cause it that way but it sound like how this mod function
Just create an object like this: new entry "WPN_PanicButton" type "Weapon" using "WPN_Longsword_1" data "RootTemplate" "583828f3-dbba-4a4a-a52c-cfb1d6a4b6db" data "ValueUUID" "583828f3-dbba-4a4a-a52c-cfb1d6a4b6db" data "Rarity" "Legendary" data "BoostsOnEquipMainHand" "UnlockSpell()" data "PassivesOnEquip" "" data "DefaultBoosts" "WeaponEnchantment(2);WeaponProperty(Magical)" data "ValueOverride" "4000" Then, on Boosts write Unlockspell, but just leave the parenthesis empty
7 comments
new entry "WPN_PanicButton"
type "Weapon"
using "WPN_Longsword_1"
data "RootTemplate" "583828f3-dbba-4a4a-a52c-cfb1d6a4b6db"
data "ValueUUID" "583828f3-dbba-4a4a-a52c-cfb1d6a4b6db"
data "Rarity" "Legendary"
data "BoostsOnEquipMainHand" "UnlockSpell()"
data "PassivesOnEquip" ""
data "DefaultBoosts" "WeaponEnchantment(2);WeaponProperty(Magical)"
data "ValueOverride" "4000"
Then, on Boosts write Unlockspell, but just leave the parenthesis empty