mirror of
https://github.com/msikma/pokesprite.git
synced 2026-09-08 02:15:11 -05:00
Add 'seals' containing physical/special/status icons
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
BIN
misc/seals/gen8/move-physical.png
Normal file
BIN
misc/seals/gen8/move-physical.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 701 B |
BIN
misc/seals/gen8/move-special.png
Normal file
BIN
misc/seals/gen8/move-special.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 915 B |
BIN
misc/seals/gen8/move-status.png
Normal file
BIN
misc/seals/gen8/move-status.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 625 B |
BIN
misc/seals/home/move-physical.png
Normal file
BIN
misc/seals/home/move-physical.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
misc/seals/home/move-special.png
Normal file
BIN
misc/seals/home/move-special.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
misc/seals/home/move-status.png
Normal file
BIN
misc/seals/home/move-status.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.1 KiB |
Reference in New Issue
Block a user