Skip to content

Commit 433f44e

Browse files
committed
balance changes
1 parent bbd9f62 commit 433f44e

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

game/quiver/info_changelog.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Quiver Private Alpha 1.1.0:
1+
Quiver Private Alpha 1.1.0 (WIP):
22
- Disabled stun in most instances, except in MvM where it's crucial against robots.
33
- Disabled player glows on spawn and spectator (except in MvM).
44
- Fixed a bug where some kill feeds erroneously show the Pyro kill taunt kill icon.
@@ -21,8 +21,12 @@ Quiver Private Alpha 1.1.0:
2121
- Decreased Mini-Sentry build rate from 150% to 130%.
2222
- Team Deathmatch: Each un-wrangled Sentry kill will now count as half of a kill. Every 2 sentry kills will count as 1 player kill. Wrangled and mini-sentry kills are the only exception.
2323
- Improved model panel lighting.
24-
- Increased the Heavy's speed from 270 to 285.
24+
- Increased the Heavy's speed from 270 to 280.
2525
- Improved the Ludmila's viewmodel.
26+
- Removed the Ludmila's spinup time penalty.
27+
- Lowered the Ludmila's damage penalty from 25% to 15%.
28+
- Added a 15% lower armor repair rate from dispensers to the Ludmila.
29+
- Increased the Gunslinger's dispenser armor repair penalty from 5% to 10%.
2630
- Added the following Source SDK Pull Requests:
2731
- #1437: MvM: Fix Explosive Headshot working on invulnerable target
2832

game/quiver/info_highlights.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Unlockable weapon balance changes:
5353
- Added a taunt kill for the Ullapool Caber (The Show-and-Tell/Caber Swing).
5454
- Increased the Jag's repair rate penalty from 20% to 33%
5555
- Lowered the Gunslinger's max health bonus to 15 and added a 10 max armor bonus.
56-
- The Gunslinger now has a 5% slower armor repair rate from dispensers.
56+
- The Gunslinger now has a 10% slower armor repair rate from dispensers.
5757
- The Enforcer's 20% damage bonus is now a normal 20% damage bonus.
5858
- The Wrangler's sentry disable time when switching from the weapon is now set to 1.5 seconds.
5959
- The per-backstab health bonus you get with the Conniver's Kunai was decreased from 140 health to 85, reducing the maximum health per backstab kill from 210 to 155.

game/quiver/scripts/items/items_custom.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -575,12 +575,12 @@
575575
"damage penalty"
576576
{
577577
"attribute_class" "mult_dmg"
578-
"value" "0.75"
578+
"value" "0.85"
579579
}
580-
"minigun spinup time increased"
580+
"armor taken from dispensers decreased"
581581
{
582-
"attribute_class" "mult_minigun_spinup_time"
583-
"value" "1.20"
582+
"attribute_class" "mult_dispenser_armor_rate"
583+
"value" "0.85"
584584
}
585585
}
586586
"visuals"

game/quiver/scripts/items/items_game.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25704,7 +25704,7 @@
2570425704
"armor taken from dispensers decreased"
2570525705
{
2570625706
"attribute_class" "mult_dispenser_armor_rate"
25707-
"value" "0.95"
25707+
"value" "0.90"
2570825708
}
2570925709
"engineer sentry build rate multiplier"
2571025710
{

game/quiver/scripts/playerclasses/heavyweapons.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PlayerClass
99
"model_hwm" "models/player/hwm/heavy.mdl"
1010
"model_hands" "models/weapons/c_models/c_heavy_arms.mdl"
1111
"localize_name" "TF_Class_Name_HWGuy"
12-
"speed_max" "285"
12+
"speed_max" "280"
1313
// "health_max" "100"
1414
// "armor_max" "400"
1515
"health_max" "300"

0 commit comments

Comments
 (0)