Skip to content

Commit

Permalink
Sledgehammer (#69)
Browse files Browse the repository at this point in the history
* sledgehammer.yml

* Add files via upload

* Update meta.json

* Update sledgehammer.yml

* Update sledgehammer.yml

* Update sledgehammer.yml

* Update sledgehammer.yml

* Update sledgehammer.yml

* Delete on_spine.png

* Update meta.json

* Delete meta.json

* Add files via upload

* Update meta.json

* increased sledgehammer damage

* stamina damage for sledgehammer

* Update sledgehammer.yml
  • Loading branch information
DjfjdfofdjfjD authored Feb 28, 2023
1 parent fd70bae commit 14f96d2
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
- type: entity
name: Sledgehammer
parent: BaseItem
id: SledgeHammer
description: he best tool for demolishing walls, kneecaps, and skulls of your foes! Just be careful with it, eh?
components:
- type: Sprite
sprite: Objects/Weapons/Melee/sledgehammer.rsi
state: icon
- type: MeleeWeapon
attackRate: 0.65
damage:
types:
Blunt: 20
Structural: 20
- type: Wieldable
- type: IncreaseDamageOnWield
damage:
types:
Blunt: 20
Structural: 80
- type: StaminaDamageOnHit
damage: 25
- type: Item
size: 150
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "by adadsa#5831",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand_left"
},
{
"name": "sledgehammer_weilded_inhand_right"
},
{
"name": "sledgehammer_weilded_inhand_left"
},
{
"name": "inhand_right"
},
{
"name": "icon"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 14f96d2

Please sign in to comment.