Project Zomboid

Project Zomboid

Udderly Skillbook XP
10件中 1-10 を表示
更新: 2022年11月30日 @ 14時56分

- Fixed issue where some skills were misnamed and XP would not be gained (not skills that normally have skillbooks).
- Efficiency improvement in XP calculation function.

更新: 2022年11月6日 @ 18時38分

- Fixed a bug with XP gains when you have XP in a skill prior to reading the book, thanks to Diakon for reporting the bug and debugging/co-writing the fix with me.

更新: 2022年10月23日 @ 13時47分

- Rewrote entire XP granting function. There were issues in adapting the code I inherited/studied, ended up having to just roll my own XP math now that I know what I'm doing RE: the game's API and Lua. This fixes:
= Fractional XP is now granted flawlessly and precisely.
= Fixed bug with tier 4 book XP from last version.
= XP is granted smoothly over the course of a whole book.

更新: 2022年10月21日 @ 15時41分

- Fixed bug where XP is only given out toward the end of the book.
- Fixed rounding bug with fractional levels in calculation (e.g., 10% of tier XP will now yield 20% of a level instead of like.. a tiny few XP).

更新: 2022年8月4日 @ 19時49分

- Fixed bug where negative XP was applied when reading a book that was configured to give less than both levels and you'd already gained XP on the skill prior to reading in another way.

更新: 2022年8月3日 @ 13時29分

- Rewrote much of it.
- You now have the ability to set the percentage of the total levels a book can help with that it will help with, e.g., books normally give two levels, if we set a skill to ".5" it will give one level.
- Set up defaults with the new system:
100% (2 levels): Carpentry, Electrical, Mechanics, Metalworking
50% (1 level): Cooking, Farming, First Aid, Tailoring, Fishing, Trapping, Foraging, Maintenance
10% (20% of a level): Aiming, Reloading, Sprinting, Sneaking, Lightfooted, Nimble, Axe, Long Blunt, Short Blunt, Long Blade, Short Blade, Spear, Strength, Fitness

Obviously you'd need book mods that add books for a given skill for those that aren't in the base game.

更新: 2022年7月22日 @ 18時26分

-Fixed typo preventing the Skill Whitelist from showing up in sandbox options and preventing mechanics from working (one missing comma did all that :D).

更新: 2022年7月21日 @ 19時43分

更新: 2022年7月21日 @ 17時28分

- Fixed broken stuff in prerelease copy after initial testing (blindly wrote it with no testing so I didn't expect the initial build to work lol).
- Updated graphic to a nicer more readable one.

更新: 2022年7月21日 @ 13時32分