mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54: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,
|
Slow,
|
||||||
Fast,
|
Fast,
|
||||||
Focus,
|
|
||||||
|
/// Both Focus and Burst cards have `Burst` speed; to disambiguate between the two, check for the `Focus` keyword.
|
||||||
Burst,
|
Burst,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -161,4 +162,6 @@ pub enum CardSet {
|
||||||
BeyondTheBandlewood,
|
BeyondTheBandlewood,
|
||||||
#[serde(rename = "Set6")]
|
#[serde(rename = "Set6")]
|
||||||
Worldwalker,
|
Worldwalker,
|
||||||
|
#[serde(rename = "SetEvent")]
|
||||||
|
Events,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue