Skip to content

Commit

Permalink
Метание ножей теперь не безопасно
Browse files Browse the repository at this point in the history
  • Loading branch information
1Stepka1 committed Jan 7, 2024
1 parent ec7a3f8 commit 48b3d70
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
Slash: 10
soundHit:
path: /Audio/Weapons/bladeslice.ogg
- type: DamageOtherOnHit
damage:
types:
Slash: 10
- type: Sprite
- type: Item
size: Small
Expand Down Expand Up @@ -65,6 +69,10 @@
damage:
types:
Slash: 13
- type: DamageOtherOnHit
damage:
types:
Slash: 15
- type: Item
size: Normal
sprite: Objects/Weapons/Melee/cleaver.rsi
Expand Down Expand Up @@ -153,6 +161,10 @@
damage:
types:
Slash: 5.5
- type: DamageOtherOnHit
damage:
types:
Slash: 5.5
- type: Item
sprite: Objects/Weapons/Melee/shiv.rsi
- type: DisarmMalus
Expand All @@ -172,6 +184,10 @@
damage:
types:
Slash: 7 #each "tier" grants an additional 2 damage
- type: DamageOtherOnHit
damage:
types:
Slash: 7
- type: Item
sprite: Objects/Weapons/Melee/reinforced_shiv.rsi
- type: Sprite
Expand All @@ -191,6 +207,10 @@
damage:
types:
Slash: 9
- type: DamageOtherOnHit
damage:
types:
Slash: 9
- type: Item
sprite: Objects/Weapons/Melee/plasma_shiv.rsi
- type: Sprite
Expand All @@ -211,6 +231,11 @@
types:
Slash: 7
Radiation: 4
- type: DamageOtherOnHit
damage:
types:
Slash: 7
Radiation: 4
- type: Item
sprite: Objects/Weapons/Melee/uranium_shiv.rsi
- type: Sprite
Expand Down

0 comments on commit 48b3d70

Please sign in to comment.