* d10s now roll values from 0 to 9
* Changelog for PR #22406 (#22824)
* Remove meta entry for 10 value state
* Gotta delete the 10 face state or the RSI validator complains
* Attempting to fix invalid state causing tests to fail
* Another, better attempt to fix the test
* Once again
* I am an overcomplicating dingbat
---------
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
components:
- type: Dice
sides: 10
- currentValue: 10
+ offset: 1
+ currentValue: 0
- type: Sprite
- state: d10_10
+ state: d10_0
- type: entity
parent: BaseDice
"name": "percentile_90"
},
{
- "name": "d10_1"
+ "name": "d10_0"
},
{
- "name": "d10_10"
+ "name": "d10_1"
},
{
"name": "d10_2"