More actions
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 = | 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 |