Skip to content

The-Black-Lodge/JowdayDamageMeter

 
 

Repository files navigation

Hades II

Jowday's Damage Meters

Adds a damage meter that displays automatically in each room.

Need to know exactly what's causing damage? Does Blitz even do anything? How much did Artemis help out? Did Toula even wake up? Find out what's working, and what isn't!

Most damage sources will use your in-game language selection. A few sources will fallback on English names.

100% translated languages are English, French, Brazilian Portuguese, Chinese, Spanish. * You may need to quit and reload your save if you change languages while playing.

Config options you may be interested in:

  • ToggleMeterBind sets a bind to toggle the display on/off (default is Ctrl Y)
  • SplitDashStrike separates out Dash-Strike damage into its own bar. enabled by default
  • SplitOmega separates Omega attack/special into their own bars. enabled by default
  • ShowIcons displays god icons next to ability names. enabled by default
  • OmegaIndicator sets a custom prefix for Omega attacks

These values can be changed in the r2modman config editor.

Example configurations

SplitDashStrike enabled:

SplitDashStrike = true # default

image


SplitDashStrike disabled:

SplitDashStrike = false # custom value

image


SplitOmega and ShowIcons enabled:

SplitOmega = true # default
ShowIcons = true # default
OmegaIndicator = {!Icons.Omega_NoTooltip} # default

image


SplitOmega and ShowIcons disabled:

SplitOmega = false # custom value
ShowIcons = false # custom value

image


SplitOmega and custom OmegaIndicator:

SplitOmega = true # default
OmegaIndicator = ?! # custom value

image


Duo Boon display:

image


Additional Languages:

fr:

image

pt-BR:

image

zh-CN:

image

  • Credit to Magic_Gonads and PonyWarrior for the localization code.
  • Thank you to Shido for the French translation.
  • Thank you to Seceip for the Brazilian Portuguese translation.
  • Thank you to Dafeigy for the Chinese translation.
  • Thank you to Aoro for help with the Spanish translation.

Please join the Hades Modding Discord for support. Contact me there if you are interested in contributing additional translations!