InGame Info XML Addon - Blood Magic
This addon extends the capabilities of the InGame Info XML modification by adding specialized tags for working with Blood Magic. The mod allows tracking key blood magic parameters directly in the game interface.
Key Features
Available tracking tags:
- bmcurrentlp - displays the current amount of Life Points (LP) the player has
- bmorbtier - shows the current blood orb tier
Multiplayer Compatibility
Starting from version 1.1, the addon supports multiplayer. For proper functionality, the addon must be installed on both client and server.
Usage Example
<line>
<str>Current LP: </str>
<var>bmcurrentlp</var>
<str> (Orb Tier: </str>
<var>bmorbtier</var>
<str>)</str>
</line>