монетка
This commit is contained in:
@@ -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 }.
|
||||
|
||||
@@ -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 |
@@ -14,4 +14,4 @@
|
||||
"name": "coin_2"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user