Skip to content

Commit

Permalink
Fix wrong food used in calculating Alacrity Hybrid Tempest (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobinjk committed Jul 6, 2023
1 parent d995dbf commit 9072e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/presetdata/preset-distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ list:
profession: Tempest
value: >-
{
"values2": { "Power": 3070, "Power2": 0, "Burning": 11.78, "Bleeding": 11.98, "Poisoned": 0, "Torment": 0, "Confusion": 0 }
"values2": { "Power": 3142, "Power2": 0, "Burning": 11.59, "Bleeding": 11.9, "Poisoned": 0, "Torment": 0, "Confusion": 0 }
}
credit:
- author: 'Dánmander'
Expand Down
3 changes: 2 additions & 1 deletion src/assets/presetdata/preset-extras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,8 @@ list:
"toxic-maintenance-oil": {}
},
"Nourishment": {
"spherified-cilantro-oyster-soup": {}
"spherified-cilantro-oyster-soup": {},
"cilantro-and-cured-meat-flatbread": {}
}
},
"lifestealAmount": ""
Expand Down

0 comments on commit 9072e6b

Please sign in to comment.