From bec17da9dc62a630199a46888487796a1f33ce96 Mon Sep 17 00:00:00 2001 From: Stonemercy Date: Wed, 16 Oct 2024 22:05:31 +0100 Subject: [PATCH] Patch 01.001.104 (#65) * Minor changes Not sure where "polaris" came from but all sources I see are "polar" * Cross-referenced data with game and edited quite a bit. Most of the new/changed item ID's are incorrect and will need to be changed (I don't know them). * Added warbond stuff, wrong ID's but they link up * Fixes #57 * Minor grammar/spelling changes Fixes #61 * Update chemical_agents.json * Update chemical_agents.json * Update secondary.json * Update secondary.json * Update item_names.json * Update grenades.json * Update item_names.json * Update armor.json * Update from Patch 01.001.104 Need to confirm what I should put the Tenderizer's RPM change as * Update to Patch 01.001.104 * Might as well link them up * Spelled a 3 letter word wrong * Reverting RPM Change addition --------- Co-authored-by: Chatter Chats <57570001+chatterchats@users.noreply.github.com> --- items/weapons/grenades.json | 8 ++++---- items/weapons/primary.json | 31 ++++++++++++++++--------------- items/weapons/secondary.json | 10 +++++----- 3 files changed, 25 insertions(+), 24 deletions(-) diff --git a/items/weapons/grenades.json b/items/weapons/grenades.json index 4664337..e658bfc 100644 --- a/items/weapons/grenades.json +++ b/items/weapons/grenades.json @@ -2,7 +2,7 @@ "3": { "name": "G-12 High Explosive", "description": "A high explosive grenade which damages lightly armored targets. Creates high damage over a small area when detonated.", - "damage": 400, + "damage": 800, "penetration": 4, "outer_radius": 7, "fuse_time": 3.5 @@ -34,7 +34,7 @@ "3295898003": { "name": "G-6 Frag", "description": "An antipersonnel fragmentation grenade. Creates damage over a large area when detonated.", - "damage": 250, + "damage": 500, "penetration": 3, "outer_radius": 10, "fuse_time": 2.4 @@ -42,7 +42,7 @@ "3748749890": { "name": "G-10 Incendiary", "description": "An incendiary grenade designed for igniting intense fires upon detonation. Spreads burning material over a moderate area, causing burn damage.", - "damage": 150, + "damage": 300, "penetration": 3, "outer_radius": 7, "fuse_time": 2.9 @@ -79,4 +79,4 @@ "outer_radius": 7, "fuse_time": 2.9 } -} +} \ No newline at end of file diff --git a/items/weapons/primary.json b/items/weapons/primary.json index ddc1d28..493253c 100644 --- a/items/weapons/primary.json +++ b/items/weapons/primary.json @@ -5,7 +5,7 @@ "type": 1, "damage": 70, "capacity": 45, - "recoil": 15, + "recoil": 14, "fire_rate": 640, "fire_mode": [ 0, @@ -21,8 +21,8 @@ "description": "A modified Liberator featuring a scope and firing armor-piercing rounds, to help users take down armored targets.", "type": 1, "damage": 60, - "capacity": 30, - "recoil": 19, + "capacity": 45, + "recoil": 18, "fire_rate": 640, "fire_mode": [ 0, @@ -71,8 +71,8 @@ "type": 5, "damage": 250, "capacity": 8, - "recoil": 110, - "fire_rate": 80, + "recoil": 35, + "fire_rate": 100, "fire_mode": [ 3 ], @@ -265,21 +265,22 @@ "description": "A plasma rifle, firing a bolt of superheated gas which explodes on impact. Avoid standing in proximity to the blast.", "type": 5, "damage": 200, - "capacity": 15, + "capacity": 20, "recoil": 20, - "fire_rate": 250, + "fire_rate": 350, "fire_mode": [ - 0 + 0, + 2 ], "traits": [ - 1, + 2, 6 ] }, "2121387072": { "name": "JAR-5 Dominator", "description": "Firing jet-propelled rounds, the Dominator trades fire rate and magazine capacity for increased damage per projectile.", - "type": 6, + "type": 8, "damage": 275, "capacity": 15, "recoil": 75, @@ -296,9 +297,9 @@ "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": 1, - "damage": 80, + "damage": 90, "capacity": 30, - "recoil": 40, + "recoil": 38, "fire_rate": 550, "fire_mode": [ 0, @@ -380,10 +381,10 @@ "name": "PLAS-101 Purifier", "description": "A plasma rifle firing a bolt of superheated gas which explodes on impact. Each shot needs to be charged up fully before it can be fired.", "type": 5, - "damage": 250, + "damage": 500, "capacity": 15, "recoil": 20, - "fire_rate": 250, + "fire_rate": 1000, "fire_mode": [ 0 ], @@ -399,7 +400,7 @@ "type": 1, "damage": 70, "capacity": 45, - "recoil": 26, + "recoil": 25, "fire_rate": 920, "fire_mode": [ 0, diff --git a/items/weapons/secondary.json b/items/weapons/secondary.json index 5fe128d..69d34ad 100644 --- a/items/weapons/secondary.json +++ b/items/weapons/secondary.json @@ -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": 175, + "damage": 200, "capacity": 6, "recoil": 43, "fire_rate": 200, @@ -41,7 +41,7 @@ 0 ], "traits": [ - 2, + 3, 4, 5 ] @@ -89,7 +89,7 @@ 0 ], "traits": [ - 1, + 2, 4 ] }, @@ -129,7 +129,7 @@ "description": "Fires a ballistic dart at near-supersonic speeds, allowing the user to stim allies from a distance. Might sting.", "damage": 0, "capacity": 6, - "recoil": 23, + "recoil": 6, "fire_rate": 70, "fire_mode": [ 0 @@ -140,4 +140,4 @@ 11 ] } -} +} \ No newline at end of file