Skip to content

Commit

Permalink
Add iso and clover
Browse files Browse the repository at this point in the history
  • Loading branch information
jefersonsilva01 committed Mar 26, 2024
1 parent f71e0a9 commit 73556b0
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 1 deletion.
Binary file added assets/images/clover-avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/clover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/iso-avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/iso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions non-minify-project/src/data/characters.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,5 +327,35 @@ const characters = [
agility: 7,
tech: 6
}
},

{
id: 23,
name: "iso",
cover: "./assets/images/iso.png",
avatar: "./assets/images/iso-avatar.png",
class: "./assets/images/duelist.svg",
bio: "Chinese fixer for hire, Iso falls into a flow state to dismantle the opposition. Reconfiguring ambient energy into bulletproof protection, he advances with focus towards his next duel to the death.",
skills: {
attack: 5,
defense: 6,
agility: 8,
tech: 3
}
},

{
id: 24,
name: "clover",
cover: "./assets/images/clover.png",
avatar: "./assets/images/clover-avatar.png",
class: "./assets/images/controller.svg",
bio: "Scottish troublemaker Clove makes mischief for enemies in both the heat of combat and the cold of death. The young immortal keeps foes guessing, even from beyond the grave, their return to the living only ever a moment away.",
skills: {
attack: 8,
defense: 7,
agility: 5,
tech: 6
}
}
]
2 changes: 1 addition & 1 deletion src/data/characters.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 73556b0

Please sign in to comment.