Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
Empress DamageNumbers
Floats delicious damage numbers above enemies when hurt with fully configurable colors.
| Date uploaded | 8 months ago |
| Version | 1.0.0 |
| Download link | Omniscye-Empress_DamageNumbers-1.0.0.zip |
| Downloads | 612 |
| Dependency string | Omniscye-Empress_DamageNumbers-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Empress DamageNumbers v1.0.0
You shoot something, numbers explode out of it. Empress DamageNumbers slaps floating damage numbers over enemies whenever they get hurt.
Features
-
Floating Damage Numbers
Every time an enemy takes damage (EnemyHealth.HurtRPC), a 3D TextMeshPro number spawns above them, pops up, fades out, and always faces the camera. -
Smart Anchor Positioning
Tries to stick the numbers roughly around the head/upper body:- Uses
EnemyHeadVisual.FollowPositionwhen available. - Falls back to colliders/renderers to guess a decent top point.
- Worst case: slightly above the enemy’s transform.
- Uses
-
Configurable Colors
You pick how cursed the numbers look. Neon pink? Toxic green? Blood red? Go wild.
Configuration
Config file path (BepInEx standard):
BepInEx/config/Empress.DamageNumbers.cfg
Under the [Colors] section you’ll have:
-
TextHex
Hex color for the damage number text. -
OutlineHex
Hex color for the outline around the numbers.
Examples
Make the numbers blood red with dark outline:
[Colors]
TextHex = #FF2222
OutlineHex = #300000
Go full neon hacker vomit:
[Colors]
TextHex = #00FFEE
OutlineHex = #002222
Soft ghostly damage:
[Colors]
TextHex = #CCCCFF
OutlineHex = #202040
If you screw up the hex values, the mod just falls back to white text and black outline instead of crying about it.
Notes
- Works best when all clients have the mod, but the effect is visual-only and local so it doesn't matter really.
- If numbers appear in weird places on some enemies, that’s just their cursed rigs. They’ll still die, so it’s fine.
Credits
Made by Omniscye / Empress – “If you’re going to suffer, at least be numerically documented.”