Skip to content

Commit f9e9036

Browse files
committed
small changes
1 parent 635e813 commit f9e9036

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

game/quiver/info_changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Details:
8484
- Removed the -10 max health penalty on the Vita-Saw.
8585
- Made it so the Vita-Saw saves up to 20% ÜberCharge after death, instead of using the organ mechanic.
8686
- Added the Überrüstungsheiler, a new Medigun for the Medic that heals armor on top of health. Its ÜberCharge fully repairs armor and makes it unbreakable.
87+
- Added a 20% cloak duration penalty to the Conniver's Kunai.
8788

8889
Quiver Private Alpha 1.1.0:
8990
Whitelists:

game/quiver/info_highlights.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Unlockable weapon balance changes:
105105
- Added a 25% damage penalty on the Vita-Saw.
106106
- Removed the -10 max health penalty on the Vita-Saw.
107107
- Made it so the Vita-Saw saves up to 20% ÜberCharge after death, instead of using the organ mechanic.
108+
- Added a 20% cloak duration penalty to the Conniver's Kunai.
108109

109110
MvM Changes:
110111
- Added armor-related upgrades to MvM (max armor, pierces damage resistances, and armor resistance).

game/quiver/scripts/items/items_custom.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -933,11 +933,6 @@
933933
"attribute_class" "mult_medigun_uberchargerate"
934934
"value" "1.35"
935935
}
936-
"heal rate bonus"
937-
{
938-
"attribute_class" "mult_medigun_healrate"
939-
"value" "1.25"
940-
}
941936
"ubercharge overheal rate penalty"
942937
{
943938
"attribute_class" "mult_medigun_overheal_uberchargerate"

game/quiver/scripts/items/items_game.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34581,6 +34581,11 @@
3458134581
"attribute_class" "special_taunt"
3458234582
"value" "1"
3458334583
}
34584+
"cloak consume rate increased"
34585+
{
34586+
"attribute_class" "mult_cloak_meter_consume_rate"
34587+
"value" "1.20"
34588+
}
3458434589
}
3458534590
}
3458634591
"357"

0 commit comments

Comments
 (0)