拠点チームプランナー
パルワールドで本当に足りないのはパルではなく拠点の枠です。拠点にさせたい作業を指定すると、ゲーム本体の仕事適性レベルを使って、最少の枠でカバーできるパルの組み合わせを算出します。
Start from a base people actually build
What does the base need?
8 of 4 covered
9 of 8 covered
7 of 6 covered
Base slots5
Your team — 2 of 5 slots
Fully coveredPicked by greedy set cover: at each slot it takes the Pal that closes the most of what is still missing. That is an approximation, not a proof — for a tight slot budget there may be a better combination, and the work levels are the game’s own so you can check it.
要求のカバーは集合被覆問題で、NP困難です。そのためここでは標準的な貪欲法を使っています。足りない部分を最も多く埋めるパルを繰り返し選ぶ方法です。これは近似解であり——この程度の枠数ならほぼ最適解になりますが、保証はありません。強力なスタートチームであって、証明ではありません。
レベルはゲームファイル内の各パルの WorkSuitability の値そのままです。単一の作業だけなら、仕事別ランキングの方がシンプルです。
Extracted from Palworld’s game files on (build 4797047678).

