Missing Version Sprites Tracker
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 45/100
- issue の種類
- 機能追加
- 明瞭さ
- おおむね明確
- 活発さ
- 活発
- 領域
- content
調査の方向性
sprites/pokemon/versions/ から始め、既存の Generation VI–IX の構成と提案されたディレクトリツリーを比較します。リンクされている Bulbagarden と Spriters Resource のカテゴリを使って、未確認のアイコンとレンダーを特定します。完了とは、要求されたアセットが追加され、既存のアイコンがゲームごとのフォルダに移動されている状態を指します。
索引モデルが issue の本文から書いたものです。
説明
Generation 2
resolved in #264
- Gold & Silver Transparent Variants (currently only front default exists):
-
gold/transparent/shiny/,gold/transparent/back/,gold/transparent/back/shiny/ -
silver/transparent/shiny/,silver/transparent/back/,silver/transparent/back/shiny/ - Source: https://archives.bulbagarden.net/wiki/Category:Gold_sprites & https://archives.bulbagarden.net/wiki/Category:Silver_sprites
-
- Crystal Transparent Unown Forms:
- Add missing Unown letter forms (
201-a.png–201-z.png) tocrystal/transparent/,transparent/shiny/,transparent/back/,transparent/back/shiny/ - Source: https://archives.bulbagarden.net/wiki/Category:Crystal_sprites
- Add missing Unown letter forms (
Generation 3
- Emerald Animated ones: https://archives.bulbagarden.net/wiki/Category:Emerald_sprites. Resolved in #259
- icons: https://archives.bulbagarden.net/wiki/Category:Generation_III_menu_sprites. Resolved in #265
Generation 4
- diamond pearl animated: https://archives.bulbagarden.net/wiki/Category:Diamond_and_Pearl_sprites
- platinum animated: https://archives.bulbagarden.net/wiki/Category:Platinum_sprites
- hg ss animated: https://archives.bulbagarden.net/wiki/Category:HeartGold_and_SoulSilver_sprites
- icons: https://archives.bulbagarden.net/wiki/Category:Generation_IV_menu_sprites
Add animated/ folder in the games for above ones
Resolved with #270
Generation 6
- XY & ORAS icons: https://archives.bulbagarden.net/wiki/Category:Generation_VI_menu_sprites. Resolved in #275
Generation 7
- lets go pikachu and lets go eevee (resolved with #279 )
- icons: https://archives.bulbagarden.net/wiki/Category:Let's_Go,_Pikachu!_and_Let's_Go,_Eevee!_menu_sprites or https://www.spriters-resource.com/nintendo_switch/pokemonletsgopikachueevee/asset/110762/
- 3D Snapshot renders: https://archives.bulbagarden.net/wiki/Category:Let%27s_Go,_Pikachu!_and_Let%27s_Go,_Eevee!_models and https://archives.bulbagarden.net/wiki/Category:Let%27s_Go,_Pikachu!_and_Let%27s_Go,_Eevee!_Shiny_models
Generation 8
- Sword and Shield
- Legends Arceus
- icons: https://www.spriters-resource.com/nintendo_switch/pokemonlegendsarceus/ or https://archives.bulbagarden.net/wiki/Category:Legends:_Arceus_menu_sprites
- 3d snapshot renders: https://archives.bulbagarden.net/wiki/Category:Legends:_Arceus_models and https://archives.bulbagarden.net/wiki/Category:Legends:_Arceus_Shiny_models or https://www.spriters-resource.com/nintendo_switch/pokemonlegendsarceus/
- Brilliant Diamond and Shining pearl
- Icons: https://archives.bulbagarden.net/wiki/Category:Brilliant_Diamond_and_Shining_Pearl_menu_sprites
- couldnt find 3d render snapshot models
there is a messup currently the icons folder in generation 8 is the swsh icons which we need to move to a dedicated swsh folder
Generation 9
- Legends ZA
- icons: https://archives.bulbagarden.net/wiki/Category:Legends:_Z-A_menu_sprites and https://archives.bulbagarden.net/wiki/Category:Legends:_Z-A_Shiny_menu_sprites
- 3d renders: https://archives.bulbagarden.net/wiki/Category:Legends:_Z-A_models and https://archives.bulbagarden.net/wiki/Category:Art_from_Pok%C3%A9mon_Legends:_Z-A (dont think its complete though)
Discrepancies
- No icons for generation 6
- Generation 7 icons are different between sm/usum and lgpe so icon folder should go inside game folder currently its outside needs refactoring
- same for generation 8
- generation 9 we have no 3d renders but we should still follow convention and move the current sprites which are icons into icon folders
it should look somewhat like this
sprites/pokemon/versions/
├── generation-iii/
│ ├── ruby-sapphire/
│ ├── firered-leafgreen/
│ └── icons/ <-- [NEW: 32x32 Gen 3 Menu Icons (1–386)]
│ └── emerald/
│ ├── (static sprites)
│ └── animated/ <-- [NEW APNG/GIFs]
│
├── generation-iv/
│ ├── icons/ <-- [NEW: 32x32 Gen 4 Menu Icons (1–493)]
│ ├── diamond-pearl/
│ │ ├── (static sprites)
│ │ └── animated/ <-- [NEW APNG/GIFs]
│ ├── platinum/
│ │ ├── (static sprites)
│ │ └── animated/ <-- [NEW APNG/GIFs]
│ └── heartgold-soulsilver/
│ ├── (static sprites)
│ └── animated/ <-- [NEW APNG/GIFs]
│
├── generation-vi/
│ ├── icons/ <-- [NEW from Gen 6 icons]
│ ├── x-y/
│ │ └── (3D battle snapshots)
│ └── omega-ruby-alpha-sapphire/
│ └── (3D battle snapshots)
│
├── generation-vii/
│ ├── ultra-sun-ultra-moon/
│ │ ├── (3D battle snapshots)
│ │ └── icons/ <-- [MOVE from generation-vii/icons]
│ └── lets-go-pikachu-lets-go-eevee/ <-- [NEW]
│ ├── (800x800 3D model renders)
│ └── icons/ <-- (52x52 LGPE cartoon icons)
│
├── generation-viii/
│ ├── sword-shield/ <-- [RESTRUCTURE from generic icons/]
│ │ ├── (3D battle snapshots)
│ │ └── icons/ <-- (68x56 SwSh party icons)
│ ├── brilliant-diamond-shining-pearl/
│ │ ├── (3D select screen renders)
│ │ └── icons/ <-- [MOVE from current BDSP root]
│ └── legends-arceus/ <-- [NEW]
│ ├── (3D model renders)
│ └── icons/ <-- (Hisui woodblock UI icons)
│
└── generation-ix/
├── scarlet-violet/
│ ├── (3D model snapshots)
│ └── icons/ <-- [MOVE from current SV root]
├── legends-za/ <-- [NEW]
│ ├── (3D model snapshots)
│ └── icons/ <-- (Legends Z-A UI icons)
└── champions/
└── icons/ <-- [MOVE from current champions root]
- 主要言語
- Python
- スター
- 1.7k
- フォーク
- 378
- 平均マージ
- 22時間 18分
- マージ済み PR(30日)
- 25
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
PokeAPI/sprites のほかの issue
-
難易度 2/5 1〜2日 初心者へのやさしさ 48/100
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 30/100
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
PokeAPI/sprites の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 86/100
browser-use/browser-use#5905 ·
-
type: enhancement
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
ynput/ayon-python-api#363 ·
-
bug needs triage
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
modelscope/FunASR#3728 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
open-compass/opencompass#2655 ·