Skip to content

Commit

Permalink
Changes from new game patch (#36)
Browse files Browse the repository at this point in the history
* Changes from new game patch 01.000.300
* Fixes for Ajudicator and Eruptor names
  • Loading branch information
Stonemercy authored May 1, 2024
1 parent 12c1774 commit a90d05f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions items/weapons/primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "AR-23 Liberator",
"description": "The SEAF standard assault rifle, balancing power, fire rate, and weight for a reliable weapon against smaller targets.",
"type": 1,
"damage": 55,
"damage": 60,
"capacity": 45,
"recoil": 15,
"fire_rate": 640,
Expand Down Expand Up @@ -38,7 +38,7 @@
"name": "AR-23C Liberator Concussive",
"description": "A modified Liberator featuring explosive rounds and a red-dot sight. Trades increased damage for increased recoil.",
"type": 1,
"damage": 55,
"damage": 65,
"capacity": 30,
"recoil": 28,
"fire_rate": 320,
Expand Down Expand Up @@ -70,7 +70,7 @@
"3955657629": {
"name": "SG-8P Punisher Plasma",
"description": "A modified Punisher shotgun firing exploding plasma rounds. Fire carefully - exploding plasma can injure squadmates.",
"type": 2,
"type": 5,
"damage": 100,
"capacity": 8,
"recoil": 110,
Expand Down Expand Up @@ -150,11 +150,11 @@
"999487482": {
"name": "ARC-12 Blitzer",
"description": "This shotgun blasts a wide burst of high-voltage electricity that arcs between all units - enemy or otherwise - within range.",
"type": 2,
"type": 5,
"damage": 250,
"capacity": 999,
"recoil": 60,
"fire_rate": 30,
"fire_rate": 45,
"fire_mode": [
0
],
Expand Down Expand Up @@ -183,7 +183,7 @@
"name": "R-63 Diligence",
"description": "This high-caliber marksman rifle trades magazine capacity and rate of fire for powerful, accurate shots.",
"type": 4,
"damage": 112,
"damage": 125,
"capacity": 20,
"recoil": 35,
"fire_rate": 350,
Expand All @@ -198,7 +198,7 @@
"name": "R-63CS Diligence Counter Sniper",
"description": "A modified Diligence rifle offering increased damage, but a reduced rate of fire. Fires a single bullet at a time.",
"type": 4,
"damage": 128,
"damage": 140,
"capacity": 15,
"recoil": 53,
"fire_rate": 350,
Expand All @@ -213,7 +213,7 @@
"name": "LAS-5 Scythe",
"description": "A laser rifle firing a continuous beam. Does not need reloading, but if it overheats a new heat sink must be fitted.",
"type": 5,
"damage": 300,
"damage": 350,
"capacity": 8,
"recoil": 1,
"fire_rate": 0,
Expand Down Expand Up @@ -262,7 +262,7 @@
"name": "JAR-5 Dominator",
"description": "Firing jet-propelled rounds, the Dominator trades fire rate and magazine capacity for increased damage per projectile.",
"type": 6,
"damage": 300,
"damage": 275,
"capacity": 15,
"recoil": 75,
"fire_rate": 250,
Expand All @@ -275,9 +275,9 @@
]
},
"2640366401": {
"name": "BR-14 Adjudicator Rifle",
"name": "BR-14 Adjudicator",
"description": "An accurate, armor-penetrating rifle, the BR-14 Adjudicator delivers righteous judgement to medium-sized enemies, though its restrictive magazine limits its effectiveness against large groups.",
"type": 4,
"type": 1,
"damage": 80,
"capacity": 25,
"recoil": 50,
Expand All @@ -291,7 +291,7 @@
]
},
"339272294": {
"name": "R-36 Eruptor Rifle",
"name": "R-36 Eruptor",
"description": "This bolt-action rifle fires jet-assisted shells that explode shrapnel in all directions upon impact. Not recommended for close-quarters use.",
"type": 6,
"damage": 380,
Expand Down
4 changes: 2 additions & 2 deletions items/weapons/secondary.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"1": {
"name": "P-2 Peacemaker",
"description": "The SEAF standard pistol - offering a high fire rate, generous capacity, and fast reloading.",
"damage": 60,
"damage": 75,
"capacity": 15,
"recoil": 22,
"fire_rate": 900,
Expand Down Expand Up @@ -33,7 +33,7 @@
"1374036584": {
"name": "P-4 Senator",
"description": "A high-damage revolver, which can be reloaded with single rounds. A heavy-hitting and reliable sidearm.",
"damage": 150,
"damage": 175,
"capacity": 6,
"recoil": 43,
"fire_rate": 200,
Expand Down

0 comments on commit a90d05f

Please sign in to comment.