工具
據點隊伍規劃器
《幻獸帕魯》真正的限制是據點欄位,不是帕魯。設定據點要做的工作,這裡會依遊戲本身的工作適性等級,算出用最少欄位涵蓋的帕魯組合。
Start from a base people actually build
What does the base need?
Your team
How this was worked out
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-hard,因此這裡採用標準的貪婪法:反覆選出能補上最多缺口的帕魯。這是近似解——在這麼小的欄位數下通常就是最佳解,但無法保證。它是很好的起始隊伍,不是證明。
等級直接來自每隻帕魯在遊戲檔案中的 WorkSuitability 數值。若只看單一工作,各工作排行是更簡單的視角。
於 從《Palworld》遊戲檔案擷取(版本 4570874460)。研究方法