Merge pull request #1090 from creamybag/toadslippers

Frogerge
This commit is contained in:
creamybag
2025-03-31 23:01:14 +03:00
committed by GitHub
parent e4bd418c45
commit 05de87e9e9
10 changed files with 57 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
- files: ["frogs_slippers1.ogg", "frogs_slippers2.ogg", "frogs_slippers3.ogg"]
license: "CC0-1.0"
copyright: "Sound from D.jones: https://freesound.org/people/D.jones/"
source: "https://freesound.org/people/D.jones/sounds/527846/"

View File

@@ -107,4 +107,23 @@
footstepSoundCollection:
collection: FootstepJester
params:
variation: 0.07
variation: 0.07
- type: entity
parent: CP14ClothingShoesBase
id: CP14ClothingShoesArtifactFrogs
name: frog's slippers
categories: [ DoNotMap ]
suffix: Artifact
description: For wednesday's lovers.
components:
- type: Sprite
sprite: _CP14/Clothing/Shoes/frogs_slippers.rsi
- type: Clothing
sprite: _CP14/Clothing/Shoes/frogs_slippers.rsi
- type: FootstepModifier
footstepSoundCollection:
collection: FrogsSlippers
params:
variation: 0.07
- type: NoSlip

View File

@@ -0,0 +1,9 @@
- type: soundCollection
id: FrogsSlippers
files:
- /Audio/_CP14/Effects/Footsteps/frogs_slippers1.ogg
- /Audio/_CP14/Effects/Footsteps/frogs_slippers2.ogg
- /Audio/_CP14/Effects/Footsteps/frogs_slippers3.ogg

View File

@@ -35,4 +35,10 @@
id: CP14CrayonRainbow
entity: CP14CrayonRainbow
tags:
- CP14UniqueSpawnDemiplanetLoot
- type: uniqueSpawn
id: CP14ClothingShoesArtifactFrogs
entity: CP14ClothingShoesArtifactFrogs
tags:
- CP14UniqueSpawnDemiplanetLoot

Binary file not shown.

After

Width:  |  Height:  |  Size: 969 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "All right reserved",
"copyright": "Created by Dinazewwr",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
}
]
}