Skip to content

Commit

Permalink
New Ground maps + Removed Difficulty from Ground Maps (#55)
Browse files Browse the repository at this point in the history
* Updated to include links.

* Added Season 32.

* Add Metric Thresholds to allow for Manual Review

* Fixed bug whith queryset in LadderEntryView

* Fixed Season 32 Variant Start Date.

* Added combat log pk to message.

* Updated manual review comment.

* Fixed manual review text (again)

* Added additional check

* Added Operation Wolf Group and NTTX Solo

* Remove difficulties from Ground Maps except for Jupiter Station Showdown

* Removed difficulty from Juputer Station Showdown as well.
  • Loading branch information
Kraust authored Jun 1, 2024
1 parent 0df4e90 commit 2234ce3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 8 deletions.
22 changes: 18 additions & 4 deletions ladder/fixtures/ladders.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"pk": 5,
"fields": {
"name": "Bug Hunt",
"difficulty": "Elite",
"difficulty": null,
"metric": "DPS",
"variant": "Default",
"is_solo": false,
Expand All @@ -75,7 +75,7 @@
"pk": 6,
"fields": {
"name": "Miner Instabilities",
"difficulty": "Elite",
"difficulty": null,
"metric": "DPS",
"variant": "Default",
"is_solo": false,
Expand All @@ -89,7 +89,7 @@
"pk": 7,
"fields": {
"name": "Jupiter Station Showdown",
"difficulty": "Elite",
"difficulty": null,
"metric": "DPS",
"variant": "Default",
"is_solo": false,
Expand All @@ -103,7 +103,7 @@
"pk": 8,
"fields": {
"name": "Operation Wolf",
"difficulty": "Normal",
"difficulty": null,
"metric": "DPS",
"variant": "Default",
"is_solo": false,
Expand All @@ -125,5 +125,19 @@
"internal_name": "Nukara Prime: Transdimensional Tactics",
"internal_difficulty": null
}
},
{
"model": "ladder.Ladder",
"pk": 9,
"fields": {
"name": "Operation Wolf",
"difficulty": null,
"metric": "DPS",
"variant": "Default",
"is_solo": true,
"is_space": false,
"internal_name": "Operation Wolf",
"internal_difficulty": "Normal"
}
}
]
22 changes: 18 additions & 4 deletions ladder/fixtures/ladders_solo.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"pk": 1005,
"fields": {
"name": "Bug Hunt",
"difficulty": "Elite",
"difficulty": null,
"metric": "DPS",
"variant": "Default",
"is_solo": true,
Expand All @@ -75,7 +75,7 @@
"pk": 1006,
"fields": {
"name": "Miner Instabilities",
"difficulty": "Elite",
"difficulty": null,
"metric": "DPS",
"variant": "Default",
"is_solo": true,
Expand All @@ -89,7 +89,7 @@
"pk": 1007,
"fields": {
"name": "Jupiter Station Showdown",
"difficulty": "Elite",
"difficulty": null,
"metric": "DPS",
"variant": "Default",
"is_solo": true,
Expand All @@ -103,13 +103,27 @@
"pk": 1008,
"fields": {
"name": "Operation Wolf",
"difficulty": "Normal",
"difficulty": null,
"metric": "DPS",
"variant": "Default",
"is_solo": true,
"is_space": false,
"internal_name": "Operation Wolf",
"internal_difficulty": "Normal"
}
},
{
"model": "ladder.Ladder",
"pk": 1009,
"fields": {
"name": "Nukara Prime: Transdimensional Tactics",
"difficulty": null,
"metric": "DPS",
"variant": "Default",
"is_solo": false,
"is_space": false,
"internal_name": "Nukara Prime: Transdimensional Tactics",
"internal_difficulty": null
}
}
]

0 comments on commit 2234ce3

Please sign in to comment.