Total War: WARHAMMER III

Total War: WARHAMMER III

Not enough ratings
Yvresse Mist For Vassals
   
Award
Favorite
Favorited
Unfavorite
campaign
Tags: mod
File Size
Posted
Updated
543.839 KB
11 Nov, 2022 @ 3:21am
17 May, 2023 @ 7:58pm
15 Change Notes ( view )

Subscribe to download
Yvresse Mist For Vassals

Description
When you fully upgrade the Yvresse defense level it applies to all allies in the outer regions of Ulthuan. There are mods that allow you to vassalize other factions as High Elves, though, and the default script didn't check for that, so I added it in.

Two additional changes made:

AI Yvresse could only upgrade the mists to level 2. I have allowed them to fully upgrade it.

Lothern has been added as an outer region, so the mists will help Tyrion out if the Dreadfleet is making landings.

I've listed the mod, "All Diplomatic Options - Vassalize, Confederate," as required, since you can't otherwise acquire vassals as Yvresse. If you are playing as someone other than Eltharion and just want the upgraded mists to apply should Yvresse upgrade the defense level to 3, then this mod does not have any prerequisites.
11 Comments
Lycia Pintella  [author] 31 Mar, 2023 @ 6:43am 
I'm out of modding action for probably a few weeks due to a family emergency. If the other modder wants to grab the .lua file I modded from this pack and apply their region list to it to make it global, I'm fine with that, though.
Azure 30 Mar, 2023 @ 12:34pm 
Is ther any possibility that you could merge this mod with https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2854503714&searchtext=mist which makes the most could spread out the whole map.
Obi-wan_Kenobi 11 Nov, 2022 @ 6:19am 
it sound cool, will try play to it
Lycia Pintella  [author] 11 Nov, 2022 @ 6:05am 
Fixed, sorry for posting a mod and breaking it right after.
Lycia Pintella  [author] 11 Nov, 2022 @ 5:36am 
I fucked up the lua just a moment ago but I'll have it fixed as soon as I figure out where I left out a parenthesis or something hah.
Lycia Pintella  [author] 11 Nov, 2022 @ 5:33am 
It causes attrition to hostile armies in regions protected by the mists, gives armies special abilities like stalk and snipe when fighting, and if the mist is upgraded in Eltharion's dungeon it can give faster recruitment, better ambush chance, and I think it does winds of magic boosting too.
Obi-wan_Kenobi 11 Nov, 2022 @ 5:22am 
yvresse mist what it does do?,i never play the faction
Lycia Pintella  [author] 11 Nov, 2022 @ 5:18am 
I pushed the last update I mentioned. You can get it working for N'Kari now by opening the pack file and deleting, "owning_faction:culture() == m_hef_culture and" from the code.
Lycia Pintella  [author] 11 Nov, 2022 @ 4:49am 
oh dear god that formatting was awful. Add me as a friend if you want and I'll make a pastebin or something for you.
Lycia Pintella  [author] 11 Nov, 2022 @ 4:49am 
Not currently. The main problems are that it checks to see if the culture is high elven and works for vassals of Eltharion.

It was pretty easy to add a check for Eltharion to be the vassal of an Elvish faction to let the mists work that way (which I wouldn't have thought of if not for your comment).

Here is that new code (not uploaded until my battle is over):

if owning_faction:culture() == m_hef_culture and (owning_faction:name() == m_eltharion_faction_key or owning_faction:allied_with(yvresse_faction) or owning_faction:is_vassal_of(yvresse_faction) or yvresse_faction:is_vassal_of(owning_faction)) then
cm:create_storm_for_region(region_key, 1, 1, "hef_mist_storm")

You can get it working for N'Kari by deleting "owning_faction:culture() == m_hef_culture and" in the new snippit above in RPFM.