PDA

View Full Version : Circles instead of dice in chat bubble



darrenan
December 19th, 2021, 19:59
I noticed in the ruleset I'm developing that when I roll dice, I'm getting black circles instead of the correct dice outline in the output:

50477

I must have deleted or overridden something from CoreRPG to change this, but I can't figure out what it was. I still have all the d8 definitions in gameelements.xml. Where else are dice defined?

darrenan
December 19th, 2021, 20:03
I see the icons are defined in graphics_icons.xml in CoreRPG, but I don't think I have done anything to remove those definitions in my ruleset.

darrenan
December 19th, 2021, 20:04
Oh wait, does the gameelements.xml in my ruleset completely override the one in CoreRPG? That must be it.

darrenan
December 19th, 2021, 20:08
Ok, problem solved. I was overriding the position of the d8 die but not specifying the icon. Apparently, you can't use merge="join" with <die> definitions even though merge="delete" works just fine. Didn't know that.