Skip to content

Commit

Permalink
Added description of FUNCTIONED_FUNCTION
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Sep 20, 2024
1 parent 1794511 commit c3baced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api-descriptor/src/Buff/BuffTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,5 @@ export const buffTriggerTypes = new Map<Buff.BuffType, BuffTriggerType>([
[Buff.BuffType.SKILL_BEFORE_FUNCTION, { after: false, event: "skill is used" }],
[Buff.BuffType.TREASURE_DEVICE_BEFORE_FUNCTION, { after: false, event: "noble phantasm is used" }],
[Buff.BuffType.SKILL_TARGETED_BEFORE_FUNCTION, { after: false, event: "targeted by skill" }],
[Buff.BuffType.FUNCTIONED_FUNCTION, { after: true, event: "being NP drained or stunned" }],
]);

0 comments on commit c3baced

Please sign in to comment.