ElectronicObserverEN / ElectronicObserver

Electronic Observer is a game viewer for Kantai Collection.
Other
82 stars 19 forks source link

改修の素材について #381

Open m6a1k opened 1 year ago

m6a1k commented 1 year ago

改修計画で表示される素材を最終更新改修先まで表示していただけませんでしょうか。 例えば、「瑞雲」→「瑞雲634空」までの素材が表示されますが これを「瑞雲」→「瑞雲634空」→「瑞雲12型634空」→「瑞雲634空熟練」→「瑞雲改二634空」→「試製夜間瑞雲」まで すべて改修する場合の素材の総数を表示することは可能でしょうか。 しかも難しいことに「瑞雲」の更新先は「瑞雲12型」と「瑞雲634空」と2つのルートがあるため、 選択して表示できるようにできないでしょうか。

素材の中には改修して素材を調達するものが存在します。 例えば、「99式艦爆(江草)」の★10までには「99式艦爆」12、「99式艦爆22型」4が必要ですが、 素材の「99式艦爆22型」を作成するには「99式艦爆」12、「零式水上偵察機」2が必要でこれを4セット作る必要があります。 つまり「99式艦爆(江草)」の★10までには「99式艦爆」12、「99式艦爆22型(「99式艦爆」12、「零式水上偵察機」2)」4の素材、合計「99式艦爆」60、「零式水上偵察機」8必要なのです。 現在の表示だと、「99式艦爆」12、「99式艦爆22型」4と表示されますが、 これをより分解して「99式艦爆」60、「零式水上偵察機」8と表示していただけないでしょうか。

ご検討よろしくお願いします。

myangelkamikaze commented 1 year ago

Implementation notes: Maybe there could be a button to show "related upgrades" or something like that, which could display a tree view for all the required equipment. From there, you could add the required equipment as an upgrade plan. The tree view should be displaying both owned and planned equipment, I guess?

Side note, while implementing this, the adding of an equipment plan workflow should be reworked as discussed before, so it would be similar to how adding ship training plans works. That is, when first adding a plan, a dialog shows up in a new window. The upgrade plans should only be edited in that window, so the initial upgrade planner window is read only.

Jebzou commented 1 year ago

We would have 4 states for required equipments :

The tree view should allow the user to switch between those states

How to handle those assignments ? 2 new tables :

Equipment assignment

Craft Plan :

And a new Property in plans to assign a plan to another

To do :