Skip to content

Commit

Permalink
feat(config): add VISIBLE modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
phBalance authored and phBalance committed Nov 9, 2024
1 parent 69538d6 commit 2ea87fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions module/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6871,6 +6871,14 @@ function addPower(powerDescription6e, powerOverrideFor5e) {
},
{},
);

addPower(
{
key: "VISIBLE",
xml: `<MODIFIER XMLID="VISIBLE" ID="1731124293164" BASECOST="-0.25" LEVELS="0" ALIAS="Visible" POSITION="-1" MULTIPLIER="1.0" GRAPHIC="Burst" COLOR="255 255 255" SFX="Default" SHOW_ACTIVE_COST="Yes" INCLUDE_NOTES_IN_PRINTOUT="Yes" NAME="" COMMENTS="" PRIVATE="No" FORCEALLOW="No"></MODIFIER>`,
},
{},
);
})();

// For some reason the BASECOST of some modifiers/adder are 0, some are just wrong
Expand Down

0 comments on commit 2ea87fc

Please sign in to comment.