Skip to content

Commit

Permalink
Adjust Premium Warbond Tracking (#25)
Browse files Browse the repository at this point in the history
* Adjust Premium Warbond Tracking

*Remove is_premium from warbonds.json
*Update Steeled Veterans, Cutting Edge, and Democratic Detonation first page unlock cost to be 1000 Super Credits
resloves #21

* Update to move *_to_unlock to warbonds.json

* Remove trailing comma

---------

Co-authored-by: Chats <[email protected]>
  • Loading branch information
chatterchats and Chats authored Apr 25, 2024
1 parent e7ff391 commit f600242
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 115 deletions.
8 changes: 4 additions & 4 deletions warbonds.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"0": {
"name": "Helldivers Mobilize",
"id": "helldivers_mobilize",
"premium": false
"credits_to_unlock": 0
},
"1": {
"name": "Steeled Veterans",
"id": "steeled_veterans",
"premium": true
"credits_to_unlock": 1000
},
"2": {
"name": "Cutting Edge",
"id": "cutting_edge",
"premium": true
"credits_to_unlock": 1000
},
"3": {
"name": "Democratic Detonation",
"id": "democratic_detonation",
"premium": true
"credits_to_unlock": 1000
}
}
222 changes: 111 additions & 111 deletions warbonds/democratic_detonation.json
Original file line number Diff line number Diff line change
@@ -1,113 +1,113 @@
{
"1": {
"medals_to_unlock": 0,
"items": [
{
"item_id": 4219002488,
"medal_cost": 7
},
{
"item_id": 1243352476,
"medal_cost": 18
},
{
"item_id": 1351560655,
"medal_cost": 8
},
{
"item_id": 4107448458,
"medal_cost": 12
},
{
"item_id": 308572558,
"medal_cost": 8
},
{
"item_id": 854794995,
"medal_cost": 2
},
{
"item_id": 3869545997,
"medal_cost": 15
},
{
"item_id": 2640366401,
"medal_cost": 20
}
]
},
"2": {
"medals_to_unlock": 60,
"items": [
{
"item_id": 2119654064,
"medal_cost": 5
},
{
"item_id": 339272294,
"medal_cost": 60
},
{
"item_id": 2090263706,
"medal_cost": 45
},
{
"item_id": 4219002488,
"medal_cost": 12
},
{
"item_id": 2038008847,
"medal_cost": 35
},
{
"item_id": 2040543168,
"medal_cost": 20
},
{
"item_id": 3504405746,
"medal_cost": 55
},
{
"item_id": 825115965,
"medal_cost": 15
}
]
},
"3": {
"medals_to_unlock": 230,
"items": [
{
"item_id": 482071040,
"medal_cost": 32
},
{
"item_id": 1745784928,
"medal_cost": 16
},
{
"item_id": 2797735596,
"medal_cost": 60
},
{
"item_id": 123640653,
"medal_cost": 64
},
{
"item_id": 4219002488,
"medal_cost": 32
},
{
"item_id": 3364088192,
"medal_cost": 48
},
{
"item_id": 2098201552,
"medal_cost": 30
},
{
"item_id": 1942567317,
"medal_cost": 80
}
]
}
"1": {
"medals_to_unlock": 0,
"items": [
{
"item_id": 4219002488,
"medal_cost": 7
},
{
"item_id": 1243352476,
"medal_cost": 18
},
{
"item_id": 1351560655,
"medal_cost": 8
},
{
"item_id": 4107448458,
"medal_cost": 12
},
{
"item_id": 308572558,
"medal_cost": 8
},
{
"item_id": 854794995,
"medal_cost": 2
},
{
"item_id": 3869545997,
"medal_cost": 15
},
{
"item_id": 2640366401,
"medal_cost": 20
}
]
},
"2": {
"medals_to_unlock": 60,
"items": [
{
"item_id": 2119654064,
"medal_cost": 5
},
{
"item_id": 339272294,
"medal_cost": 60
},
{
"item_id": 2090263706,
"medal_cost": 45
},
{
"item_id": 4219002488,
"medal_cost": 12
},
{
"item_id": 2038008847,
"medal_cost": 35
},
{
"item_id": 2040543168,
"medal_cost": 20
},
{
"item_id": 3504405746,
"medal_cost": 55
},
{
"item_id": 825115965,
"medal_cost": 15
}
]
},
"3": {
"medals_to_unlock": 230,
"items": [
{
"item_id": 482071040,
"medal_cost": 32
},
{
"item_id": 1745784928,
"medal_cost": 16
},
{
"item_id": 2797735596,
"medal_cost": 60
},
{
"item_id": 123640653,
"medal_cost": 64
},
{
"item_id": 4219002488,
"medal_cost": 32
},
{
"item_id": 3364088192,
"medal_cost": 48
},
{
"item_id": 2098201552,
"medal_cost": 30
},
{
"item_id": 1942567317,
"medal_cost": 80
}
]
}
}

0 comments on commit f600242

Please sign in to comment.