Skip to content

Conversation

@kshman
Copy link
Owner

@kshman kshman commented Nov 29, 2025

Introduce initial triggers and timeline for the Guardian Arkveld fight in The Windward Wilds, along with localization for ability names in Chinese. Update the version to 99.171.0 and adjust the Visual Studio path for 2026.

…Wilds encounter

- Created arkveld.ts to define triggers and localization for the Guardian Arkveld fight.
- Added arkveld.txt containing detailed timeline and mechanics for the encounter.
- Included translations for ability names and mechanics in Chinese.
Copilot AI review requested due to automatic review settings November 29, 2025 02:19
@kshman kshman merged commit e6eb43a into master Nov 29, 2025
6 checks passed
@kshman kshman deleted the saebyeok branch November 29, 2025 02:20
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds support for the Guardian Arkveld trial encounter from FFXIV Dawntrail, including both normal and extreme versions. It also updates the project version to 99.171.0 and adds Chinese localizations to several deep dungeon encounter files.

Key Changes:

  • New timeline and trigger files for Arkveld normal and extreme trials
  • Version bump to 99.171.0 across all project files
  • Chinese (cn) localization additions for Pilgrim's Traverse deep dungeon encounters
  • Visual Studio path update in build script

Reviewed changes

Copilot reviewed 12 out of 14 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
ui/raidboss/data/07-dt/trial/arkveld.txt New timeline file for normal Arkveld trial with detailed ability tracking and timing
ui/raidboss/data/07-dt/trial/arkveld.ts New TypeScript trigger file with Chinese localization for Arkveld normal
ui/raidboss/data/07-dt/trial/arkveld-ex.txt Extensive timeline for extreme Arkveld with multiple mechanics and patterns
ui/raidboss/data/07-dt/trial/arkveld-ex.ts Updated trigger ID and added Chinese localization for extreme version
ui/raidboss/data/07-dt/deepdungeon/*.ts Added Chinese translations for various deep dungeon encounters (floors 71-100 and final verse)
plugin/*/Properties/AssemblyInfo.cs Version updated from 99.170.0 to 99.171.0
package.json Version updated to 99.171.0
build/build.ps1 Visual Studio path changed (potential issue detected)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

if ($in -eq '1')
{
$vspath = "C:\Program Files\Microsoft Visual Studio\2022\Community"
$vspath = "C:\Program Files\Microsoft Visual Studio\18\Community"
Copy link

Copilot AI Nov 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Visual Studio version path has been changed from "2022" to "18". This appears to be incorrect as Visual Studio 2026 (if it exists) would use version "2026", not "18". Visual Studio version numbers follow the pattern:

  • VS 2019 = version 16
  • VS 2022 = version 17
  • VS 2025 (hypothetical) = version 18

If this is intended to reference VS 2026, it should be "2026" not "18". Please verify the correct Visual Studio installation path.

Suggested change
$vspath = "C:\Program Files\Microsoft Visual Studio\18\Community"
$vspath = "C:\Program Files\Microsoft Visual Studio\2022\Community"

Copilot uses AI. Check for mistakes.
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +314 to +315
cn: '${mech1} => ${mech2}',
ko: '${mech1} 🔜 ${mech2}',
Copy link

Copilot AI Nov 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete Korean localization: The Korean translation is missing for this line while Chinese was added. For consistency with the rest of the file, Korean localization should be included.

Copilot uses AI. Check for mistakes.
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ko resources always use '🔜' instead of '=>'. not same other locales

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants