Added "The Throngler" (#22995)

* The Throngler.

* The Thronger

* Thron

* Revert "Thron"

This reverts commit e6774ea4eefd4eee52bd6e3340f77d5890b50083.

* Fixes Inhand sprites
This commit is contained in:
PoorMansDreams
2023-12-27 03:13:47 -08:00
committed by GitHub
parent b5a53c0b6b
commit e584970c26
9 changed files with 76 additions and 0 deletions

View File

@@ -159,3 +159,35 @@
size: Normal
sprite: Objects/Weapons/Melee/cutlass.rsi
- type: DisarmMalus
- type: entity
name: The Throngler
parent: BaseItem
id: Throngler
description: Why would you make this?
components:
- type: Sharp
- type: Sprite
sprite: Objects/Weapons/Melee/Throngler2.rsi
state: icon
- type: MeleeWeapon
wideAnimationRotation: -135
attackRate: 10
damage:
types:
Structure: 150
Slash: 20 #Horror
Blunt: 20
Heat: 20
Piercing: 20
Radiation: 10
soundHit:
path: /Audio/Effects/explosion_small1.ogg
- type: Reflect
enabled: true
reflectProb: .25
spread: 90
- type: Item
size: Ginormous
sprite: Objects/Weapons/Melee/Throngler-in-hand.rsi
- type: DisarmMalus

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by PoorMansDreams",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by PoorMansDreams",
"size": {
"x": 47,
"y": 47
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}