1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 17:47:29 +00:00

Correct data::schema with data from globals.json

This commit is contained in:
Steffo 2022-07-31 12:51:09 +02:00
parent fe701c6aed
commit 782c3259a8
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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,
} }