Change range of 10-sided dice (#22833)
* 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>
This commit is contained in:
@@ -61,9 +61,10 @@
|
|||||||
components:
|
components:
|
||||||
- type: Dice
|
- type: Dice
|
||||||
sides: 10
|
sides: 10
|
||||||
currentValue: 10
|
offset: 1
|
||||||
|
currentValue: 0
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: d10_10
|
state: d10_0
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseDice
|
parent: BaseDice
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Fun/dice.rsi/d10_0.png
Normal file
BIN
Resources/Textures/Objects/Fun/dice.rsi/d10_0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 336 B |
Binary file not shown.
|
Before Width: | Height: | Size: 369 B |
@@ -38,10 +38,10 @@
|
|||||||
"name": "percentile_90"
|
"name": "percentile_90"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "d10_1"
|
"name": "d10_0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "d10_10"
|
"name": "d10_1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "d10_2"
|
"name": "d10_2"
|
||||||
|
|||||||
Reference in New Issue
Block a user