WaveSchedule { //ExtendedUpgradesOnly 1 ExtendedUpgrades { BodyResistBlast { Name "Blast Resistance +25%" Attribute "dmg taken from blast reduced" Cap 0.25 Increment -0.25 Cost 300 PlayerUpgrade 1 //Description "A" } BodyResistBullet { Name "Bullet Resistance +25%" Attribute "dmg taken from bullets reduced" Cap 0.25 Increment -0.25 Cost 300 PlayerUpgrade 1 //Description "A" } BodySpeed { Name "Move Speed Bonus +10%" Attribute "move speed bonus" Cap 1.3 Increment 0.1 Cost 200 PlayerUpgrade 1 //Description "A" } BodyRegen { Name "Health Regen +2" Attribute "Health Regen" Cap 10 Increment 2 Cost 200 PlayerUpgrade 1 //Description "A" } BodyResistFire { Name "Fire Resistance +25%" Attribute "dmg taken from fire reduced" Cap 0.25 Increment -0.25 Cost 150 PlayerUpgrade 1 //Description "A" } BodyResistCrit { Name "Crit Resistance +30%" Attribute "dmg taken from crit reduced" Cap 0.1 Increment -0.3 Cost 150 PlayerUpgrade 1 //Description "A" } BodyJump { Name "Jump Height +10%" Attribute "increased jump height" Cap 1.6 Increment 0.2 Cost 100 PlayerUpgrade 1 //Description "A" } DamageBonusPrimary { Name "Damage Bonus +25%" Attribute "Damage bonus" Cap 2 Increment 0.25 Cost 400 AllowedWeapons // Restricts upgrade to specified weapons { Slot "Primary" } //Description "A" } ClipPrimary { Name "Primary Clip Size +50%" Attribute "clip size bonus" Cap 3 Increment 0.5 Cost 400 AllowedWeapons // Restricts upgrade to specified weapons { Slot "Primary" } DisallowedWeapons { ClassName "TF_weapon_rocketlauncher" ClassName "TF_weapon_grenadelauncher" ClassName "TF_weapon_minigun" ClassName "TF_weapon_syringegun" ItemName "The Pomson 6000" ItemName "The Cow Mangler 5000" } //Description "A" } PenetrationPrimary { Name "Primary Penetration" Attribute "projectile penetration" Cap 1 Increment 1 Cost 400 AllowedWeapons // Restricts upgrade to specified weapons { Slot "Primary" } DisallowedWeapons { ClassName "TF_weapon_rocketlauncher" ClassName "TF_weapon_grenadelauncher" ClassName "TF_weapon_minigun" ClassName "TF_weapon_syringegun" ClassName "TF_weapon_flamethrower" ItemName "The Pomson 6000" ItemName "The Cow Mangler 5000" } //Description "A" } AmmoPrimary { Name "Primary Ammo +50%" Attribute "maxammo primary increased" Cap 3 Increment 0.5 Cost 250 AllowedWeapons // Restricts upgrade to specified weapons { Slot "Primary" } DisallowedWeapons { ItemName "The Pomson 6000" ItemName "The Cow Mangler 5000" } //Description "A" } ReloadPrimary { Name "Primary Faster Reload +20%" Attribute "reload time decreased" Cap 0.4 Increment -0.2 Cost 250 AllowedWeapons // Restricts upgrade to specified weapons { Slot "Primary" } DisallowedWeapons { SimilarToItem "The Force-a-Nature" SimilarToItem "The Soda Popper" SimilarToItem "The Shortstop" ClassName "TF_weapon_flamethrower" ClassName "TF_weapon_minigun" ClassName "TF_weapon_syringegun" } //Description "A" } } }