DdsLedg Posted February 3, 2017 Share Posted February 3, 2017 Hi all, so I'm trying to create a few new enchantments as part of my mod, but I've ran into a bit of trouble. I'm trying to create enchantments that affect the speed of attacks - one that affects bows and another that affects weapon swing speed. I can made the enchantments using the "WeaponSpeedMult" item and setting it to only apply when using a "WeapTypeBow" or whatever, and it seems to work except for one thing. When creating the enchantment the magnitude needs to be given as a decimal, such as 1.25 for 25% faster, due to it being a multiplier. Therefore when I put in the description: "Draw your bow <mag>% faster", it doesnt work, because mag isnt the actual percent, rather its a decimal. In-game it rounds anyway down to 1 so the information is useless, its not like I can even put it as "Draw your bow <mag> times faster.". Basically what I'm asking is if theres a way to change this so you can maybe do a calculation in the description, such as (mag - 1) * 100, to get it to a percentage? Or is there any way I can do this differently or something in order to get it to read off as a percentage. Thanks in advance Link to comment Share on other sites More sharing options...
DdsLedg Posted February 4, 2017 Author Share Posted February 4, 2017 bump anyone? Link to comment Share on other sites More sharing options...
LooseEnds Posted February 6, 2017 Share Posted February 6, 2017 I'm not sure but if you have a looked at the stats on the zephyr bow(KatriaBow) in CK I think that has some sort of speed application on it. That may help apart from that Im sorry I couldn't help more. General path items/Weapons/DLC1LD_KatriaBow. If you go back thru the Enchanting option to the MagicEffect you may find your answer. I just had a quick look and I could not see anything that remotely shows how something like what you want works. You may see better, Good luck. Link to comment Share on other sites More sharing options...
Graybark Posted February 6, 2017 Share Posted February 6, 2017 Why don't you simply edit the speed of your weapons? I know this is not what you're asking for but it is far simpler. Link to comment Share on other sites More sharing options...
Recommended Posts