boredhero/pv

Add BAC HUD Bar

Open

#9 opened on May 2, 2020

 (1 comment) (0 reactions) (3 assignees)Java (0 forks)auto 404
APIUIenhancementhelp wanted

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

  • The BAC algorithm must interface with and update a HUD bar above the Hunger Bar.
  1. This Blood Alcohol Content bar should start with 10 empty shot glasses
  2. For every one SAU the player consumes, or SAU wears off over time, we must be able to update the HUD bar accordingly.
  3. This entire system must be accessible via the mod's API to other mods that wish to use/interface with it.

Contributor guide