Skip to content

Commit

Permalink
more adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofallars committed Dec 11, 2024
1 parent 554490d commit 3fba3ff
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,24 @@
- type: SurgeryTool
endSound:
path: /Audio/Weapons/Guns/Gunshots/laser.ogg
- type: MeleeWeapon
attackRate: 1.3333
damage:
types:
Blunt: 9.0
bluntStaminaDamageFactor: 1.25
swapKeys: true
disableHeavy: true
animation: WeaponArcThrust
wideAnimationRotation: 180
soundHit:
collection: MetalThud
- type: IncreaseDamageOnWield
damage:
types:
Blunt: 2.5
- type: DamageOtherOnHit
staminaCost: 7

- type: entity
id: BaseWeaponBatterySmall
Expand Down Expand Up @@ -132,6 +150,15 @@
quickEquip: false
slots:
- Belt
- type: MeleeWeapon
attackRate: 1.2
damage:
types:
Blunt: 7.5
bluntStaminaDamageFactor: 1.0
wideAnimationRotation: 135
- type: DamageOtherOnHit
staminaCost: 5

- type: entity
name: svalinn laser pistol
Expand All @@ -153,19 +180,6 @@
magState: mag
steps: 5
zeroVisible: true
- type: MeleeWeapon
attackRate: 1.2
damage:
types:
Blunt: 7.5
swapKeys: true
disableHeavy: true
animation: WeaponArcThrust
wideAnimationRotation: 135
soundHit:
collection: MetalThud
- type: DamageOtherOnHit
staminaCost: 5

- type: entity
name: retro laser blaster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
- type: MeleeWeapon
damage:
types:
Blunt: 9
Blunt: 8.5

- type: entity
name: double-barreled shotgun
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
types:
Blunt: 2.5
- type: DamageOtherOnHit
staminaCost: 7.5
staminaCost: 7

- type: entity
name: Kardashev-Mosin
Expand Down

0 comments on commit 3fba3ff

Please sign in to comment.