Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Damage display: Difference between revisions

From bg3.wiki
Removed outermost info-blob div. Styling like that can be done by whatever template calls this module.
mNo edit summary
Line 131: Line 131:
-- Damage range preview
-- Damage range preview
result = result .. "<b>Damage: " .. min_roll .. "~" .. max_roll .. "</b>"
local result = "<b>Damage: " .. min_roll .. "~" .. max_roll .. "</b>"


-- Flexbox that holds the dice images on the left and damage values on the right
-- Flexbox that holds the dice images on the left and damage values on the right