Предательский нож (#112)

* - add: Add betrayal knife.

* - tweak: Small size.
This commit is contained in:
Aviu00
2024-02-24 07:59:03 +09:00
committed by GitHub
parent 9d31a42880
commit 382188d2d2
13 changed files with 264 additions and 2 deletions

View File

@@ -8,6 +8,8 @@
sprite: Objects/Weapons/Melee/blood_dagger.rsi
state: icon
- type: MeleeWeapon
wideAnimationRotation: 135
swingLeft: true
attackRate: 1.3
damage:
types:
@@ -25,3 +27,27 @@
critChance: 40
critMultiplier: 2
isBloodDagger: true
- type: entity
name: предательский нож
description: Берегите спину.
parent: BaseItem
id: BetrayalKnife
components:
- type: Sharp
- type: Sprite
sprite: White/Objects/Weapons/betrayal_knife.rsi
state: icon
- type: MeleeWeapon
wideAnimationRotation: 180
attackRate: 1
damage:
types:
Slash: 30
soundHit:
path: /Audio/Weapons/bladeslice.ogg
- type: Item
size: Small
- type: DisarmMalus
- type: Backstab
- type: Blink

View File

@@ -112,6 +112,23 @@
# - UplinkWeapons
# saleLimit: 1
- type: listing
id: UplinkBetrayalKnife
name: Предательский нож
description: Предательский нож позволяет пользователю телепортироваться на короткое расстояние, а также наносит значительные повреждения, пробивая броню противника, при ударе в спину.
icon: { sprite: /Textures/White/Objects/Weapons/betrayal_knife.rsi, state: icon }
productEntity: BetrayalKnife
cost:
Telecrystal: 10
categories:
- UplinkWeapons
conditions:
- !type:StoreWhitelistCondition
blacklist:
tags:
- NukeOpsUplink
saleLimit: 1
- type: listing
id: UplinkMagazineShotgun
name: uplink-magazine-bulldog-name

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/pull/49264/commits/d0dffe7ca643db2624424fdcebf45863f85c0448",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}