Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Punishment Curse Should Be Automatically Calculated in DPS

オープン
#10,215 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
55/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
静か
技術スタック
lua
領域
game-dev, tooling

調査の方向性

まず、DPS 計算内の Punishment モディファイアと既存の「Enemy is on Low Life」チェックボックスを見つけ、次にその処理経路を Culling Strike の自動処理と比較します。Punishment が低ライフ時の増加ダメージの半分を自動的に加算し、チェックボックスが有効な場合は全量を使用し、計算が関連するテストでカバーされていれば完了です。

索引モデルが issue の本文から書いたものです。

説明

enhancement
Check for duplicates
  • I've checked for duplicate open and closed issues by using the search function of the issue tracker
What platform are you running Path of Building on?

Windows

Is your feature request related to a problem?

Punishment curse does not contribute to the final DPS unless the "Enemy is on Low Life" checkbox is checked. This behavior is inconsistent in PoB compared to effects like Culling Strike.

Describe the solution you'd like

I think the increased damage taken at half its value should be applied automatically.

For example, Culling Strike is calculated automatically in the final DPS. It does not require an "Enemy is in Culling Strike range" checkbox.

This should be especially easy now that Low Life is 50%. For example, if a player has level 1 Punishment that says:

"Cursed Enemies take 30% increased Damage while on Low Life"

It could automatically be calculated as:

"Nearby Enemies take 15% increased Damage"

Then, if the player checks the "Enemy is on Low Life" checkbox, it could use the original 30% value instead.

Please consider this change, and thanks a lot for all your hard work!

Describe alternatives you've considered

No response

Additional context

No response

主要言語
Lua
スター
5.4k
フォーク
2.4k
平均マージ
1日 12時間
マージ済み PR(30日)
26

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

PathOfBuildingCommunity/PathOfBuilding のほかの issue

PathOfBuildingCommunity/PathOfBuilding の issue をすべて見る

似ている issue

Lua の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。