You are viewing a potentially older version of this package. View all versions.
Tchernobill-CombatHUD_Patch_FrostBullet-1.0.0 icon

CombatHUD Patch FrostBullet

Corrects Frost Bullet handling by CombatHUD mod

Date uploaded 3 weeks ago
Version 1.0.0
Download link Tchernobill-CombatHUD_Patch_FrostBullet-1.0.0.zip
Downloads 982
Dependency string Tchernobill-CombatHUD_Patch_FrostBullet-1.0.0

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.