paldb.gg
日本語

拠点チームプランナー

パルワールドで本当に足りないのはパルではなく拠点の枠です。拠点にさせたい作業を指定すると、ゲーム本体の仕事適性レベルを使って、最少の枠でカバーできるパルの組み合わせを算出します。

Start from a base people actually build
What does the base need?
KindlingKindling
WateringWatering
PlantingPlanting
Generating ElectricityGenerating Electricity
HandiworkHandiwork4
8 of 4 covered
GatheringGathering
LumberingLumbering
MiningMining8
9 of 8 covered
ExtractingExtracting
Medicine ProductionMedicine Production
CoolingCooling
TransportingTransporting6
7 of 6 covered
FarmingFarming
Base slots5
Your team — 2 of 5 slots
Fully covered

Picked 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).