Tchernobill-CombatHUD_Patch_FrostBullet icon

CombatHUD Patch FrostBullet

Corrects Frost Bullet handling by CombatHUD mod

Last updated 3 weeks ago
Total downloads 971
Total rating 1 
Categories Misc
Dependency string Tchernobill-CombatHUD_Patch_FrostBullet-1.0.0
Dependants 2 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_Outward-5.4.8 icon
BepInEx-BepInExPack_Outward

BepInEx pack for Outward.

Preferred version: 5.4.8
sinai-dev-CombatHUD-5.4.1 icon
sinai-dev-CombatHUD

Adds extra combat-related HUD elements including status timers, floating damage indicators, etc.

Preferred version: 5.4.1

README

Features

This is a patch for CombatHUD mod.
This targets statuses without associated active effect.
Frost Bullet, Shatter Bullet, Blood Bullet now can be used without making CombatHUD throw exceptions.

Details

The only thing this mod tries to do is checking statusEffect being not null before calling "needsStatuses.Contains(statusEffect.IdentifierName)" in PlayersManager.UpdatePlayerStatuses.
In order to do that the whole following function is rewritten: PlayersManager.UpdatePlayerStatuses.