Skip to content

Commit

Permalink
fix(config): fix NOTELEPORT's costPerLevel function
Browse files Browse the repository at this point in the history
  • Loading branch information
phBalance committed Dec 14, 2024
1 parent bbc4583 commit d1b7981
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions module/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7113,11 +7113,10 @@ function addPower(powerDescription6e, powerOverrideFor5e) {
{},
);

//NOTELEPORT
addPower(
{
key: "NOTELEPORT",
costPerLevel: 0.25, //costPerLevelFixedValue(0),
costPerLevel: costPerLevelFixedValue(1 / 4),
xml: ` <MODIFIER XMLID="NOTELEPORT" ID="1733613873292" BASECOST="0.0" LEVELS="1" ALIAS="Cannot Be Escaped With Teleportation" 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>`,
},
{},
Expand Down

0 comments on commit d1b7981

Please sign in to comment.