Adds gorilla gauntlet storage sprite and updates hit sound (#33167)

* Adds storage sprite for gorilla gauntlet

* Specifies a heavier hitsound for gorilla gauntlet

* Modifies gauntlet icon and storage sprite

* Updates credit to my new username
This commit is contained in:
SpaceRox1244
2024-11-15 17:48:28 -05:00
committed by GitHub
parent 6683dc9037
commit 09d0565413
4 changed files with 10 additions and 2 deletions

View File

@@ -126,6 +126,9 @@
state: icon
- type: Item
size: Large
storedSprite:
state: storage
sprite: Objects/Weapons/Melee/gorilla.rsi
- type: MeleeWeapon
attackRate: 0.5
angle: 0
@@ -134,6 +137,8 @@
damage:
types:
Blunt: 20
soundHit:
path: "/Audio/Weapons/Guns/Gunshots/kinetic_accel.ogg"
- type: CorePoweredThrower
- type: MeleeThrowOnHit
unanchorOnHit: true

Binary file not shown.

Before

Width:  |  Height:  |  Size: 753 B

After

Width:  |  Height:  |  Size: 775 B

View File

@@ -1,14 +1,17 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Design and inhands by ricemar (discord) and icon by EmoGarbage404 (github)",
"copyright": "Design, inhands, and storage sprite by SpaceRox1244 (github) and icon by EmoGarbage404 (github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
"name": "icon"
},
{
"name": "storage"
},
{
"name": "inhand-left",

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 B