0 of 0

File information

Last updated

Original upload

Created by

darcyy77

Uploaded by

darcyy77

Virus scan

Safe to use

Tags for this mod

6 comments

  1. deleted217905013
    deleted217905013
    • account closed
    • 2 kudos
    Is there any possibility to give Moonlight Butterflies a bigger area radius for the butterfly effect and make it so allies and the caster don't get hurt on it?
    1. darcyy77
      darcyy77
      • member
      • 4 kudos
      Thanks for your suggestion ! It's a good idea !
      You can test version 2 now :
      - data "AuraRadius" "6" added in MAG_MOONLIGHT_BUTTERFLY_AURA
      - data "Boosts" "IF (Enemy()):Advantage(AttackTarget)" added in MAG_MOONLIGHT_BUTTERFLY

      The Aera of effect is now 6m instead of 2m and only enemies receive advantage to attack them, but I keep the 1d6 psychic damage for everyone involved by the aura.
    2. deleted217905013
      deleted217905013
      • account closed
      • 2 kudos
      Thank you ♥
  2. Ninecloudnine
    Ninecloudnine
    • member
    • 1 kudos
    Nice work! I like Glaives.

    You can achieve the non-proficient usage by adding...

    data "Proficiency Group" ""

    ...rather than actually adding Proficiency as a Boost. I'm not convinced that an item giving its own Proficiency always adds the necessary tags correctly on equip. Items in game that do not require the usual Proficiency (like the Elven Armour for example) have the entry above rather than adding the Proficiency as you've done.
    1. darcyy77
      darcyy77
      • member
      • 4 kudos
      A big thanks for your feedback ;
      I was indeed hesitant between the two methods ;
      If I remember correctly, I chose the boost because the weapon type (glaive here) disappeared with the proficiency group method, and I didn't like it. You may tell me if you find issues this way, I need more testing obviously.
      See you.
    2. Ninecloudnine
      Ninecloudnine
      • member
      • 1 kudos
      Ah ofc, with the method I suggested the game would not know that it was a Glaive so anything coded specifically to reference Glaives would not work. 👍🏻