Wildermyth

Wildermyth

Not enough ratings
Fox Fire
   
Award
Favorite
Favorited
Unfavorite
Tags: Abilities
File Size
Posted
Updated
9.903 KB
1 Jul, 2020 @ 5:28pm
7 May, 2024 @ 1:29pm
2 Change Notes ( view )

Subscribe to download
Fox Fire

Description
Replaces the stat boost for the Fox tail with a fireball ability
3 Comments
Foxareld  [author] 7 May, 2024 @ 1:34pm 
Just updated to hopefully fix that overlapping tail issue. Thank you Noctune for your suggestion
Noctune 24 Nov, 2023 @ 1:06pm 
For anyone who wants to fix this them selves I found that going to the mod files Steam\steamapps\workshop\content\763890\2150273045\assets\data\themes and editing fox.json to replace
"layers": [
{
"name": "tailFoxA_tint",
"tint": "hair", "tintAmount": 0.65,
"depth": 101
},
{
"name": "tailFoxB_untinted",
"depth": 102
with
"layers": [
{
"name": "tailFoxA_tint",
"tint": "hair", "tintAmount": 0.65,
"depth": 101,
"ifNoOwnerAspect": "themeSkin_fox*"
},
{
"name": "tailFoxB_untinted",
"depth": 102,
"ifNoOwnerAspect": "themeSkin_fox*"
will fix the issue and allow the use of the dlc skins of the tail with the mods effect.
Hope this helps someone that likes this mod as much as I do.
Noctune 23 Nov, 2023 @ 4:55pm 
Mod has slight incompatibility with the dlc due to it adding more styles for the tail. Old tail is constantly overlapping the new versions.