Skip to content

New Pokemon can be created by importing data from another Pokemon#461

Merged
AerunDev merged 2 commits intodevelopfrom
457-add-a-way-to-create-a-pokemon-by-using-the-data-of-an-existing-one
Mar 11, 2025
Merged

New Pokemon can be created by importing data from another Pokemon#461
AerunDev merged 2 commits intodevelopfrom
457-add-a-way-to-create-a-pokemon-by-using-the-data-of-an-existing-one

Conversation

@Aelysya
Copy link
Collaborator

@Aelysya Aelysya commented Mar 6, 2025

Description

The user can now create a new Pokémon by importing data from another existing Pokémon.
All forms' data will be the same as the imported Pokémon, except for the base form which will have the types chosen in the editor.

closes #457

Tests to perform

Open the "New Pokémon" editor

Creating a new Pokémon without importing any data

  • Fill the basic data and create the Pokémon => only the basic data is filled for the new Pokémon, all other data are filled with default values
  • Fill the basic data, un-collapse the "other data" component, leave the selection on "None" and create the Pokémon => only the basic data is filled for the new Pokémon, all other data are filled with default values
  • Fill the basic data, un-collapse the "other data" component, select a Pokémon, re-collapse the "other data" component and create the Pokémon => only the basic data is filled for the new Pokémon, all other data are filled with default values

Creating a new Pokémon by importing data

  • Fill the basic data, un-collapse the "other data" component, select a Pokémon and create the Pokémon => the basic data is filled for the new Pokémon with the information you entered AND all other data are filled with the same data as the chosen Pokémon
  • Test with a Pokémon that only has 1 base form
  • Test with a Pokémon that has multiple forms

@Aelysya Aelysya self-assigned this Mar 6, 2025
Copy link
Collaborator

@AerunDev AerunDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testé et approuvé ! 🎉
Bien joué, ça va vraiment faciliter les choses pour les utilisateurs, c'est top !

Tests effectués :

  • Tests classiques de création d'un nouveau Pokémon.
  • Création d'un nouveau Pokémon sur la base de Zarbi, tout est OK.
  • Création d'un nouveau Pokémon sur la base de Rattata, tout est OK.

@AerunDev AerunDev merged commit a32a98e into develop Mar 11, 2025
2 checks passed
@AerunDev AerunDev deleted the 457-add-a-way-to-create-a-pokemon-by-using-the-data-of-an-existing-one branch March 11, 2025 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a way to create a Pokémon by using the data of an existing one

3 participants