0 of 0

File information

Last updated

Original upload

Created by

almasy87

Uploaded by

almasy87

Virus scan

Safe to use

Tags for this mod

4 comments

  1. Cahooots
    Cahooots
    • member
    • 10 kudos
    Weird, the passive for Armour of Landfall should work because it's still connected to the status, just not through the actual passive. Completely counterintuitively, it's under "StatusOnEquip" on the armour itself instead of as a StatsFunctor for the passive:

    new entry "MAG_Druid_Land_Magic_Leather_Armor"
    type "Armor"
    using "MAG_Druid_Magic_Leather_Armor"
    data "RootTemplate" "baa33dbe-6f95-4569-87bf-9582b4b58bd2"
    data "Boosts" "Advantage(SavingThrow, Constitution); UnlockSpell(Target_MAG_Druid_Armor_PlantGrowth)"
    data "PassivesOnEquip" "MAG_SpellSaveDC_Enchantment_Lesser_Passive;MAG_Druid_Nature_Regeneration_Passive"
    data "StatusOnEquip" "MAG_DRUID_FOREST_REGENERATION"

    I can confirm that the vanilla implementation does work. I wonder if the status was added to the armour later in a patch as a fix, and all the reports of Armour of Landfall not working were before that?
    1. almasy87
      almasy87
      • premium
      • 176 kudos
      It's quite possible they did. They have the same descriptions too so maybe it used to be only the passive before, then for some reason instead of fixing it they made it a status and now the passive is completely useless? Otherwise I don't understand what the passive is there for.

      Anyway, in this case maybe it's not that needed - but if someone tries to make something similar by only searching for the passive and adding it, either in the toolkit or multitool, it won't work cause the passive doesn't do anything on its own, which is why I had that issue in my mod I guess.
      Maybe I will leave this here just in case for future reference xD
    2. Cahooots
      Cahooots
      • member
      • 10 kudos
      Yeah it's a very weird case haha. This mod will still be useful in case other mods add items that have the passive but not the status, that way it wouldn't require users to fix it themselves!
  2. KiwiLifter
    KiwiLifter
    • supporter
    • 0 kudos
    Many thanks for including a version separate to your mod. I really appreciate when people do things like that.

    Cheers