//medic file for Earthquake Elimination WaveSchedule { ExtraLoadoutItems { Medic { //WAVE 1 Secondary { Item "the vaccinator" // 2 charges Cost 100 AllowRefund 1 } Secondary { Item "The Kritzkrieg" Cost 100 AllowRefund 1 } } } ItemAttributes { SimilarToItem "the quick-fix" "heal rate bonus" 1.5 // more rounded "ubercharge rate bonus" 1.25 // QF effect not as strong in reverse } ItemAttributes { SimilarToItem "the kritzkrieg" "ubercharge rate bonus" 1.4 // Kritz effect not as strong in reverse } ExtendedUpgrades { //WEAPONS MedigunAWave1 { Name "Sleeping Charger" Description "Start with 25% uber after respawning." Attribute "add cond when active" Cap 65 Increment 65 Cost 100 AllowPlayerClass Medic SecondaryAttributes { "Special item description" "You start with 25% Ubercharge when you respawn." } AllowedWeapons { Slot "secondary" } } MedigunBWave1 { Name "Efficient Healing" Description "+20% Heal rate bonus, +15% Ubercharge rate bonus." Attribute "heal rate bonus" Cap 1.2 Increment 0.2 Cost 100 AllowPlayerClass Medic SecondaryAttributes { "ubercharge rate bonus" 0.15 } AllowedWeapons { Slot "secondary" } DisallowedWeapons { Itemname "the quick-fix" } } QuickFixBWave1 { Name "Efficient Healing" Description "+20% Heal rate bonus, +15% Ubercharge rate bonus." Attribute "heal rate bonus" Cap 1.7 Increment 0.2 Cost 100 AllowPlayerClass Medic SecondaryAttributes { "ubercharge rate bonus" 0.15 } AllowedWeapons { Item "the quick-fix" } } MedigunCWave1 { Name "Overhealer" Description "+40% more overheal" Attribute "overheal bonus" Cap 1.4 Increment 0.4 Cost 100 AllowPlayerClass Medic AllowedWeapons { Slot "secondary" } } } }