Tagilla-hammer

This commit is contained in:
Jabkas
2024-05-14 17:37:00 +03:00
parent a51b3f852f
commit 9204951c3b
12 changed files with 91 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,2 @@
ent-TagillaHammer = Мёртвый удар
.desc = При виде фелинида, держа эту огромную кувалду, у вас в голове появляется мысль - "Ха-ха, бегающий гвоздик!"

View File

@@ -284,6 +284,7 @@
- id: WeaponPistolMk58Nonlethal
- id: MagazinePistol
- id: BoxMindshield
- id: TagillaHammer
- type: entity
id: LockerFreezerVaultFilled

View File

@@ -0,0 +1,43 @@
- type: entity
name: Dead blow
parent: BaseItem
id: TagillaHammer
description: At the sight of a felinid holding that huge sledgehammer, you get the thought in your head - “Ha ha, running nail!”
components:
- type: Sprite
sprite: Objects/Weapons/Melee/hammer_tagilla2.rsi
state: icon
scale: 0.8, 0.8 # needed
- type: MeleeWeapon
swingLeft: true
wideAnimationRotation: 135
attackRate: 0.75
damage:
types:
Blunt: 5
Slash: 5
Structural: 10
soundHit:
path: "/Audio/Weapons/sledgehammer_hit_1.ogg"
- type: Wieldable
- type: IncreaseDamageOnWield
damage:
types:
Blunt: 10
Slash: 5
Structural: 40
- type: Item
size: Ginormous
sprite: Objects/Weapons/Melee/hammer_tagilla.rsi
- type: Clothing
sprite: Objects/Weapons/Melee/hammer_tagilla.rsi
quickEquip: false
slots:
- back
- type: DisarmMalus
- type: Crit
critChance: 30
critMultiplier: 1.2
isBloodDagger: false
- type: UseDelay
delay: 1

Binary file not shown.

After

Width:  |  Height:  |  Size: 895 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,31 @@
{
"version": 1,
"license": "omsoyk",
"copyright": "omsoyk",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
},
{
"name": "equipped-BACKPACK",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1013 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 996 B

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "omsoyk",
"copyright": "omsoyk",
"size": {
"x": 47,
"y": 47
},
"states": [
{
"name": "icon"
}
]
}