Skip to content

Commit

Permalink
Changelogs v1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
StardustD2 committed Oct 23, 2024
1 parent e0a08f6 commit 4c7ba2e
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelogs

## v1.9.7 Added Prismatic Bleak Watcher Aspect Override

- Prismatic *Bleak Watcher* overrides base cooldowns to at least 121 seconds but interestingly does not affect Chunk Energy Scalars
- This currently only affects *Healing Grenades* as they are the only ones with a shorter cooldown

## v1.9.6 Updated for [Game Version 8.1.0](https://www.bungie.net/7/en/News/article/destiny_update_8_1_0) - October 13, 2024

- Changed *Disorienting Blow* cooldown from 90 to 82 seconds
Expand Down
8 changes: 8 additions & 0 deletions generator/SourceContent.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,14 @@
}
],
"Overrides": [
{
"Hash": 790664813,
"Name": "Bleak Watcher - Prismatic Aspect",
"Requirements": [
3040080535
],
"CooldownOverride": 121
},
{
"Hash": 2642597904,
"Name": "Bleak Watcher - Stasis Aspect",
Expand Down
8 changes: 8 additions & 0 deletions generator/dump.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,14 @@
}
],
"Overrides": [
{
"Hash": 790664813,
"Name": "Bleak Watcher - Prismatic Aspect",
"Requirements": [
3040080535
],
"CooldownOverride": 121
},
{
"Hash": 2642597904,
"Name": "Bleak Watcher - Stasis Aspect",
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"lastUpdate": 1728833784906125600, "schemaVersion": "1.9"}
{"lastUpdate": 1729696950813250400, "schemaVersion": "1.9"}
2 changes: 1 addition & 1 deletion versions/1.9/CharacterStatInfo-NI.json

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions versions/1.9/CharacterStatInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -1855,6 +1855,26 @@
}
],
"Overrides": [
{
"Hash": 790664813,
"Name": "Bleak Watcher - Prismatic Aspect",
"Requirements": [
3040080535
],
"CooldownOverride": [
151.25,
137.5,
126.04,
121.0,
110.0,
100.83,
93.08,
86.43,
78.06,
69.14,
60.5
]
},
{
"Hash": 2642597904,
"Name": "Bleak Watcher - Stasis Aspect",
Expand Down

0 comments on commit 4c7ba2e

Please sign in to comment.