global: generate with 2026-01-15 db

This commit is contained in:
2026-01-15 13:57:30 -05:00
parent 16067a1acc
commit c5b5585f1e
5 changed files with 1169 additions and 1057 deletions

View File

@@ -43,6 +43,7 @@ pub type skill-group
Blazing-Pride
OMG-The-Final-Sprint
Angling-and-Scheming
Fairy-Tale
Win-QED
Flashy-Landing
Chasing-After-You
@@ -246,6 +247,7 @@ pub type skill-group
Be-Still
All-I-ve-Got
Head-On
Familiar-Ground
Early-Start
Risky-Business
Ignited-Spirit-SPD
@@ -295,6 +297,7 @@ pub fip fun skill-group/group-id(^sg: skill-group): int
Blazing-Pride -> 10018
OMG-The-Final-Sprint -> 10019
Angling-and-Scheming -> 10020
Fairy-Tale -> 10022
Win-QED -> 10023
Flashy-Landing -> 10024
Chasing-After-You -> 10025
@@ -498,6 +501,7 @@ pub fip fun skill-group/group-id(^sg: skill-group): int
Be-Still -> 20169
All-I-ve-Got -> 20170
Head-On -> 20190
Familiar-Ground -> 20200
Early-Start -> 20202
Risky-Business -> 20203
Ignited-Spirit-SPD -> 21001
@@ -547,6 +551,7 @@ pub fip(1) fun skill-group/from-id(^id: int): maybe<skill-group>
10018 -> Just(Blazing-Pride)
10019 -> Just(OMG-The-Final-Sprint)
10020 -> Just(Angling-and-Scheming)
10022 -> Just(Fairy-Tale)
10023 -> Just(Win-QED)
10024 -> Just(Flashy-Landing)
10025 -> Just(Chasing-After-You)
@@ -750,6 +755,7 @@ pub fip(1) fun skill-group/from-id(^id: int): maybe<skill-group>
20169 -> Just(Be-Still)
20170 -> Just(All-I-ve-Got)
20190 -> Just(Head-On)
20200 -> Just(Familiar-Ground)
20202 -> Just(Early-Start)
20203 -> Just(Risky-Business)
21001 -> Just(Ignited-Spirit-SPD)
@@ -801,6 +807,7 @@ pub fun skill-group/show(sg: skill-group): string
Blazing-Pride -> "Blazing Pride"
OMG-The-Final-Sprint -> "OMG! (゚∀゚) The Final Sprint! ☆"
Angling-and-Scheming -> "Angling and Scheming"
Fairy-Tale -> "Fairy Tale"
Win-QED -> "∴win Q.E.D."
Flashy-Landing -> "Flashy☆Landing"
Chasing-After-You -> "Chasing After You"
@@ -1004,6 +1011,7 @@ pub fun skill-group/show(sg: skill-group): string
Be-Still -> "Be Still"
All-I-ve-Got -> "All I've Got"
Head-On -> "Head-On"
Familiar-Ground -> "Familiar Ground"
Early-Start -> "Early Start"
Risky-Business -> "Risky Business"
Ignited-Spirit-SPD -> "Ignited Spirit SPD"