Skip to content

Commit 9b31479

Browse files
committed
Moved Remington Model 870 Fieldmaster to tier 5
1 parent ae8b412 commit 9b31479

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/config/weapons/tier1.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ 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-
},
4940
{
5041
action: 'WEAPON:SHOTGUN_PUMP_01_SPS_01_ACTION',
5142
caliber: 'WEAPON:SHOTGUN_PUMP_01_SPS_01_CALIBER',

src/config/weapons/tier5.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ export default [
3737
slug: 'remington-783',
3838
tier: 5,
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: [3210, 2490, 1900, 1530, 1050],
46+
slug: 'remington-870-fieldmaster',
47+
tier: 5,
48+
},
4049
{
4150
action: 'WEAPON:BOW_02_ACTION',
4251
description: 'WEAPON:BOW_02_DESCRIPTION',

0 commit comments

Comments
 (0)