Mephisto
June 3rd, 2026, 20:47
Hi there,
I noticed the following issues in CoreRPG and 5E
Missing template
While there is a template for string_content_column_single, there is none for "h"-columns: string_content_columnh_single
Would be great if this gets added to have a complete template set.
Bug #1
In "manager_dice_5E.lua" line 202, dicetextcolor is only 7 hex digits
{ diceskin = 0, dicebodycolor="FF000000", dicetextcolor="FFFF000" }
I think this should be "FFFF0000", isn't it?
Bug #2 - Typos in _tActorDiceSystemRules string literals in "manager_dice_5E.lua"
Two minor string literal errors:
Line 86: "Giant Centipeded" - trailing stray d, should be "Giant Centipede"
Line 90: "Lizardfolk King/Queen||Pteranodon" - double pipe separator || where a single | is presumably intended
I noticed the following issues in CoreRPG and 5E
Missing template
While there is a template for string_content_column_single, there is none for "h"-columns: string_content_columnh_single
Would be great if this gets added to have a complete template set.
Bug #1
In "manager_dice_5E.lua" line 202, dicetextcolor is only 7 hex digits
{ diceskin = 0, dicebodycolor="FF000000", dicetextcolor="FFFF000" }
I think this should be "FFFF0000", isn't it?
Bug #2 - Typos in _tActorDiceSystemRules string literals in "manager_dice_5E.lua"
Two minor string literal errors:
Line 86: "Giant Centipeded" - trailing stray d, should be "Giant Centipede"
Line 90: "Lizardfolk King/Queen||Pteranodon" - double pipe separator || where a single | is presumably intended