* dice

* wallet

* crate
This commit is contained in:
Nim
2025-03-07 14:36:58 +02:00
committed by GitHub
parent 6aac9d6447
commit 228258e575
30 changed files with 129 additions and 0 deletions

View File

@@ -77,6 +77,8 @@
- id: CP14Rope
- id: CP14Nail20
- id: CP14EnergyCrystalSmall
- id: CP14d20Dice
- id: CP14d6Dice
- id: CP14CopperCoin5
weight: 0.5
- id: CP14BaseSharpeningStone

View File

@@ -24,6 +24,7 @@
whitelist:
tags:
- CP14Coin
- Dice
- type: UseDelay
delay: 0.3
- type: Appearance

View File

@@ -0,0 +1,37 @@
- type: entity
abstract: true
parent: BaseDice
id: CP14BaseDice
categories: [ ForkFiltered ]
components:
- type: Dice
- type: Sprite
sprite: _CP14/Objects/Fun/dice.rsi
noRot: true
- type: Tag
tags:
- Dice
- type: entity
parent: CP14BaseDice
id: CP14d20Dice
name: d20
description: What are the odds of me drinking wine and choking and dropping the candle on the dwarf's head?
components:
- type: Dice
sides: 20
currentValue: 20
- type: Sprite
state: d20_20
- type: entity
parent: CP14BaseDice
id: CP14d6Dice
name: d6
description: A bone cube for board games.
components:
- type: Dice
sides: 6
currentValue: 6
- type: Sprite
state: d6_6

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

View File

@@ -0,0 +1,89 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Made by Vojner(discord:vojner) for CrystallEdge",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name":"d6_1"
},
{
"name":"d6_2"
},
{
"name":"d6_3"
},
{
"name":"d6_4"
},
{
"name":"d6_5"
},
{
"name":"d6_6"
},
{
"name":"d20_1"
},
{
"name":"d20_2"
},
{
"name":"d20_3"
},
{
"name":"d20_4"
},
{
"name":"d20_5"
},
{
"name":"d20_6"
},
{
"name":"d20_7"
},
{
"name":"d20_8"
},
{
"name":"d20_9"
},
{
"name":"d20_10"
},
{
"name":"d20_11"
},
{
"name":"d20_12"
},
{
"name":"d20_13"
},
{
"name":"d20_14"
},
{
"name":"d20_15"
},
{
"name":"d20_16"
},
{
"name":"d20_17"
},
{
"name":"d20_18"
},
{
"name":"d20_19"
},
{
"name":"d20_20"
}
]
}