Jump to content

Jurugu

Initiates
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Jurugu

  1. Preface: I am quite new to POE2 modding, so please bear with me if the triviality of my question is painful for you. As the thread title indicates, I am trying to change the damage type of Flames of Devotion from Fire to Shock. (Should probably rename the ability into 'Shocking Devotion' as well, but that is for another day). So what I have been trying: { "$type": "Game.GameData.StatusEffectGameData, Assembly-CSharp", "DebugName": "Flames_of_Devotion_SEBurnDamage", "ID": "11c7254e-247c-402b-895c-c8d1795b5702", "Components": [{ "$type": "Game.GameData.StatusEffectComponent, Assembly-CSharp", "StatusEffectType": "BonusDamageProc", "OverrideDescriptionString": -1, "UseStatusEffectValueAs": "None", "BaseValue": 0.3, "DynamicValue": { "Stat": "None", "SkillDataID": "00000000-0000-0000-0000-000000000000", "ClassID": "00000000-0000-0000-0000-000000000000", "MultiplyBy": 1, "Operator": "Add" }, "KeywordsIDs": ["f0dbb330-1b06-4175-8ce4-efe790b99213"], "DurationType": "OneHitUse", ... }] } I did try to replace the "KeywordsIDs": ["f0dbb330-1b06-4175-8ce4-efe790b99213"], which seems to be the id for fire damage, with "KeywordsIDs": ["9c7d6f36-50ff-4b08-a528-74789abe0599"], which should be the id for shock damage. Alas it does not work as expected. What am I doing wrong?
  2. Confirmed, this is not display bug I could not get this to work. Anything special I need to pay attention to?
  3. Maybe you can help me since I find it hard to decide: I am currently trying a solo no rest run with a Devoted Fighter/Soulblade using Greatswords (Veteran, as that seems hard enough) and I am not sure which food to pick, Hylea's Bounty or Mohara Wraps. Since the +2 to all skills from Hylea's Bounty does not stack with the Luminous Adra potion it is basically +10 to all defenses plus some HP versus +4 Might and -20% recovery. I have not gotten myself a 'Gain Health on Kill' pet yet, nor do I have the Fighter's life leech ability. Both probably swing the pendulum in favor of Kohara Wraps.
×
×
  • Create New...