Skip to content

Commit

Permalink
Added trigger skill description
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Aug 4, 2024
1 parent 5c80a9c commit a50bf99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/api-descriptor/src/Buff/BuffTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,9 @@ export const buffTriggerTypes = new Map<Buff.BuffType, BuffTriggerType>([
[Buff.BuffType.COMMANDATTACK_AFTER_FUNCTION_MAIN_ONLY, { after: true, event: "attacks", mainOnly: true }],
[Buff.BuffType.ATTACK_BEFORE_FUNCTION_MAIN_ONLY, { after: false, event: "attacks", mainOnly: true }],
[Buff.BuffType.ATTACK_AFTER_FUNCTION_MAIN_ONLY, { after: true, event: "attacks", mainOnly: true }],
[Buff.BuffType.FIELD_INDIVIDUALITY_CHANGED_FUNCTION, { after: false, event: "", when: "" }],
[Buff.BuffType.CONFIRM_COMMAND_FUNCTION, { after: true, event: "command card chosen" }],
[Buff.BuffType.SKILL_BEFORE_FUNCTION, { after: false, event: "skill" }],
[Buff.BuffType.TREASURE_DEVICE_BEFORE_FUNCTION, { after: false, event: "noble phantasm" }],
[Buff.BuffType.SKILL_TARGETED_BEFORE_FUNCTION, { after: false, event: "targeted by skill" }],
]);
1 change: 0 additions & 1 deletion packages/db/src/Descriptor/FuncDescriptor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Link } from "react-router-dom";

import { DataVal, Func, Region } from "@atlasacademy/api-connector";

import Api from "../Api";
import {
getDataValList,
getFollowerDataValList,
Expand Down

0 comments on commit a50bf99

Please sign in to comment.