Adds cooldown to dice rolling.
This commit is contained in:
4
Resources/Changelog/Parts/dice.yml
Normal file
4
Resources/Changelog/Parts/dice.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
author: Your_Name_Here
|
||||||
|
changes:
|
||||||
|
- type: Tweak # One of the following: Add, Remove, Tweak, Fix
|
||||||
|
message: Dice now have a roll cooldown.
|
||||||
@@ -4,6 +4,8 @@
|
|||||||
id: BaseDice
|
id: BaseDice
|
||||||
components:
|
components:
|
||||||
- type: Dice
|
- type: Dice
|
||||||
|
- type: ItemCooldown
|
||||||
|
- type: UseDelay
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Fun/dice.rsi
|
sprite: Objects/Fun/dice.rsi
|
||||||
noRot: true # If their sprites rotate, the number becomes even more illegible than usual.
|
noRot: true # If their sprites rotate, the number becomes even more illegible than usual.
|
||||||
|
|||||||
Reference in New Issue
Block a user