Skip to content

fetch details from creature ms - #5

Open
NicolasChusseau wants to merge 2 commits into
mainfrom
feature/creature-details
Open

fetch details from creature ms#5
NicolasChusseau wants to merge 2 commits into
mainfrom
feature/creature-details

Conversation

@NicolasChusseau

Copy link
Copy Markdown
Collaborator

No description provided.

Comment on lines +25 to +45
/*
const creatureDetailsList = [
{id: "uuid-1",
name: "dragon",
type: "fire",
attackPoint: 10,
defensePoint: 0,
rarity: 5,},
{id: "uuid-4",
name: "unicord",
type: "mystic",
attackPoint: 1,
defensePoint: 80,
rarity: 7,},
{id: "uuid-2",
name: "not purchasable",
type: "prout",
attackPoint: 10000000000000,
defensePoint: 8000000000000,
rarity: 0,},
];*/

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Tu laisses les commentaires ?

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.

2 participants