Skip to content

Commit

Permalink
Buffa armas do cap (#22)
Browse files Browse the repository at this point in the history
Sabre teve seu dano aumentado de 15 de slash pra 25, e de refletir de 0.1 pra 0.5

Laser agora custa 75 por tiro e não 100, e sua recarga automática aumentou pra 50 ao invés de 40
  • Loading branch information
logical094 authored Feb 2, 2025
1 parent f255a3b commit 96f69b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -697,10 +697,10 @@
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg
- type: HitscanBatteryAmmoProvider
proto: RedMediumLaser
fireCost: 100
fireCost: 75
- type: BatterySelfRecharger
autoRecharge: true
autoRechargeRate: 40
autoRechargeRate: 50
- type: MagazineVisuals
magState: mag
steps: 5
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
path: /Audio/SimpleStation14/Weapons/Melee/rapierhit.ogg
damage:
types:
Slash: 15
Slash: 25
heavyRateModifier: 1.25
heavyRangeModifier: 1
heavyDamageBaseModifier: 1
Expand All @@ -49,7 +49,7 @@
- type: ThrowingAngle
angle: 225
- type: Reflect
reflectProb: .1
reflectProb: .5
spread: 90
- type: Item
size: Normal
Expand Down

0 comments on commit 96f69b9

Please sign in to comment.