Skip to content

Commit 1034c56

Browse files
committed
Added Remington Firearms pack weapons
1 parent fdb3498 commit 1034c56

19 files changed

+54
-18
lines changed

src/config/weapons/tier1.ts

+19-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,24 @@ export default [
3737
slug: 'morning-silence',
3838
tier: 1,
3939
},
40+
{
41+
action: 'WEAPON:SHOTGUN_PUMP_01_FIELD_01_ACTION',
42+
caliber: 'WEAPON:SHOTGUN_PUMP_01_FIELD_01_CALIBER',
43+
description: 'WEAPON:SHOTGUN_PUMP_01_FIELD_01_DESCRIPTION',
44+
heading: 'WEAPON:SHOTGUN_PUMP_01_FIELD_01_HEADING',
45+
hitEnergy: [0, 0, 0, 0, 0],
46+
slug: 'remington-870-fieldmaster',
47+
tier: 1,
48+
},
49+
{
50+
action: 'WEAPON:SHOTGUN_PUMP_01_SPS_01_ACTION',
51+
caliber: 'WEAPON:SHOTGUN_PUMP_01_SPS_01_CALIBER',
52+
description: 'WEAPON:SHOTGUN_PUMP_01_SPS_01_DESCRIPTION',
53+
heading: 'WEAPON:SHOTGUN_PUMP_01_SPS_01_HEADING',
54+
hitEnergy: [0, 0, 0, 0, 0],
55+
slug: 'remington-870-sps-super-magnum',
56+
tier: 1,
57+
},
4058
{
4159
action: 'WEAPON:SHOTGUN_PUMP_01_ACTION',
4260
caliber: 'WEAPON:SHOTGUN_PUMP_01_CALIBER',
@@ -52,7 +70,7 @@ export default [
5270
description: 'WEAPON:SHOTGUN_SEMI_02_DESCRIPTION',
5371
heading: 'WEAPON:SHOTGUN_SEMI_02_HEADING',
5472
hitEnergy: [0, 0, 0, 0, 0],
55-
slug: 'remington-v3-Waterfowl-pro',
73+
slug: 'remington-v3-waterfowl-pro',
5674
tier: 1,
5775
},
5876
] as Array<Weapon>;

src/config/weapons/tier6.ts

+18
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ export default [
1919
slug: 'remington-673-guide-rifle',
2020
tier: 6,
2121
},
22+
{
23+
action: 'WEAPON:RIFLE_BOLT_11_ALPHA_01_ACTION',
24+
caliber: 'WEAPON:RIFLE_BOLT_11_ALPHA_01_CALIBER',
25+
description: 'WEAPON:RIFLE_BOLT_11_ALPHA_01_DESCRIPTION',
26+
heading: 'WEAPON:RIFLE_BOLT_11_ALPHA_01_HEADING',
27+
hitEnergy: [4370, 4280, 4200, 4110, 3910],
28+
slug: 'remington-700-alpha-1-Hunter',
29+
tier: 6,
30+
},
2231
{
2332
action: 'WEAPON:RIFLE_BOLT_11_ACTION',
2433
caliber: 'WEAPON:RIFLE_BOLT_11_CALIBER',
@@ -28,6 +37,15 @@ export default [
2837
slug: 'remington-700-long-range',
2938
tier: 6,
3039
},
40+
{
41+
action: 'WEAPON:RIFLE_BOLT_11_SPS_01_ACTION',
42+
caliber: 'WEAPON:RIFLE_BOLT_11_SPS_01_CALIBER',
43+
description: 'WEAPON:RIFLE_BOLT_11_SPS_01_DESCRIPTION',
44+
heading: 'WEAPON:RIFLE_BOLT_11_SPS_01_HEADING',
45+
hitEnergy: [5090, 4830, 4550, 4310, 3710],
46+
slug: 'remington-700-sps',
47+
tier: 6,
48+
},
3149
{
3250
action: 'WEAPON:BOW_01_ACTION',
3351
description: 'WEAPON:BOW_01_DESCRIPTION',

src/locales/cs/woth.json

+1-1
Large diffs are not rendered by default.

src/locales/de/woth.json

+1-1
Large diffs are not rendered by default.

src/locales/en/woth.json

+1-1
Large diffs are not rendered by default.

src/locales/es/woth.json

+1-1
Large diffs are not rendered by default.

src/locales/fr/woth.json

+1-1
Large diffs are not rendered by default.

src/locales/hi/woth.json

+1-1
Large diffs are not rendered by default.

src/locales/id/woth.json

+1-1
Large diffs are not rendered by default.

src/locales/it/woth.json

+1-1
Large diffs are not rendered by default.

src/locales/ja/woth.json

+1-1
Large diffs are not rendered by default.

src/locales/nl/woth.json

+1-1
Large diffs are not rendered by default.

src/locales/pl/woth.json

+1-1
Large diffs are not rendered by default.

src/locales/pt-BR/woth.json

+1-1
Large diffs are not rendered by default.

src/locales/ru/woth.json

+1-1
Large diffs are not rendered by default.

src/locales/sk/woth.json

+1-1
Large diffs are not rendered by default.

src/locales/tr/woth.json

+1-1
Large diffs are not rendered by default.

src/locales/zh-Hant/woth.json

+1-1
Large diffs are not rendered by default.

src/locales/zh/woth.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)