//Spy's file for Earthquake Elimination WaveSchedule { ExtraLoadoutItems { Spy { //WAVE 1 Melee { Item "Your Eternal Reward" Cost 100 AllowRefund 1 } Primary { Item "The ambassador" Cost 100 AllowRefund 1 } } } //spy ItemAttributes { Itemname "The Ambassador" // burst option "weapon spread bonus" 0 "crit_dmg_falloff" 0 "damage bonus" 1.5 } ItemAttributes { itemname "your eternal reward" "fire rate penalty" 1.2 // cuz infinite cloak } ExtendedUpgrades { //WEAPONS KnifeAWave1 { Name "Power Bonus" Description "+3 seconds of Critboost on Kill" Attribute "critboost on Kill" Cap 3 Increment 3 Cost 100 AllowPlayerClass Spy AllowedWeapons { Slot "Melee" } } KnifeBWave1 { Name "Sharp Blade" Description "+30% Backstab damage vs. Giants" Attribute "armor piercing" Cap 30 Increment 30 Cost 100 AllowPlayerClass Spy AllowedWeapons { Slot "Melee" } } SMGAWave1 // because some people would like it { Name "Big Sap" Description "Sets Sapper to Upgrade level 2" Attribute "robo sapper" Cap 2 Increment 2 Cost 100 AllowPlayerClass Spy AllowedWeapons { SimilarToItem "Upgradeable TF_WEAPON_BUILDER_SPY" } } } }