Project Zomboid

Project Zomboid

[B42/B41]Fire Ignites Player Slower
正在显示第 1 - 10 项,共 11 项条目
< 1  2 >
更新于:4 月 28 日 上午 4:26
作者:AnimeTiddyFan

更新于:4 月 26 日 下午 9:38
作者:AnimeTiddyFan

更新于:4 月 26 日 上午 4:10
作者:AnimeTiddyFan

更新于:4 月 26 日 上午 1:09
作者:AnimeTiddyFan

更新于:2023 年 2 月 21 日 下午 4:56

Had the wrong mod title..

更新于:2023 年 2 月 21 日 下午 4:31

Fixed the slight possiblity of getting burned instantly still existing by checking if an in-game minute has passed since the first burn prevention until the last.

更新于:2023 年 2 月 20 日 下午 2:52

Had to return to this old version because there are errors occurring and I have no idea why.

更新于:2023 年 2 月 20 日 下午 2:17

I somehow accidentally added a close bracket which causes the mod to fail.

更新于:2023 年 2 月 20 日 上午 12:41

Fixed the possibility that a flame could on very rare occasion ignite you instantly. It's complicated to exmplain but now the mod has a second array of players which gets cleared every 1 in-game minute and iterates each time the game tries to ignite the player. So after the first burn attempt (when the player yells "yikes!"), 1 in-game minute must tick over until the next burn heal is counted as the final heal (when the player yells "Ahhh!"). Then the game must tick to the next in-game minute after the "Ahhh!" for the next burn attempt to not be healed.
This should ensure the player can't be burned instantly even if the game unluckily ticks the ignite attempt very quickly 3 times in a row (yikes, ahhh!, and then the unprotected ignite).

更新于:2022 年 12 月 30 日 下午 11:35

Fixed a bug where already existing burn wounds would be healed. Now only one burn wound will be healed at a time.
Also fixed a bug where burn wounds would be healed every 10th minute. Now the mod checks if the player is actually on fire before calling the burn healing/cleaning process.