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:
@@ -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 |
@@ -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",
|
||||
|
||||
BIN
Resources/Textures/Objects/Weapons/Melee/gorilla.rsi/storage.png
Normal file
BIN
Resources/Textures/Objects/Weapons/Melee/gorilla.rsi/storage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 624 B |
Reference in New Issue
Block a user