Add 'seals' containing physical/special/status icons

This commit is contained in:
Michiel Sikma
2020-08-15 18:52:37 +02:00
parent f0a0985ac3
commit 1dad93e28d
7 changed files with 47 additions and 0 deletions

View File

@@ -4142,5 +4142,52 @@
"gen-8": "2x"
}
}
],
"seals": [
{
"name": {
"eng": "Physical move",
"jpn": "ぶつりわざ",
"jpn_ro": "butsuriwaza"
},
"files": {
"home": "seals/home/move-physical.png",
"gen8": "seals/gen8/move-physical.png"
},
"resolution": {
"home": "2x",
"gen8": "1x"
}
},
{
"name": {
"eng": "Special move",
"jpn": "とくしゅわざ",
"jpn_ro": "tokushuwaza"
},
"files": {
"home": "seals/home/move-special.png",
"gen8": "seals/gen8/move-special.png"
},
"resolution": {
"home": "2x",
"gen8": "1x"
}
},
{
"name": {
"eng": "Status move",
"jpn": "へんかわざ",
"jpn_ro": "henkawaza"
},
"files": {
"home": "seals/home/move-status.png",
"gen8": "seals/gen8/move-status.png"
},
"resolution": {
"home": "2x",
"gen8": "1x"
}
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 915 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB