Skip to content

Commit

Permalink
feat: add skopos metadata and icon (#59)
Browse files Browse the repository at this point in the history
* feat: add skopos metadata and icon

* fix: switch to country code

Co-authored-by: Suspense <[email protected]>

* fix: adjust weight of skopos

Co-authored-by: Suspense <[email protected]>

* fix: org, unit and export name adjustments

---------

Co-authored-by: Suspense <[email protected]>
  • Loading branch information
J4yJ4y-R6 and AlmostSuspense committed Sep 21, 2024
1 parent a6f4168 commit aa570e7
Show file tree
Hide file tree
Showing 3 changed files with 100 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 @@ -52,6 +52,7 @@ export { pulse } from "./pulse"
export { sens } from "./sens"
export { ram } from "./ram"
export { rook } from "./rook"
export { skopos } from "./skopos"
export { sledge } from "./sledge"
export { smoke } from "./smoke"
export { solis } from "./solis"
Expand Down
24 changes: 24 additions & 0 deletions operators/skopos/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import { IOperator } from "~/types/operator"

export const skopos: IOperator = {
name: "Skopós",
role: "Defender",
org: "EKAM",
squad: "WOLFGUARD",
ratings: {
health: 2,
speed: 2,
difficulty: 2,
},
meta: {
gender: "f",
country: "gr",
season: "Y9S3",
height: 167,
weight: 55,
},
bio: {
real_name: "Kure Galanos",
birthplace: "Nicosia, Cyprus",
},
}
75 changes: 75 additions & 0 deletions operators/skopos/skopos.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 aa570e7

Please sign in to comment.