Skip to content

Commit

Permalink
Update game data for 3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanrek committed Jul 10, 2023
1 parent 8d7b0f6 commit 8490c00
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/ammo_params.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/items.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/vehicles.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<q-toolbar>
<q-toolbar-title>
Hardpoint.io
<span class="version">v3.17.4 Live</span>
<span class="version">v3.19.1 Live</span>
</q-toolbar-title>

<q-btn-dropdown stretch flat no-caps label="New Loadout">
Expand Down
7 changes: 7 additions & 0 deletions presentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,13 @@ const vehicleColumns = [
field: row => _.get(row, "quantumDrive.extension.fuelRangeGm"),
format: _formatNumberFactory(0),
sortable: true
},
{
name: "quantumFuelCapacity",
label: "Qntm Fuel",
field: row => _.get(row, "quantumFuelCapacity"),
format: _formatNumberFactory(0),
sortable: true
}
];

Expand Down
7 changes: 7 additions & 0 deletions scripts/hidden_vehicles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Less interesting NPC variants
ANVL_Hornet_F7A_Mk1
ANVL_Hornet_F7A_Mk1_*
MISC_Prospector_Modifiers
CRUS_Starlifter_A2_Bombless

Expand Down Expand Up @@ -41,8 +42,14 @@ EAObjectiveDestructable*
*_Derelict_*
*_Advocacy
*_PU_*
*_Indestructible
*_Unmanned_*
MISC_Prospector_Active1

# Other game modes
*_Tutorial
*_Prison
GRIN_PTV_NoCrimesAgainst
XIAN_Nox_SM_TE
*_SimPod
*_ToW
Expand Down

0 comments on commit 8490c00

Please sign in to comment.