accessibilitywars / accessibilitywars/zaw2
Improved Balance Patch Handling with gw2fulcrum
- 主要語言
- JavaScript
- 星號
- 1
- 分支
- 5
- 平均合併
- 11 分鐘
- 30 天內合併 PR
- 5
描述
Integrate [gw2fulcrum](https://github.com/berdandy/gw2fulcrum) into the website build system
- [ ] If build's balance == config.prev_balance, then run `gw2fulcrum -s patch/CURRENT-BALANCE BUILD.md` and insert into website. For example:
```
❯ gw2fulcrum -s patch/2026-01.txt power-chronomancer.md
power-chronomancer.md was changed:
Time Bomb: This trait replaces Improved Alacrity
Signet of Humility: Reduced the cooldown from 60 seconds to 45 seconds and reduced the defiance damage from 600 to 350 in PvE only.
Well of Senility: Reduced the daze duration from 3 seconds to 2 seconds in PvE only.
```
- [ ] if build's balance == config.prev_balance, and there are zero relevant changes from `gw2fulcrum`, then render the balance label as if build's balance is config.balance (in other words, green with no warning)
- [ ] add gw2fulcrum to site deploy Actions
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
Look for the website build system configuration, likely in a build script or CI workflow. Find where balance patches are compared (config.prev_balance vs. config.balance). Integrate the gw2fulcrum tool to process BUILD.md files when balances match. Update the Actions workflow for deployment to include gw2fulcrum. Test by simulating a build where balance equals prev_balance and checking the output.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- github-actions, javascript
- 領域
- build-system, ci-cd, tooling
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100