Skip to content

Commit f24f867

Browse files
committed
various balances
1 parent cb8a002 commit f24f867

File tree

4 files changed

+23
-39
lines changed

4 files changed

+23
-39
lines changed

game/quiver/info_changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Whitelists:
2424
- The Cozy Camper
2525
- The Diamondback
2626
- The Red-Tape Recorder
27+
- Sharpened Volcano Fragment
28+
- The Sun-on-a-Stick
29+
- The B.A.S.E. Jumper
2730

2831
Blacklists:
2932
- The Spy-Cicle
@@ -46,6 +49,9 @@ Details:
4649
- Removed the Family Business from Soldier.
4750
- Fixed the Lolichop, Rainblower, Apoco-Fists, Enthusiast's Timepiece, Snack Attack, and Quäckenbirdt not showing up.
4851
- Added the ability for server owners to re-enable stun with qf_allow_stun.
52+
- The Sharpened Volcano Fragment is now a reskin of the Axtinguisher.
53+
- Removed the fire resistance on the Sun-on-the-Stick
54+
- Made the Sun-on-the-Stick ignite enemies
4955

5056
Quiver Private Alpha 1.1.0:
5157
Whitelists:

game/quiver/info_highlights.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@ Unlockable weapon balance changes:
8888
- Reduced the reload penalty on the Shortstop from 50% to 25%.
8989
- Added a 25 max health increase to the Shortstop to mirror its original set.
9090
- The Sandman's ball now breaks armor. It also does 100% guaranteed critical hits against unarmored players.
91-
- The Family Business is now a multi-class shotgun.
91+
- The Family Business is now a multi-class shotgun for everyone except Soldier.
92+
- The Sharpened Volcano Fragment is now a reskin of the Axtinguisher.
93+
- Removed the fire resistance on the Sun-on-the-Stick
94+
- Made the Sun-on-the-Stick ignite enemies
9295

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

game/quiver/info_whitelist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,8 @@
7171
- The Cozy Camper
7272
- The Diamondback
7373
- The Red-Tape Recorder
74+
- Sharpened Volcano Fragment (w/ balance changes)
75+
- The Sun-on-a-Stick* (w/ balance changes)
76+
- The B.A.S.E. Jumper
7477

7578
* - Weapon was whitelisted as long as it got a rebalance.

game/quiver/scripts/items/items_game.txt

Lines changed: 10 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -34252,59 +34252,29 @@
3425234252
"348"
3425334253
{
3425434254
"name" "Sharpened Volcano Fragment"
34255-
"item_class" "tf_weapon_fireaxe"
34256-
"craft_class" "weapon"
34257-
"craft_material_type" "weapon"
34258-
"capabilities"
34259-
{
34260-
"nameable" "1"
34261-
}
34262-
"tags"
34263-
{
34264-
"can_deal_damage" "1"
34265-
"can_deal_posthumous_damage" "1"
34266-
"can_deal_critical_damage" "1"
34267-
}
34255+
"prefab" "weapon_axtinguisher"
34256+
"item_logname" "lava_axe"
34257+
"item_iconname" "lava_axe"
3426834258
"show_in_armory" "1"
3426934259
"item_type_name" "#TF_Weapon_RiftFireAxe"
3427034260
"item_name" "#TF_Unique_RiftFireAxe"
3427134261
"item_description" "#TF_RiftFireAxe_Desc"
34272-
"item_slot" "melee"
34273-
"item_logname" "lava_axe"
34274-
"item_iconname" "lava_axe"
34275-
"item_quality" "unique"
3427634262
"image_inventory" "backpack/workshop/weapons/c_models/c_rift_fire_axe/c_rift_fire_axe"
3427734263
"image_inventory_size_w" "128"
3427834264
"image_inventory_size_h" "82"
3427934265
"inspect_panel_dist" "55"
3428034266
"model_player" "models/workshop/weapons/c_models/c_rift_fire_axe/c_rift_fire_axe.mdl"
3428134267
"attach_to_hands" "1"
34268+
"item_quality" "unique"
34269+
"propername" "0"
3428234270
"min_ilevel" "10"
3428334271
"max_ilevel" "10"
34284-
"propername" "0"
34285-
"used_by_classes"
34286-
{
34287-
"pyro" "1"
34288-
}
3428934272
"static_attrs"
3429034273
{
3429134274
"min_viewmodel_offset" "10 0 -11"
3429234275
}
3429334276
"mouse_pressed_sound" "ui/item_metal_weapon_pickup.wav"
3429434277
"drop_sound" "ui/item_metal_weapon_drop.wav"
34295-
"attributes"
34296-
{
34297-
"Set DamageType Ignite"
34298-
{
34299-
"attribute_class" "set_dmgtype_ignite"
34300-
"value" "1"
34301-
}
34302-
"damage penalty"
34303-
{
34304-
"attribute_class" "mult_dmg"
34305-
"value" "0.8"
34306-
}
34307-
}
3430834278
}
3430934279
"349"
3431034280
{
@@ -34338,6 +34308,7 @@
3433834308
"min_ilevel" "10"
3433934309
"max_ilevel" "10"
3434034310
"propername" "1"
34311+
"stock_whitelist" "1"
3434134312
"used_by_classes"
3434234313
{
3434334314
"scout" "1"
@@ -34360,10 +34331,10 @@
3436034331
"attribute_class" "mult_dmg"
3436134332
"value" "0.75"
3436234333
}
34363-
"dmg taken from fire reduced on active"
34334+
"Set DamageType Ignite"
3436434335
{
34365-
"attribute_class" "mult_dmgtaken_from_fire_active"
34366-
"value" "0.75"
34336+
"attribute_class" "set_dmgtype_ignite"
34337+
"value" "1"
3436734338
}
3436834339
}
3436934340
}
@@ -58538,6 +58509,7 @@
5853858509
"act_as_wearable" "1"
5853958510
"attach_to_hands" "0"
5854058511
"attach_to_hands_vm_only" "0"
58512+
"stock_whitelist" "1"
5854158513
"extra_wearable" "models/workshop/weapons/c_models/c_paratooper_pack/c_paratrooper_pack.mdl"
5854258514
"used_by_classes"
5854358515
{

0 commit comments

Comments
 (0)