Skip to content

Commit

Permalink
Merge pull request dmdorman#830 from phBalance/phBalance/clinging-dur…
Browse files Browse the repository at this point in the history
…ation

Add duration to 2 powers
  • Loading branch information
phBalance authored Mar 11, 2024
2 parents 84869e0 + b258bb1 commit a90efd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2889,6 +2889,7 @@ function addPower(powerDescription6e, powerOverrideFor5e) {
name: "Clairsentience",
type: ["sense"],
behaviors: [],
duration: "Constant",
range: "standard",
},
{},
Expand All @@ -2899,6 +2900,7 @@ function addPower(powerDescription6e, powerOverrideFor5e) {
name: "Clinging",
type: ["standard"],
behaviors: ["activatable"],
duration: "Constant",
costEnd: false,
costPerLevel: 1 / 3,
},
Expand Down

0 comments on commit a90efd2

Please sign in to comment.