Template:PatchDiff/December 20, 2012 Patch/team fortress 2 content.gcf/tf/scripts/talker/response rules.txt

From Team Fortress Wiki
Jump to: navigation, search
394394// Lunchbox modified to fire for Sandvich only, so we don't share lines.
395395criterion "WeaponIsSandvich" "item_name" "The Sandvich" "required"
396396criterion "WeaponIsRobotSandvich" "item_name" "The Robo-Sandvich" "required"
N/A397criterion "WeaponIsFestiveSandvich" "item_name" "Festive Sandvich" "required"
397398criterion "WeaponIsLunchboxDrink" "playerweapon" "tf_weapon_lunchbox_drink" "required"
398399criterion "WeaponIsGloves" "item_type_name" "#TF_Weapon_Gloves" "required" weight 10
399400criterion "WeaponIsKritzkrieg" "item_name" "The Kritzkrieg" "required" weight 10
400401criterion "WeaponIsBow" "item_name" "The Huntsman" "required" weight 10
N/A402criterion "WeaponIsFestiveBow" "item_name" "Festive Huntsman" "required" weight 10
401403criterion "WeaponIsEqualizer" "item_name" "The Equalizer" "required" weight 10
402404criterion "WeaponIsEscapePlan" "item_name" "The Escape Plan" "required" weight 10
403405criterion "WeaponIsDirectHit" "item_name" "The Direct Hit" "required" weight 10
404406criterion "WeaponIsBanner" "item_name" "The Buff Banner" "required" weight 10
N/A407criterion "WeaponIsFestiveBanner" "item_name" "Festive Buff Banner" "required" weight 10
405408// Former "sword is Eyelander" equivalency
406409//criterion "WeaponIsSword" "item_name" "The Eyelander" "required" weight 10
407410// If valve add a new sword (and it uses the same tf_weapon_sword class) it will inherit the Eyelander taunt by default
408411criterion "WeaponIsSword" "playerweapon" "tf_weapon_sword" "required" weight 10
409412criterion "WeaponIsDefender" "item_name" "The Scottish Resistance" "required" weight 10
410413criterion "WeaponIsUbersaw" "item_name" "The Ubersaw" "required" weight 10
N/A414criterion "WeaponIsFestiveUbersaw" "item_name" "Festive Ubersaw" "required" weight 10
411415criterion "WeaponIsFrontierJustice" "item_name" "The Frontier Justice" "required" weight 10
N/A416criterion "WeaponIsFestiveFrontierJustice" "item_name" "Festive Frontier Justice" "required" weight 10
412417criterion "WeaponIsRobotArm" "item_name" "The Gunslinger" "required" weight 10
413418criterion "ItemIsGoldenWrench" "item_name" "Golden Wrench" "required" weight 10
414419criterion "WeaponIsShortstop" "item_name" "The Shortstop" "required" weight 10
415420criterion "WeaponIsMadMilk" "item_name" "Mad Milk" "required" weight 10
416421criterion "WeaponIsSDCleaver" "item_name" "The Flying Guillotine" "required" weight 10
417422criterion "WeaponIsHolyMackerel" "item_name" "The Holy Mackerel" "required" weight 10
N/A423criterion "WeaponIsFestiveHolyMackerel" "item_name" "Festive Holy Mackerel" "required" weight 10
418424criterion "WeaponIsUnarmedCombat" "item_name" "Unarmed Combat" "required" weight 10
419425criterion "WeaponIsKatana" "playerweapon" "tf_weapon_katana" "required" weight 10
420426criterion "WeaponIsSashimono" "item_name" "The Concheror" "required" weight 10
483489criterion "WeaponIsPEPBrawlerBlaster" "playerweapon" "tf_weapon_pep_brawler_blaster" "required" weight 10
484490criterion "WeaponIsHandgunScoutSecondary" "playerweapon" "tf_weapon_handgun_scout_secondary" "required" weight 10
485491criterion "WeaponIsAnnihilator" "item_name" "The Neon Annihilator" "required" weight 10
N/A492criterion "WeaponIsLooseCannon" "item_name" "The Loose Cannon" "required" weight 10
N/A493criterion "WeaponIsRescueRanger" "item_name" "The Rescue Ranger" "required" weight 10
486494 
487495//Custom healed concept and critical hit
488496criterion "IsBeingHealed" "beinghealed" "1" "required"