Missing Version Sprites Tracker
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 5/5
- Thời gian dự kiến
- Hơn một tuần
- Mức phù hợp với người mới
- 45/100
- Loại issue
- Tính năng
- Độ rõ ràng
- Khá rõ ràng
- Mức độ hoạt động
- Sôi nổi
- Lĩnh vực
- content
Hướng nghiên cứu
Bắt đầu trong sprites/pokemon/versions/ và so sánh bố cục hiện có của các thế hệ VI–IX với cây thư mục được đề xuất. Sử dụng các danh mục được liên kết của Bulbagarden và Spriters Resource để xác định các icon và render chưa được kiểm tra; hoàn tất có nghĩa là các asset được yêu cầu đã được thêm vào và các icon hiện có đã được chuyển vào các thư mục riêng theo từng game.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
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]
- Ngôn ngữ chính
- Python
- Star
- 1.7k
- Fork
- 378
- Merge trung bình
- 22 giờ 18 phút
- Pull request đã merge (30 ngày)
- 25
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của PokeAPI/sprites
-
Adding Ribbons and Marks Đang mở
Độ khó 2/5 1-2 ngày Mức phù hợp với người mới 48/100
-
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 25/100
-
Hook to trigger a data rebuid Đang mở
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 30/100
-
Sprites in other languages Đang mở
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 25/100
-
Show on readme 'types' sprites Đang mở
Tất cả issue của PokeAPI/sprites
Issue tương tự
-
agent-ready documentation needs-triage
Độ khó 1/5 1-3 giờ Mức phù hợp với người mới 88/100
-
documentation
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 91/100
-
workflow-status page template still says reusable workflows are "triggered only by workflow_call:" Đang mở
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 92/100
-
Add https://search.jeremyh.xyz/ Đang mởinstance instance add
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 72/100
searxng/searx-instances#939 · 1 bình luận ·
-
area-deployment area-integrations triage:bot-seen
Độ khó 2/5 Nửa ngày Mức phù hợp với người mới 86/100