Skip to content

Commit b10be71

Browse files
committed
games: Add attr info for Splendor art to metadata
1 parent 0666875 commit b10be71

2 files changed

Lines changed: 77 additions & 21 deletions

File tree

src/ps/games/splendor/metadata-schema.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
},
3838
"art": {
3939
"type": "string"
40+
},
41+
"attr": {
42+
"type": "string"
4043
}
4144
},
4245
"patternProperties": {
@@ -110,6 +113,26 @@
110113
}
111114
},
112115
"required": ["colorless", "dark", "fire", "grass", "water", "dragon"]
116+
},
117+
"artists": {
118+
"type": "object",
119+
"patternProperties": {
120+
".*": {
121+
"type": "object",
122+
"properties": {
123+
"id": {
124+
"type": "string"
125+
},
126+
"name": {
127+
"type": "string"
128+
},
129+
"attr": {
130+
"type": ["string", "null"]
131+
}
132+
},
133+
"required": ["id", "name"]
134+
}
135+
}
113136
}
114137
},
115138
"required": ["pokemon", "trainers", "types"]

src/ps/games/splendor/metadata.json

Lines changed: 54 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"colorless": 3,
2323
"dark": 5
2424
},
25-
"art": "alcremie.png"
25+
"art": "alcremie.png",
26+
"attr": "audiino"
2627
},
2728
"articuno": {
2829
"id": "articuno",
@@ -138,7 +139,8 @@
138139
"fire": 6,
139140
"grass": 3
140141
},
141-
"art": "chandelure.png"
142+
"art": "chandelure.png",
143+
"attr": "audiino"
142144
},
143145
"chansey": {
144146
"id": "chansey",
@@ -187,7 +189,8 @@
187189
"fire": 4,
188190
"grass": 1
189191
},
190-
"art": "cinccino.png"
192+
"art": "cinccino.png",
193+
"attr": "audiino"
191194
},
192195
"cleffa": {
193196
"id": "cleffa",
@@ -198,7 +201,8 @@
198201
"cost": {
199202
"colorless": 3
200203
},
201-
"art": "cleffa.png"
204+
"art": "cleffa.png",
205+
"attr": "audiino"
202206
},
203207
"comfey": {
204208
"id": "comfey",
@@ -225,7 +229,8 @@
225229
"grass": 5,
226230
"water": 3
227231
},
228-
"art": "decidueye.png"
232+
"art": "decidueye.png",
233+
"attr": "audiino"
229234
},
230235
"dedenne": {
231236
"id": "dedenne",
@@ -297,7 +302,8 @@
297302
"cost": {
298303
"grass": 6
299304
},
300-
"art": "eldegoss.png"
305+
"art": "eldegoss.png",
306+
"attr": "audiino"
301307
},
302308
"espeon": {
303309
"id": "espeon",
@@ -308,7 +314,8 @@
308314
"cost": {
309315
"dark": 5
310316
},
311-
"art": "espeon.png"
317+
"art": "espeon.png",
318+
"attr": "grassystorm"
312319
},
313320
"flareon": {
314321
"id": "flareon",
@@ -332,7 +339,8 @@
332339
"fire": 2,
333340
"water": 1
334341
},
335-
"art": "foongus.png"
342+
"art": "foongus.png",
343+
"attr": "audiino"
336344
},
337345
"frillish": {
338346
"id": "frillish",
@@ -343,7 +351,8 @@
343351
"cost": {
344352
"water": 4
345353
},
346-
"art": "frillish.png"
354+
"art": "frillish.png",
355+
"attr": "audiino"
347356
},
348357
"froakie": {
349358
"id": "froakie",
@@ -393,7 +402,8 @@
393402
"grass": 3,
394403
"water": 5
395404
},
396-
"art": "grovyle.png"
405+
"art": "grovyle.png",
406+
"attr": "audiino"
397407
},
398408
"haunter": {
399409
"id": "haunter",
@@ -574,7 +584,8 @@
574584
"cost": {
575585
"colorless": 4
576586
},
577-
"art": "litwick.png"
587+
"art": "litwick.png",
588+
"attr": "audiino"
578589
},
579590
"magby": {
580591
"id": "magby",
@@ -628,7 +639,8 @@
628639
"grass": 3,
629640
"water": 1
630641
},
631-
"art": "marill.png"
642+
"art": "marill.png",
643+
"attr": "grassystorm"
632644
},
633645
"marshadow": {
634646
"id": "marshadow",
@@ -639,7 +651,8 @@
639651
"cost": {
640652
"fire": 7
641653
},
642-
"art": "marshadow.png"
654+
"art": "marshadow.png",
655+
"attr": "audiino"
643656
},
644657
"minccino": {
645658
"id": "minccino",
@@ -676,7 +689,8 @@
676689
"dark": 2,
677690
"grass": 2
678691
},
679-
"art": "mudkip.png"
692+
"art": "mudkip.png",
693+
"attr": "audiino"
680694
},
681695
"murkrow": {
682696
"id": "murkrow",
@@ -699,7 +713,8 @@
699713
"cost": {
700714
"grass": 3
701715
},
702-
"art": "nuzleaf.png"
716+
"art": "nuzleaf.png",
717+
"attr": "audiino"
703718
},
704719
"oddish": {
705720
"id": "oddish",
@@ -864,7 +879,8 @@
864879
"colorless": 2,
865880
"fire": 2
866881
},
867-
"art": "scorbunny.png"
882+
"art": "scorbunny.png",
883+
"attr": "audiino"
868884
},
869885
"scovillain": {
870886
"id": "scovillain",
@@ -877,7 +893,8 @@
877893
"fire": 3,
878894
"grass": 2
879895
},
880-
"art": "scovillain.png"
896+
"art": "scovillain.png",
897+
"attr": "audiino"
881898
},
882899
"sentret": {
883900
"id": "sentret",
@@ -981,7 +998,8 @@
981998
"dark": 2,
982999
"water": 3
9831000
},
984-
"art": "swadloon.png"
1001+
"art": "swadloon.png",
1002+
"attr": "audiino"
9851003
},
9861004
"sylveon": {
9871005
"id": "sylveon",
@@ -1055,7 +1073,8 @@
10551073
"dark": 3,
10561074
"fire": 7
10571075
},
1058-
"art": "typhlosionhisui.png"
1076+
"art": "typhlosionhisui.png",
1077+
"attr": "audiino"
10591078
},
10601079
"umbreon": {
10611080
"id": "umbreon",
@@ -1067,7 +1086,8 @@
10671086
"fire": 3,
10681087
"grass": 5
10691088
},
1070-
"art": "umbreon.png"
1089+
"art": "umbreon.png",
1090+
"attr": "grassystorm"
10711091
},
10721092
"vaporeon": {
10731093
"id": "vaporeon",
@@ -1114,7 +1134,8 @@
11141134
"grass": 4,
11151135
"water": 1
11161136
},
1117-
"art": "wochien.png"
1137+
"art": "wochien.png",
1138+
"attr": "audiino"
11181139
}
11191140
},
11201141
"trainers": {
@@ -1261,5 +1282,17 @@
12611282
"art": "dragon.png",
12621283
"startCount": [5, 5, 5]
12631284
}
1285+
},
1286+
"artists": {
1287+
"audiino": {
1288+
"id": "audiino",
1289+
"name": "Audiino",
1290+
"attr": "https://cara.app/aurumii"
1291+
},
1292+
"grassystorm": {
1293+
"id": "grassystorm",
1294+
"name": "GRASSY_STORM!!~~",
1295+
"attr": null
1296+
}
12641297
}
12651298
}

0 commit comments

Comments
 (0)