Added "The Throngler" (#22995)
* The Throngler. * The Thronger * Thron * Revert "Thron" This reverts commit e6774ea4eefd4eee52bd6e3340f77d5890b50083. * Fixes Inhand sprites
This commit is contained in:
@@ -159,3 +159,35 @@
|
|||||||
size: Normal
|
size: Normal
|
||||||
sprite: Objects/Weapons/Melee/cutlass.rsi
|
sprite: Objects/Weapons/Melee/cutlass.rsi
|
||||||
- type: DisarmMalus
|
- 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 |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
Resources/Textures/Objects/Weapons/Melee/Throngler2.rsi/icon.png
Normal file
BIN
Resources/Textures/Objects/Weapons/Melee/Throngler2.rsi/icon.png
Normal file
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 |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user