Skip to content

Commit

Permalink
feat: add solis icon & metadata
Browse files Browse the repository at this point in the history
Co-authored-by: danielwerg <35052399+danielwerg@users.noreply.github.com>
  • Loading branch information
marcopixel and danielwerg committed Dec 7, 2022
1 parent 72ed185 commit b6b1741
Show file tree
Hide file tree
Showing 3 changed files with 670 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 @@ -50,6 +50,7 @@ export { sens } from "./sens"
export { rook } from "./rook"
export { sledge } from "./sledge"
export { smoke } from "./smoke"
export { solis } from "./solis"
export { tachanka } from "./tachanka"
export { thatcher } from "./thatcher"
export { thermite } from "./thermite"
Expand Down
23 changes: 23 additions & 0 deletions operators/solis/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import { IOperator } from "~/types/operator"

export const solis: IOperator = {
name: "Solis",
role: "Defender",
unit: "AFEAU",
ratings: {
health: 2,
speed: 2,
difficulty: 3,
},
meta: {
gender: "f",
country: "co",
season: "Y7S4",
height: 166,
weight: 65,
},
bio: {
real_name: "Ana Valentina Díaz",
birthplace: "Zipaquirå, Colombia",
},
}
Loading

0 comments on commit b6b1741

Please sign in to comment.