paldb.gg
English

Palworld base team planner

Base slots are the real constraint in Palworld, not Pals. Set what the base has to do and this works out which Pals cover it in the fewest slots, using the game's own work suitability levels.

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.

Covering a requirement is a set-cover problem, which is NP-hard, so this uses the standard greedy approach: repeatedly take the Pal that closes the most of what is still missing. That is an approximation — usually optimal at these small slot counts, but not guaranteed to be. It is a strong starting team, not a proof.

Levels come straight from each Pal’s WorkSuitability values in the game files. For a single job, the per-job rankings are the simpler view.

Extracted from Palworld’s game files on (build 4797106687).