Skip to content

Commit

Permalink
feat: add ram icon & metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopixel committed Sep 4, 2023
1 parent 43d439d commit 5f5f2b9
Show file tree
Hide file tree
Showing 3 changed files with 4,894 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 @@ -49,6 +49,7 @@ export { oryx } from "./oryx"
export { osa } from "./osa"
export { pulse } from "./pulse"
export { sens } from "./sens"
export { ram } from "./ram"
export { rook } from "./rook"
export { sledge } from "./sledge"
export { smoke } from "./smoke"
Expand Down
24 changes: 24 additions & 0 deletions operators/ram/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import { IOperator } from "~/types/operator"

export const ram: IOperator = {
name: "Ram",
role: "Attacker",
org: "35th CB",
squad: "REDHAMMER",
ratings: {
health: 3,
speed: 1,
difficulty: 2,
},
meta: {
gender: "f",
country: "kr",
season: "Y8S3",
height: 178,
weight: 68,
},
bio: {
real_name: "Bo-Ram Choi",
birthplace: "Busan, South Korea",
},
}
Loading

0 comments on commit 5f5f2b9

Please sign in to comment.