Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sigma #34370

Closed
wants to merge 3 commits into from
Closed

Sigma #34370

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
minAngle: -19
maxAngle: -16
- type: Gun
minAngle: 21
maxAngle: 32
minAngle: 20
maxAngle: 40
shotsPerBurst: 5
availableModes:
- SemiAuto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@
damage:
types:
Blunt: 1


31 changes: 31 additions & 0 deletions Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,34 @@
Piercing: 15
- type: Item
sprite: Objects/Weapons/Melee/throwing_knife.rsi

- type: entity
name: метательный нож
parent: [BaseKnife, BaseRestrictedContraband]
id: SuperYbica
description: A deadly knife intended for melee confrontations.
components:
- type: Tag
tags:
- CombatKnife
- Knife
- type: Sprite
sprite: Objects/Weapons/Melee/combat_knife.rsi
state: icon
- type: MeleeWeapon
wideAnimationRotation: -135
attackRate: 12
damage:
types:
Slash: 87
- type: EmbeddableProjectile
sound: /Audio/Weapons/star_hit.ogg
- type: LandAtCursor
- type: DamageOtherOnHit
damage:
types:
Slash: 47
- type: Item
sprite: Objects/Weapons/Melee/combat_knife.rsi
- type: DisarmMalus
malus: 0.225
Loading