WaveSchedule { ExtendedUpgrades { MaxUpgradesTier { 1 1 } gheavy { Name "Giant Heavy" Description "Grants +50% damage bonus on your minigun." AllowPlayerClass HeavyWeapons AllowedWeapons { Slot "Primary" } DisallowedWeapons { Itemname "The Brass Beast" } Cost 0 Attribute "damage bonus" Increment 0.5 Cap 1.5 } gheavybrass { Name "Giant Brass Heavy" Description "Increased damage and all downsides removed, slight move speed penalty." AllowPlayerClass HeavyWeapons AllowedWeapons { ItemName "The Brass Beast" } SecondaryAttributes { "move speed penalty" -0.25 "cannot pick up intelligence" 1 "spunup_damage_resistance" 0.2 "minigun spinup time increased" -0.5 "aiming movespeed decreased" 0.60 } Cost 0 Attribute "damage bonus" Increment 0.5 Cap 1.5 } //medic QuickFixSuperHeal { Name "Giga-Healer" Attribute "heal rate bonus" Cap 8.6 Increment 8.6 Cost 0 Description "Incredibly fast healing, but you cannot ubercharge. You also lose health and are Marked-for-Death while healing." Tier 1 SecondaryAttributes { "alt-fire disabled" 1 "ubercharge rate penalty" -1 "medigun passive attributes owner" "mod_maxhealth_drain_rate|100|add cond when active|30" } AllowedWeapons { ItemName "The Quick-Fix" } } MedigunUbercharge { Name "Uber Medic Giant" Attribute "ubercharge rate bonus" Cap 4 Increment 4 Cost 0 Description "Mediguns charge uber quickly, but you heal 50% slower" Tier 1 SecondaryAttributes { "heal rate penalty" -0.5 "uber duration bonus" -4 } AllowedWeapons { ClassName TF_WEAPON_MEDIGUN ItemName "Festive Medigun 2011" ItemName "The Kritzkrieg" ItemName "The Vaccinator" } DisallowedWeapons { ItemName "The Vaccinator" ItemName "The Quick-Fix" // pointless due to above upgrade } } } }