Skip to content

Commit

Permalink
Added Remington Firearms pack weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
codeaid committed Jul 4, 2024
1 parent fdb3498 commit 1034c56
Show file tree
Hide file tree
Showing 19 changed files with 54 additions and 18 deletions.
20 changes: 19 additions & 1 deletion src/config/weapons/tier1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,24 @@ export default [
slug: 'morning-silence',
tier: 1,
},
{
action: 'WEAPON:SHOTGUN_PUMP_01_FIELD_01_ACTION',
caliber: 'WEAPON:SHOTGUN_PUMP_01_FIELD_01_CALIBER',
description: 'WEAPON:SHOTGUN_PUMP_01_FIELD_01_DESCRIPTION',
heading: 'WEAPON:SHOTGUN_PUMP_01_FIELD_01_HEADING',
hitEnergy: [0, 0, 0, 0, 0],
slug: 'remington-870-fieldmaster',
tier: 1,
},
{
action: 'WEAPON:SHOTGUN_PUMP_01_SPS_01_ACTION',
caliber: 'WEAPON:SHOTGUN_PUMP_01_SPS_01_CALIBER',
description: 'WEAPON:SHOTGUN_PUMP_01_SPS_01_DESCRIPTION',
heading: 'WEAPON:SHOTGUN_PUMP_01_SPS_01_HEADING',
hitEnergy: [0, 0, 0, 0, 0],
slug: 'remington-870-sps-super-magnum',
tier: 1,
},
{
action: 'WEAPON:SHOTGUN_PUMP_01_ACTION',
caliber: 'WEAPON:SHOTGUN_PUMP_01_CALIBER',
Expand All @@ -52,7 +70,7 @@ export default [
description: 'WEAPON:SHOTGUN_SEMI_02_DESCRIPTION',
heading: 'WEAPON:SHOTGUN_SEMI_02_HEADING',
hitEnergy: [0, 0, 0, 0, 0],
slug: 'remington-v3-Waterfowl-pro',
slug: 'remington-v3-waterfowl-pro',
tier: 1,
},
] as Array<Weapon>;
18 changes: 18 additions & 0 deletions src/config/weapons/tier6.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ export default [
slug: 'remington-673-guide-rifle',
tier: 6,
},
{
action: 'WEAPON:RIFLE_BOLT_11_ALPHA_01_ACTION',
caliber: 'WEAPON:RIFLE_BOLT_11_ALPHA_01_CALIBER',
description: 'WEAPON:RIFLE_BOLT_11_ALPHA_01_DESCRIPTION',
heading: 'WEAPON:RIFLE_BOLT_11_ALPHA_01_HEADING',
hitEnergy: [4370, 4280, 4200, 4110, 3910],
slug: 'remington-700-alpha-1-Hunter',
tier: 6,
},
{
action: 'WEAPON:RIFLE_BOLT_11_ACTION',
caliber: 'WEAPON:RIFLE_BOLT_11_CALIBER',
Expand All @@ -28,6 +37,15 @@ export default [
slug: 'remington-700-long-range',
tier: 6,
},
{
action: 'WEAPON:RIFLE_BOLT_11_SPS_01_ACTION',
caliber: 'WEAPON:RIFLE_BOLT_11_SPS_01_CALIBER',
description: 'WEAPON:RIFLE_BOLT_11_SPS_01_DESCRIPTION',
heading: 'WEAPON:RIFLE_BOLT_11_SPS_01_HEADING',
hitEnergy: [5090, 4830, 4550, 4310, 3710],
slug: 'remington-700-sps',
tier: 6,
},
{
action: 'WEAPON:BOW_01_ACTION',
description: 'WEAPON:BOW_01_DESCRIPTION',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/cs/woth.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/de/woth.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/en/woth.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/es/woth.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/fr/woth.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/hi/woth.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/id/woth.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/it/woth.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/ja/woth.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/nl/woth.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/pl/woth.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/pt-BR/woth.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/ru/woth.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/sk/woth.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/tr/woth.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/zh-Hant/woth.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/zh/woth.json

Large diffs are not rendered by default.

0 comments on commit 1034c56

Please sign in to comment.