Skip to content

Commit

Permalink
fix: tommy's matchbook incorrect mag size
Browse files Browse the repository at this point in the history
  • Loading branch information
BarmonHammer committed Apr 29, 2024
1 parent 64b906f commit 8adb2b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build_resources/cached_build.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(
last_manifest_version: "225174.24.04.10.1730-2-bnet.54923",
last_manifest_version: "225295.24.04.17.1730-2-bnet.55003",
dim_perk_mappings: [
(23371658, 2551157718),
(64332393, 2428997981),
Expand Down Expand Up @@ -461,6 +461,7 @@
4912743626812637223: 1710724046,
4920255861486214388: 1680496635,
4998358858533847150: 1710442534,
5041994126929771731: 1714429240,
5043486568624947636: 1710724046,
5153864312462031873: 1684377413,
5184316860242985856: 1712949500,
Expand Down
6 changes: 5 additions & 1 deletion build_resources/weapon_formulas.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Auto Rifle": {
"878286503": {"name": "Rapid-Fire Frame", "cat": "default", "subFam": "Rapid-Fire", "magProf": "large" },
"944506345": {"name": "SUROS Regime", "cat": "default", "subFam": "Adaptive", "magProf": "medium" },
"961505134": {"name": "Tommy's Matchbook", "cat": "default", "subFam": "Rapid-Fire", "magProf": "large" },
"961505134": {"name": "Tommy's Matchbook", "cat": "default", "subFam": "Rapid-Fire", "magProf": "tommy" },
"1019291327": {"name": "High-Impact Frame", "cat": "default", "subFam": "High-Impact", "magProf": "small" },
"1294026524": {"name": "Adaptive Frame", "cat": "default", "subFam": "Adaptive", "magProf": "medium" },
"1458010786": {"name": "Lightweight", "cat": "default", "subFam": "Adaptive", "magProf": "medium" },
Expand Down Expand Up @@ -73,6 +73,10 @@
"sweet_buiss": {
"mag": {"evpp": 0.0 ,"vpp": 0.0, "offset": 150.0},
"reserve_id": 0
},
"tommy": {
"mag": {"evpp": 0.0 ,"vpp": 0.0, "offset": 100.0},
"reserve_id": 0
}
}
},
Expand Down

0 comments on commit 8adb2b8

Please sign in to comment.