WaveSchedule { ItemAttributes { SimilarToItem "TF_WEAPON_FLAMETHROWER" "lunchbox adds minicrits" 2 } ItemAttributes { SimilarToItem "the flare gun" // for when a pyro doesnt want shotgun "damage bonus" 2 } ExtraLoadoutItems { Pyro { //WAVE 1 Primary { Item "the dragon's fury" Cost 100 AllowRefund 1 } Secondary { Item "The Thermal Thruster" Cost 100 AllowRefund 1 } } } //SCOUT ExtendedUpgrades { //WEAPONS FlamerAWave1 { Name "Sulfer Burning" Description "+25% damage bonus" Attribute "damage bonus" Cap 1.25 Increment 0.25 Cost 100 AllowPlayerClass Pyro AllowedWeapons { Slot "Primary" } } FlamerBWave1 { Name "Reflect Specialist" Description "+Reflect projectiles causes Stun on direct hit. +25% faster reflects." Attribute "rocket specialist" Cap 1 Increment 1 Cost 100 AllowPlayerClass Pyro AllowedWeapons { Slot "Primary" } SecondaryAttributes { "mult airblast refire time" -0.25 "special item description" "25% Faster airblast." } } ShotgunAWave1 { Name "Wound Inflamer" Description "+Critboost against burning targets" Attribute "crit vs burning players" Cap 1 Increment 1 Cost 100 AllowPlayerClass Pyro AllowedWeapons { SimilarToItem "tf_weapon_shotgun_primary" } } } }