Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison committed Sep 1, 2024
1 parent 41f6723 commit 871aaaf
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 38 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/Weapons/Melee/MeleeWeaponComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public sealed partial class MeleeWeaponComponent : Component
/// Weapon damage is multiplied by this amount for heavy swings
/// </summary>
[DataField, AutoNetworkedField]
public float HeavyDamageBaseModifier = 0.6f; // WD EDIT
public float HeavyDamageBaseModifier = 1f; // WD EDIT

/// <summary>
/// Total width of the angle for wide attacks.
Expand Down Expand Up @@ -133,7 +133,7 @@ public sealed partial class MeleeWeaponComponent : Component
public bool SwingLeft;

[DataField, AutoNetworkedField]
public float HeavyStaminaCost = 12f; // WD EDIT
public float HeavyStaminaCost = 20f; // WD EDIT

[DataField, AutoNetworkedField]
public int MaxTargets = 5;
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/Entities/Objects/Misc/briefcases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
Blunt: 3.5
heavyRateModifier: 0.8
heavyRangeModifier: 0.8
heavyDamageBaseModifier: 1 # WD EDIT
heavyStaminaCost: 15 # WD EDIT
maxTargets: 8
- type: Tag
tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
types:
Blunt: 8
heavyRateModifier: 0.8
heavyDamageBaseModifier: 1.2
heavyStaminaCost: 20 # WD EDIT
maxTargets: 8
soundHit:
path: /Audio/Weapons/smash.ogg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
Blunt: 3
heavyRateModifier: 1
heavyRangeModifier: 1
heavyDamageBaseModifier: 1 # WD EDIT
heavyStaminaCost: 5
maxTargets: 5
angle: 100
- type: Item
Expand All @@ -47,8 +45,6 @@
Pierce: 7
heavyRateModifier: 0.9
heavyRangeModifier: 1.25
heavyDamageBaseModifier: 1 # WD EDIT
heavyStaminaCost: 15 # WD EDIT
maxTargets: 1
angle: 20
- type: Item
Expand All @@ -73,8 +69,6 @@
Slash: 7
heavyRateModifier: 0.8
heavyRangeModifier: 1.25
heavyDamageBaseModifier: 1.5
heavyStaminaCost: 5
maxTargets: 1
angle: 120
- type: Item
Expand Down Expand Up @@ -107,8 +101,6 @@
damage:
types:
Slash: 10
heavyDamageBaseModifier: 1.2
heavyStaminaCost: 5
- type: Item
sprite: Objects/Tools/Hydroponics/hatchet.rsi

Expand All @@ -132,8 +124,6 @@
Slash: 2 # I guess you can stab it into them?
heavyRateModifier: 0.8
heavyRangeModifier: 1.25
heavyDamageBaseModifier: 1.2
heavyStaminaCost: 5
angle: 80
soundHit:
collection: MetalThud
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
bluntStaminaDamageFactor: 3
heavyRateModifier: 0.8
heavyRangeModifier: 1.25
heavyDamageBaseModifier: 1 # WD EDIT
heavyStaminaCost: 15 # WD EDIT
maxTargets: 2
angle: 180
soundHit:
Expand Down Expand Up @@ -63,8 +61,6 @@
bluntStaminaDamageFactor: 3
heavyRateModifier: 0.8
heavyRangeModifier: 1.25
heavyDamageBaseModifier: 1 # WD EDIT
heavyStaminaCost: 10
maxTargets: 2
angle: 180
soundHit:
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
Blunt: 8
bluntStaminaDamageFactor: 2.5
heavyRateModifier: 0.8
heavyDamageBaseModifier: 1 # WD EDIT
heavyStaminaCost: 15 # WD EDIT
maxTargets: 1
angle: 140
- type: PhysicalComposition
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
Slash: 2
bluntStaminaDamageFactor: 2.0
heavyRateModifier: 0.8
heavyDamageBaseModifier: 1 # WD EDIT
heavyStaminaCost: 20 # WD EDIT
maxTargets: 1
angle: 20
soundHit:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
Structural: 5
bluntStaminaDamageFactor: 2.0
heavyRateModifier: 0.5
heavyDamageBaseModifier: 0.8 # WD EDIT
heavyStaminaCost: 15 # WD EDIT
maxTargets: 2
angle: 120
soundHit:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
types:
Slash: 8
heavyRateModifier: 0.9
heavyStaminaCost: 5
- type: Item
size: Normal
- type: Clothing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
Blunt: 4
Slash: 6
Structural: 10
heavyStaminaCost: 10
angle: 100
soundHit:
collection: MetalThud
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
Blunt: 11
bluntStaminaDamageFactor: 2.0
heavyRateModifier: 0.5
heavyDamageBaseModifier: 0.8 # WD EDIT
heavyStaminaCost: 15 # WD EDIT
maxTargets: 2
angle: 120
soundHit:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
Structural: 10
bluntStaminaDamageFactor: 2.0
heavyRateModifier: 0.75
heavyDamageBaseModifier: 1 # WD EDIT
heavyStaminaCost: 20 # WD EDIT
maxTargets: 10
angle: 120
soundHit:
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/Entities/Objects/Weapons/Melee/spear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
Slash: 1
heavyRateModifier: 0.75
heavyRangeModifier: 1.25
heavyDamageBaseModifier: 1
heavyStaminaCost: 20 # WD EDIT
maxTargets: 3
angle: 20
animation: WeaponArcThrust
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
bluntStaminaDamageFactor: 2.5
heavyRateModifier: 0.5
heavyRangeModifier: 1.75
heavyDamageBaseModifier: 1 # WD EDIT
heavyStaminaCost: 20 # WD EDIT
maxTargets: 1
angle: 20
- type: Wieldable
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/Entities/Objects/Weapons/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@
collection: MetalThud
bluntStaminaDamageFactor: 2
heavyRateModifier: 1
heavyDamageBaseModifier: 0.8 # WD EDIT
heavyStaminaCost: 15 # WD EDIT
- type: Item
size: Normal
- type: Clothing
Expand Down

0 comments on commit 871aaaf

Please sign in to comment.