Skip to content

Commit

Permalink
Patch 01.001.104 (#65)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
Stonemercy and chatterchats authored Oct 16, 2024
1 parent 2522dfc commit bec17da
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
8 changes: 4 additions & 4 deletions items/weapons/grenades.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -34,15 +34,15 @@
"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
},
"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
Expand Down Expand Up @@ -79,4 +79,4 @@
"outer_radius": 7,
"fuse_time": 2.9
}
}
}
31 changes: 16 additions & 15 deletions items/weapons/primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": 1,
"damage": 70,
"capacity": 45,
"recoil": 15,
"recoil": 14,
"fire_rate": 640,
"fire_mode": [
0,
Expand All @@ -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,
Expand Down Expand Up @@ -71,8 +71,8 @@
"type": 5,
"damage": 250,
"capacity": 8,
"recoil": 110,
"fire_rate": 80,
"recoil": 35,
"fire_rate": 100,
"fire_mode": [
3
],
Expand Down Expand Up @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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
],
Expand All @@ -399,7 +400,7 @@
"type": 1,
"damage": 70,
"capacity": 45,
"recoil": 26,
"recoil": 25,
"fire_rate": 920,
"fire_mode": [
0,
Expand Down
10 changes: 5 additions & 5 deletions items/weapons/secondary.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"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,
"fire_mode": [
0
],
"traits": [
2,
3,
4,
5
]
Expand Down Expand Up @@ -89,7 +89,7 @@
0
],
"traits": [
1,
2,
4
]
},
Expand Down Expand Up @@ -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
Expand All @@ -140,4 +140,4 @@
11
]
}
}
}

0 comments on commit bec17da

Please sign in to comment.