PathOfBuildingCommunity / PathOfBuildingCommunity/PathOfBuilding

Allow Trauma stacks to be raised above 10 when Bone Shatter of Complex Trauma is linked to General's Cry

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

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

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

説明

Check for duplicates
  • I've checked for duplicate open and closed issues by using the search function of the issue tracker
Is your feature request related to a problem?

When Bone Shatter of Complex Trauma is used as the main skill, the configs limit the Trauma stack to 10 due to line
{ "lose_all_trauma_at_X_trauma", 10 },
in "act_str.lua"
However, when Complex Trauma is linked to General's Cry, this limit is not applied in game, allowing players to scale Trauma far higher and the damage scales beyond 10 with it. The mirage warriors do not reset the Trauma stacks.

Describe the solution you'd like

When Complex Trauma is linked to General's Cry, allow Trauma to stack higher than 10.

Describe alternatives you've considered

Currently I have replaced the above mentioned line with
{ "lose_all_trauma_at_X_trauma", 1000 },
Which achieves the same effect, but would allow players not using General's Cry to scale their Complex Trauma higher that 10, misleading them.

Additional context

18 stacks
46 stacks
These images demonstrate how the Trauma continues to increase the Complex Trauma damage with stacks beyond 10 when linked to General's Cry.

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

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

はじめの一歩

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

調査の方向性

act_str.lua の lose_all_trauma_at_X_trauma エントリから始め、General's Cry が Bone Shatter of Complex Trauma にどのようにつながるかを追跡してください。Trauma が 10 を超えられるのはそのリンクの場合のみであり、Complex Trauma の通常の動作は引き続き 10 でリセットされることを確認してください。

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

評価

技術スタック
lua
領域
game-dev
issue の種類
機能追加
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
38/100

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

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