Skip to content

Commit

Permalink
Chore: Janthir wilds update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Aug 20, 2024
1 parent 35277e4 commit ab86aa1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"Copy build": "Copy build",
"Copy from selected character": "Copy from selected character",
"Copy selected sigils to both slots": "Copy selected sigils to both slots",
"Core game changes are updated for the June 25th game patch, but preset coefficients and trait selections may not yet be completely updated. Most gear results will be correctly optimized, but DPS estimates and comparisons may be wrong.<br/><br/>Templates not marked as Outdated are up to date.": "Core game changes are updated for the June 25th game patch, but preset coefficients and trait selections may not yet be completely updated. Most gear results will be correctly optimized, but DPS estimates and comparisons may be wrong.<br/><br/>Templates not marked as Outdated are up to date.",
"Create build templates that can be used for the gear optimizer.": "Create build templates that can be used for the gear optimizer.",
"Create templates for the discretize.eu website. Please check the discretize-guides repo for more information.": "Create templates for the discretize.eu website. Please check the discretize-guides repo for more information.",
"Ctrl+d": "Ctrl+d",
Expand Down Expand Up @@ -977,5 +976,6 @@
"traitSubText_with shield": "with shield",
"traitSubText_with staff": "with staff",
"traitSubText_with sword": "with sword",
"traitSubText_with torch/dagger": "with torch/dagger"
"traitSubText_with torch/dagger": "with torch/dagger",
"🎉 Janthir Wilds has been released! 🎉<br/><br/>Core game changes are updated for the Janthir Wilds game patch, but new relics and spear builds are a work in progress.": "🎉 Janthir Wilds has been released! 🎉<br/><br/>Core game changes are updated for the Janthir Wilds game patch, but new relics and spear builds are a work in progress."
}
3 changes: 3 additions & 0 deletions src/assets/modifierdata/engineer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@
modifiers:
damage:
Outgoing Strike Damage: [2%, mult]
wvwModifiers:
damage:
Outgoing Strike Damage: [1.5%, mult]
gw2id: 526
defaultEnabled: true

Expand Down
7 changes: 3 additions & 4 deletions src/pages/index/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ const IndexPage = () => {

const ALERTS = [
<Trans>
Core game changes are updated for the June 25th game patch, but preset coefficients and trait
selections may not yet be completely updated. Most gear results will be correctly optimized,
but DPS estimates and comparisons may be wrong.
🎉 Janthir Wilds has been released! 🎉
<br />
<br />
Templates not marked as Outdated are up to date.
Core game changes are updated for the Janthir Wilds game patch, but new relics and spear
builds are a work in progress.
</Trans>,
<Trans>
The gear optimizer is still being developed! Please report issues or suggest improvements in
Expand Down

0 comments on commit ab86aa1

Please sign in to comment.