монетка

This commit is contained in:
BIGZi0348
2024-11-23 18:41:21 +03:00
parent 08332da6df
commit c6dde1628f
9 changed files with 216 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
dice-component-on-examine-message-part-1 = Кость c [color=lightgray]{ $sidesAmount }[/color] сторонами.
dice-component-on-examine-message-part-2 = Она приземлилась на [color=white]{ $currentSide }[/color].
dice-component-on-roll-land = { CAPITALIZE($die) } приземляется на { $currentSide }.
# CoinDice
coindice-component-on-examine-message-part-1 = Как и любая другая монетка, имеет две стороны.
coindice-component-on-examine-message-part-2 = Сейчас на вас смотрит - [color=white]{ $currentSide }[/color].
coindice-component-on-roll-land = { CAPITALIZE($die) } приземляется и вам выпадает - { $currentSide }.

View File

@@ -596,20 +596,23 @@
sprite: White/Fluff/Serafim547/salvage.rsi
- type: entity
parent: BaseDice
parent: BaseItem
id: VulpCoin
name: Золотая монета
suffix: fluff
description: Коллекционная чеканная монета с родины вульпканин, редкая находка обладающая не столь реальной, сколько символической ценностью.
components:
- type: Dice
- type: UseDelay
- type: CoinDice
sound:
collection: CoinDrop
sides: 2
currentValue: 2
currentValue: 1
- type: Sprite
sprite: White/Fluff/Serafim547/vulp_coin.rsi
state: coin_2
state: coin_1
- type: Item
size: Tiny
# Skrimex

Binary file not shown.

Before

Width:  |  Height:  |  Size: 513 B

After

Width:  |  Height:  |  Size: 487 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 940 B

After

Width:  |  Height:  |  Size: 914 B

View File

@@ -14,4 +14,4 @@
"name": "coin_2"
}
]
}
}