Made some quick edits to the table for current version v0.3.3 with:
- Freeze item durability
- Freeze hunger
- Configurable work speed (applies in the UI to every pal, but only actually affects the player and other human slaves pals)
- Always adding 1 to stat points when leveling them up (for infinite stats), but with a pointer to the stat points if you want to manually set them instead.
- 'Fixed' the item dupe to set all items in any open inventory (chests, player inventory, cooking containers, etc.) to a configurable amount (defaults to 9999)
- 'Fixed' pal edit and added all passives to a dropdown on each passive slot.
- The no consume sphere & ammo from a couple pages back (also affects some of the base building material consuming).
Other scripts that were not working are still not working. All
solo scripts work as a multiplayer game host (and most affect others who join your world), just not when joining others' worlds.
NOTE: Passives are a combination of an id and an enum variant, not all combinations are possible and the variants appear mostly for skills that do have some kind of rank (like 10% extra movement speed for Nimble and 20% extra movement speed for Runner). Weirdly, enough skills you would expect to be just a higher rank (like 10% extra ATK for Brave and 20% extra ATK for Ferocious) are actually just completely different ids. There is apparently no relation between the UI chevrons for skills and their respective ids.
DOUBLE NOTE: Turns out I was hasty and passives are actually some sort of offset or reference, they change every time you run palworld. Probably controlled by an allocator, they're in some sort of order but fairly random, so probably just allocation order. I don't have any unreal engine specific tools so I don't know or care too much to go over it.
If you want to make your life
easier you can change the dropdown in
passive_skills_list every time you boot the game when you want to edit, based on some existing pals with skills you already know, or copy the AoBs when you just want to clone some pal skills.