Don't Starve Together

Don't Starve Together

Playable Pets Essentials
140件中 91-100 を表示
< 1 ... 8  9  10  11  12 ... 14 >
更新: 2022年3月5日 @ 17時00分

-Added stuff for brrrd.

更新: 2022年2月10日 @ 0時57分

-Fixed deerclops' not being able to destroy things.
-boneshards, fossil_pieces, and houndteeth now are edible as the foodtype BONE.
-Mob Skeletons now have the "bone" tag.
-Scavantulas can now destroy skeletons.

更新: 2022年2月4日 @ 12時24分

更新: 2022年2月3日 @ 12時01分

-Skeletons will now delete themselves if they're over water.
-PP_CommonStates.AdvancedLocomotor now checks inst.cannotmove if user is allowed to move.

更新: 2022年1月25日 @ 15時11分

-Mobs will now drop custom skeletons on death.
-New "Mob Skeletons" config to toggle skeletons dropping on death. "MobSkeletons" is the name for server owners.
-Added PlayablePets.DoDeath function. This function is going to be used across all death states now and it is recommended for modders to use it as well.

更新: 2022年1月23日 @ 16時20分

-Mobs that have skins will now have icons showing as such in the character select screen.

更新: 2022年1月16日 @ 1時06分

-Fixed a file conflict that broke a few mobs in Playable Pets original.

更新: 2022年1月15日 @ 1時12分

-Added GetSleepers function to multisleepingbag component.
-Added fns parameter to PP_CommonStates.AddHomeState.
-cleaned out a few comments.
-Added TUNING.PP. Future values will go here.

更新: 2021年11月26日 @ 8時22分

Debug Mode changes:
-Many util functions now do debug prints.
-Spawning as a mob will print their data table in the log as well as some other information.
-SleepHeal information is printed per tick.
-Added PlayablePets.DebugPrintData function. First parameter is the title string, second parameter is the table in which they will dump data.
-Key abilities are logged when pressed.
-Cleaned out some bits of unused code here and there, improved some functions too.

更新: 2021年11月21日 @ 20時13分

-Fixed a crash with the new CanSetFire function.