Skip to content

Commit

Permalink
фикс ямла
Browse files Browse the repository at this point in the history
  • Loading branch information
PyotrIgn committed Dec 9, 2024
1 parent c7387e1 commit 238285e
Showing 1 changed file with 70 additions and 71 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,6 @@
- id: ADTWeaponPistolMaria
- id: MagazineMagnum
- id: MagazineMagnum
sprite: ADT/Personalization/prazat_weaponcase.rsi
- type: MeleeWeapon
damage:
types:
Expand All @@ -1554,7 +1553,6 @@
components:
- type: Sprite
sprite: ADT/Personalization/prazat_sheath.rsi
state: sheath
- type: Clothing
sprite: ADT/Personalization/prazat_sheath.rsi
- type: Item
Expand All @@ -1565,10 +1563,11 @@
name: Sabre
insertVerbText: sheath-insert-verb
ejectVerbText: sheath-eject-verb
insertSound: /Audio/Items/sheath.ogg
ejectSound: /Audio/Items/unsheath.ogg
whitelist:
tags:
- CaptainSabre
- ADTWeaponMeleePrasatChainsword
- type: ItemMapper
mapLayers:
sheath-sabre:
Expand All @@ -1579,76 +1578,76 @@
- type: ContainerFill
containers:
item:
- ADTWeaponMeleePrasatChainsword
- CaptainSabre
- type: Appearance
- type: ClothingSpeedModifier
walkModifier: 0.95
sprintModifier: 0.95

- type: entity
name: Prazat Chainsword
parent: BaseItem
id: ADTWeaponMeleePrasatChainsword
description: Prazat Chainsword
suffix: Personal, 767sikon
components:
- type: Sharp
- type: Sprite
sprite: ADT/Personalization/prazat_chainsword_icon.rsi
layers:
- state: icon-off
map: [ "enum.ToggleVisuals.Layer" ]
- type: MeleeWeapon
attackRate: 1.6
damage:
types:
Blunt: 2.5
Structural: 5
soundHit:
path: "/Audio/Weapons/smash.ogg"
- type: Item
size: Huge
sprite: ADT/Personalization/prazat_chainsword.rsi
- type: DisarmMalus
- type: Tag
tags:
- ADTWeaponMeleePrasatChainsword
- type: ItemToggle
soundActivate:
path: /Audio/Weapons/chainsawwield.ogg
params:
volume: -3
soundDeactivate:
path: /Audio/Weapons/chainsawwield.ogg
params:
volume: -3
- type: ItemToggleActiveSound
activeSound:
path: /Audio/Weapons/chainsawidle.ogg
- type: UseDelay
delay: 1.5
- type: ItemToggleMeleeWeapon
activatedSoundOnHit:
path: /Audio/Weapons/chainsaw.ogg
params:
variation: 0.250
activatedSoundOnHitNoDamage:
path: /Audio/Weapons/chainsaw.ogg
params:
variation: 0.250
volume: -10
activatedSoundOnSwing:
path: /Audio/Weapons/chainsaw.ogg
params:
variation: 0.125
activatedDamage:
types:
Slash: 15
Piercing: 2.5
Structural: 30
- type: GenericVisualizer
visuals:
enum.ToggleVisuals.Toggled:
enum.ToggleVisuals.Layer:
True: {state: icon-on}
False: {state: icon-off}
# - type: entity
# name: Prazat Chainsword
# parent: BaseItem
# id: ADTWeaponMeleePrasatChainsword
# description: Prazat Chainsword
# suffix: Personal, 767sikon
# components:
# - type: Sharp
# - type: Sprite
# sprite: ADT/Personalization/prazat_chainsword_icon.rsi
# layers:
# - state: icon-off
# map: [ "enum.ToggleVisuals.Layer" ]
# - type: MeleeWeapon
# attackRate: 1.6
# damage:
# types:
# Blunt: 2.5
# Structural: 5
# soundHit:
# path: "/Audio/Weapons/smash.ogg"
# - type: Item
# size: Huge
# sprite: ADT/Personalization/prazat_chainsword.rsi
# - type: DisarmMalus
# - type: Tag
# tags:
# - ADTWeaponMeleePrasatChainsword
# - type: ItemToggle
# soundActivate:
# path: /Audio/Weapons/chainsawwield.ogg
# params:
# volume: -3
# soundDeactivate:
# path: /Audio/Weapons/chainsawwield.ogg
# params:
# volume: -3
# - type: ItemToggleActiveSound
# activeSound:
# path: /Audio/Weapons/chainsawidle.ogg
# - type: UseDelay
# delay: 1.5
# - type: ItemToggleMeleeWeapon
# activatedSoundOnHit:
# path: /Audio/Weapons/chainsaw.ogg
# params:
# variation: 0.250
# activatedSoundOnHitNoDamage:
# path: /Audio/Weapons/chainsaw.ogg
# params:
# variation: 0.250
# volume: -10
# activatedSoundOnSwing:
# path: /Audio/Weapons/chainsaw.ogg
# params:
# variation: 0.125
# activatedDamage:
# types:
# Slash: 15
# Piercing: 2.5
# Structural: 30
# - type: GenericVisualizer
# visuals:
# enum.ToggleVisuals.Toggled:
# enum.ToggleVisuals.Layer:
# True: {state: icon-on}
# False: {state: icon-off}

0 comments on commit 238285e

Please sign in to comment.