Skip to content

Commit

Permalink
Added Support for Winter Invasion (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust authored Dec 5, 2024
1 parent dce2357 commit c269394
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ladder/fixtures/ladders.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,19 @@
"internal_name": "Hive Space",
"internal_difficulty": null
}
},
{
"model": "ladder.Ladder",
"pk": 12,
"fields": {
"name": "Winter Invasion",
"difficulty": "Normal",
"metric": "DPS",
"variant": "Default",
"is_solo": false,
"is_space": false,
"internal_name": "Winter Invasion",
"internal_difficulty": "Normal"
}
}
]
14 changes: 14 additions & 0 deletions ladder/fixtures/ladders_solo.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,19 @@
"internal_name": "Khitomer Space",
"internal_difficulty": "Elite"
}
},
{
"model": "ladder.Ladder",
"pk": 1014,
"fields": {
"name": "Winter Invasion",
"difficulty": "Normal",
"metric": "DPS",
"variant": "Default",
"is_solo": true,
"is_space": false,
"internal_name": "Winter Invasion",
"internal_difficulty": "Normal"
}
}
]

0 comments on commit c269394

Please sign in to comment.