Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Test Subject
Original Poster
#1 Old 2nd Aug 2021 at 5:59 PM
Make spell last longer
I'm trying to make the morphiate spell last longer. I would like to know if there's already a mod that could do this or if there's any way to create a mod that does so.
Thanks.
Advertisement
Field Researcher
#2 Old 14th Sep 2021 at 1:16 PM
Hi. I found no mod, but tried myself:

Changed the number 120 to 300 in this file:
spells_Effects_GetTransformedIntoObject_SpellTarget

In both places in these lines:
<V n="basic_content" t="flexible_length">
<U n="flexible_length">
<L n="conditional_actions">
<V t="literal">
<U n="literal">
<L n="conditions">
<V t="time_based">
<U n="time_based">
<T n="max_time">120</T>
<T n="min_time">120</T>
</U>
</V>
</L>
etc
.. and the sim turned to a fish for 5 sim hours instead of just 2.

There are a couple of other files if you search for GetTransformedIntoObject, so you might want to try them all. I don't play with spellcasters that much, and don't really want to test them all. It was fun though, the fish thing made me laugh out loud.

I think you might be posting in the wrong section; Modding Discussion is perhaps better.
Back to top