Add razorblade.rsi, In razor_blade.yml

razorblade.rsi - Added sprites and the meta file!
razor_blade.yml - Changed the sprite directions!
This commit is contained in:
uwuKemonoChan 2026-04-30 15:29:04 -05:00
parent 766a68fd6b
commit 0ba875366b
8 changed files with 41 additions and 4 deletions

View File

@ -5,8 +5,11 @@
description: A razor blade that requires sharpening.
components:
- type: Sprite
sprite: Objects/Materials/Sheets/metal.rsi
state: steel
sprite: Objects/Weapons/Melee/_DV/razorblade.rsi
state: razordull
- type: Item
size: Tiny
heldPrefix: razordull
- type: Construction
graph: Razorblade
node: incomplete
@ -25,9 +28,10 @@
node: razorsharp
- type: Item
size: Tiny
heldPrefix: razorsharp
- type: Sprite
sprite: Objects/Materials/Shards/shard.rsi
state: shard1
sprite: Objects/Weapons/Melee/_DV/razorblade.rsi
state: razorsharpened
- type: Tag
tags:
- Razorblade

View File

@ -0,0 +1,33 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprite by MomoKemono(Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "razorsharpened"
},
{
"name": "razordull"
},
{
"name": "razordull-inhand-left",
"directions": 4
},
{
"name": "razordull-inhand-right",
"directions": 4
},
{
"name": "razorsharp-inhand-left",
"directions": 4
},
{
"name": "razorsharp-inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B