Skip to content

Commit

Permalink
Increased max casting cost
Browse files Browse the repository at this point in the history
  • Loading branch information
nlsui committed Jan 10, 2022
1 parent 9ca65a8 commit 2c8769b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cardSchema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cardobject/validatePrimitives.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const maxBasicAmount = 32
const minBasicAmount = 0
const maxCardNameLength int = 32
const minCardNameLength int = 1
const maxCastingCost int = 32
const maxCastingCost int = 64
const minCastingCost int = 0
const maxConditionCount int = 3
const maxDelay int = 32
Expand Down
Loading

0 comments on commit 2c8769b

Please sign in to comment.