Skip to content

Commit 6eaf958

Browse files
danielwergmarcopixel
authored andcommitted
chore: update operators prices
1 parent 3132a88 commit 6eaf958

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

operators/ace/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const ace: IOperator = {
1515
season: "Y5S2",
1616
height: 187,
1717
weight: 75,
18-
price: { renown: 20000, r6credits: 480 },
18+
price: { renown: 15000, r6credits: 360 },
1919
},
2020
bio: {
2121
real_name: "Håvard Haugland",

operators/glaz/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export const glaz: IOperator = {
55
role: "Attacker",
66
unit: "SPETSNAZ",
77
ratings: {
8-
health: 2,
9-
speed: 2,
8+
health: 1,
9+
speed: 3,
1010
difficulty: 1,
1111
},
1212
meta: {

operators/melusi/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const melusi: IOperator = {
1515
season: "Y5S2",
1616
height: 172,
1717
weight: 68,
18-
price: { renown: 20000, r6credits: 480 },
18+
price: { renown: 15000, r6credits: 360 },
1919
},
2020
bio: {
2121
real_name: "Thandiwe Ndlovu",

operators/nokk/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const nokk: IOperator = {
1515
season: "Y4S2",
1616
height: 0,
1717
weight: 0,
18-
price: { renown: 15000, r6credits: 360 },
18+
price: { renown: 10000, r6credits: 240 },
1919
},
2020
bio: {
2121
real_name: "[REDACTED]",

operators/thunderbird/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const thunderbird: IOperator = {
1515
season: "Y6S2",
1616
height: 172,
1717
weight: 70,
18-
price: { renown: 25000, r6credits: 600 },
18+
price: { renown: 20000, r6credits: 480 },
1919
},
2020
bio: {
2121
real_name: "Mina Sky",

operators/warden/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const warden: IOperator = {
1515
season: "Y4S2",
1616
height: 173,
1717
weight: 73,
18-
price: { renown: 15000, r6credits: 360 },
18+
price: { renown: 10000, r6credits: 240 },
1919
},
2020
bio: {
2121
real_name: "Collinn McKinley",

0 commit comments

Comments
 (0)