Skip to content

Commit

Permalink
Added missing entry in entity card details
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Feb 28, 2025
1 parent 8198ae5 commit 1efc519
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/api-connector/src/Schema/Entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ export interface Entity {
blank?: CardDetail;
weak?: CardDetail;
strength?: CardDetail;
weakalt1?: CardDetail;
weakalt2?: CardDetail;
addattack2?: CardDetail;
};
atkBase: number;
atkMax: number;
Expand Down

0 comments on commit 1efc519

Please sign in to comment.