WaveSchedule { PrecacheModel "models/weapons/c_models/c_gauntlotshield/c_gauntlotshield.mdl" CustomWeapon //Allows you to use an alias for items with custom attributes { "Combo Shield" // The name you would use in Item key in TFBot { OriginalItemName "The Chargin' Targe" // The item used as a base "deploy time decreased" 0.5 // Attributes "dmg taken from bullets reduced" 0.2 "dmg taken from fire reduced" 0.2 "full charge turn control" 1.0 "custom item model" "models/weapons/c_models/c_gauntlotshield/c_gauntlotshield.mdl" "custom weapon fire sound" "Weapon_Soda_Popper.Single" } } ExtraLoadoutItems // Extra loadout items available after typing !missionitems in chat { AllowEquipOutsideSpawn 1 // Allow equipping items outside spawn Demoman // Player Class { Secondary // Extended syntax, Item slot to use { Item "Combo Shield" // Item name, custom weapon names are available Cost 0 // The cost of the weapon (default: 0) AllowedMinWave 1 //The wave at which the weapon is enabled (default: 1) AllowedMaxWave 99 //The max wave at which the weapon is enabled (default: infinite) AllowRefund 1 //Allow refunding of the weapon (default: 1) Description "+20% fire and bullet resistance while charging\ntest\ntest" } // Available slots: // Primary // Secondary // Melee // PDA (construction kit, disguise kit) // PDA2 (destruction kit, watch) // Head // Misc // Action (canteen) // Misc2 } } }