Template:PatchDiff/June 23, 2011 Patch/team fortress 2 content.gcf/tf/scripts/talker/tf.txt

From Team Fortress Wiki
Jump to: navigation, search
679679 criteria ConceptPlayerTaunt IsScout WeaponIsWoodBat
680680 response ScoutTauntGrandSlam
681681 }
N/A682 rule ScoutTauntAtomizer
N/A683 {
N/A684 criteria ConceptPlayerTaunt IsScout WeaponIsAtomizer
N/A685 response ScoutTauntAtomizer
N/A686 }
682687 rule ScoutTauntScattergunDouble
683688 {
684689 criteria ConceptPlayerTaunt IsScout WeaponIsScattergunDouble
685690 response ScoutTauntPrimaryDouble
686691 }
N/A692 rule ScoutTauntSodaPopper
N/A693 {
N/A694 criteria ConceptPlayerTaunt IsScout WeaponIsSodaPopper
N/A695 response ScoutTauntPrimaryDouble
N/A696 }
687697 rule ScoutTauntShortstop
688698 {
689699 criteria ConceptPlayerTaunt IsScout WeaponIsShortstop
690700 response ScoutTauntSecondary
691701 }
N/A702 rule ScoutTauntWinger
N/A703 {
N/A704 criteria ConceptPlayerTaunt IsScout WeaponIsWinger
N/A705 response ScoutTauntSecondary
N/A706 }
692707 rule ScoutTauntMadMilk
693708 {
694709 criteria ConceptPlayerTaunt IsScout WeaponIsMadMilk
804819 criteria ConceptPlayerTaunt IsSniper WeaponIsClub
805820 response SniperTauntMelee
806821 }
N/A822 rule SniperTauntPlayerBazaarBargain
N/A823 {
N/A824 criteria ConceptPlayerTaunt IsSniper WeaponIsBazaarBargain
N/A825 response SniperTauntPrimary
N/A826 }
807827 rule SniperTauntPlayerBow
808828 {
809829 criteria ConceptPlayerTaunt IsSniper WeaponIsBow
11511171 response EngineerTauntReplay
11521172 }
11531173 
N/A1174 response "MedicTauntLaugh"
N/A1175 {
N/A1176 scene "scenes/player/medic/low/taunt_laugh.vcd"
N/A1177 }
N/A1178 rule MedicTauntLaugh
N/A1179 {
N/A1180 criteria ConceptTauntLaugh IsMedic
N/A1181 response MedicTauntLaugh
N/A1182 }
11541183 
N/A1184 response "HeavyTauntLaugh"
N/A1185 {
N/A1186 scene "scenes/player/heavy/low/taunt_laugh.vcd"
N/A1187 }
N/A1188 rule HeavyTauntLaugh
N/A1189 {
N/A1190 criteria ConceptTauntLaugh IsHeavy
N/A1191 response HeavyTauntLaugh
N/A1192 }
N/A1193 
N/A1194 response "DemomanTauntLaugh"
N/A1195 {
N/A1196 scene "scenes/player/demoman/low/taunt_laugh.vcd"
N/A1197 }
N/A1198 rule DemomanTauntLaugh
N/A1199 {
N/A1200 criteria ConceptTauntLaugh IsDemoman
N/A1201 response DemomanTauntLaugh
N/A1202 }
N/A1203 
N/A1204 response "SpyTauntLaugh"
N/A1205 {
N/A1206 scene "scenes/player/spy/low/taunt_laugh.vcd"
N/A1207 }
N/A1208 rule SpyTauntLaugh
N/A1209 {
N/A1210 criteria ConceptTauntLaugh IsSpy
N/A1211 response SpyTauntLaugh
N/A1212 }
N/A1213 
N/A1214 response "SniperTauntLaugh"
N/A1215 {
N/A1216 scene "scenes/player/Sniper/low/taunt_laugh.vcd"
N/A1217 }
N/A1218 rule SniperTauntLaugh
N/A1219 {
N/A1220 criteria ConceptTauntLaugh IsSniper
N/A1221 response SniperTauntLaugh
N/A1222 }
N/A1223 
N/A1224 response "SoldierTauntLaugh"
N/A1225 {
N/A1226 scene "scenes/player/Soldier/low/taunt_laugh.vcd"
N/A1227 }
N/A1228 rule SoldierTauntLaugh
N/A1229 {
N/A1230 criteria ConceptTauntLaugh IsSoldier
N/A1231 response SoldierTauntLaugh
N/A1232 }
N/A1233 
N/A1234 response "ScoutTauntLaugh"
N/A1235 {
N/A1236 scene "scenes/player/Scout/low/taunt_laugh.vcd"
N/A1237 }
N/A1238 rule ScoutTauntLaugh
N/A1239 {
N/A1240 criteria ConceptTauntLaugh IsScout
N/A1241 response ScoutTauntLaugh
N/A1242 }
N/A1243 
N/A1244 response "EngineerTauntLaugh"
N/A1245 {
N/A1246 scene "scenes/player/Engineer/low/taunt_laugh.vcd"
N/A1247 }
N/A1248 rule EngineerTauntLaugh
N/A1249 {
N/A1250 criteria ConceptTauntLaugh IsEngineer
N/A1251 response EngineerTauntLaugh
N/A1252 }
N/A1253 
N/A1254 response "PyroTauntLaugh"
N/A1255 {
N/A1256 scene "scenes/player/pyro/low/taunt_laugh.vcd"
N/A1257 }
N/A1258 rule PyroTauntLaugh
N/A1259 {
N/A1260 criteria ConceptTauntLaugh IsPyro
N/A1261 response PyroTauntLaugh
N/A1262 }
N/A1263 
N/A1264 response "MedicTauntHeroicPose"
N/A1265 {
N/A1266 scene "scenes/player/medic/low/taunt09.vcd"
N/A1267 }
N/A1268 rule MedicTauntHeroicPose
N/A1269 {
N/A1270 criteria ConceptTauntHeroicPose IsMedic
N/A1271 response MedicTauntHeroicPose
N/A1272 }
N/A1273 
11551274//============================================================================================================