Skip to content

Commit

Permalink
feat: add tubarão icon & metadata
Browse files Browse the repository at this point in the history
Co-authored-by: danielwerg <[email protected]>
  • Loading branch information
marcopixel and danielwerg committed Nov 22, 2023
1 parent 916bd7f commit d924845
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
1 change: 1 addition & 0 deletions operators/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export { thatcher } from "./thatcher"
export { thermite } from "./thermite"
export { thorn } from "./thorn"
export { thunderbird } from "./thunderbird"
export { tubarao } from "./tubarao"
export { twitch } from "./twitch"
export { valkyrie } from "./valkyrie"
export { vigil } from "./vigil"
Expand Down
24 changes: 24 additions & 0 deletions operators/tubarao/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import { IOperator } from "~/types/operator"

export const tubarao: IOperator = {
name: "Tubarão",
role: "Defender",
org: "DAE",
squad: "WOLFGUARD",
ratings: {
health: 2,
speed: 2,
difficulty: 2,
},
meta: {
gender: "u",
country: "pt",
season: "Y8S4",
height: 173,
weight: 69,
},
bio: {
real_name: "Isaac Nunes Oliveira",
birthplace: "Ponta Delgada, Portugal",
},
}
28 changes: 28 additions & 0 deletions operators/tubarao/tubarao.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d924845

Please sign in to comment.