mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Correct data::schema
with data from globals.json
This commit is contained in:
parent
fe701c6aed
commit
782c3259a8
1 changed files with 4 additions and 1 deletions
|
@ -140,7 +140,8 @@ pub enum SpellSpeed {
|
|||
|
||||
Slow,
|
||||
Fast,
|
||||
Focus,
|
||||
|
||||
/// Both Focus and Burst cards have `Burst` speed; to disambiguate between the two, check for the `Focus` keyword.
|
||||
Burst,
|
||||
}
|
||||
|
||||
|
@ -161,4 +162,6 @@ pub enum CardSet {
|
|||
BeyondTheBandlewood,
|
||||
#[serde(rename = "Set6")]
|
||||
Worldwalker,
|
||||
#[serde(rename = "SetEvent")]
|
||||
Events,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue