Template:PatchDiff/October 13, 2011 Patch/team fortress 2 content.gcf/tf/scripts/talker/Scout.txt

From Team Fortress Wiki
Jump to: navigation, search
2222//Custom stuff
2323Criterion "ScoutNotInvulnerableSpeech" "ScoutInvulnerableSpeech" "!=1" "required" weight 0
2424Criterion "ScoutNotAssistSpeech" "ScoutAssistSpeech" "!=1" "required" weight 0
N/A25Criterion "ScoutNotDoubleJumpSpeech" "ScoutDoubleJumpSpeech" "!=1" "required" weight 0
2526Criterion "ScoutNotAwardSpeech" "ScoutAwardSpeech" "!=1" "required" weight 0
2627Criterion "ScoutNotDrinkReadySpeech" "ScoutDrinkReadySpeech" "!=1" "required" weight 0
2728Criterion "ScoutIsNotCrit" "ScoutIsCrit" "1" "required" weight 0
270271}
271272Rule CartMovingBackwardsDefenseScout
272273{
273N/A criteria ConceptCartMovingBackward IsOnDefense IsScout ScoutNotSaidCartMovingBackwardD
N/A274 criteria ConceptCartMovingBackward IsOnDefense IsScout ScoutNotSaidCartMovingBackwardD IsNotDisguised 75PercentChance
274275 ApplyContext "SaidCartMovingBackwardD:1:20"
275276 Response CartMovingBackwardsDefenseScout
276277}
288289}
289290Rule CartMovingBackwardsOffenseScout
290291{
291N/A criteria ConceptCartMovingBackward IsOnOffense IsScout ScoutNotSaidCartMovingBackwardO
N/A292 criteria ConceptCartMovingBackward IsOnOffense IsScout ScoutNotSaidCartMovingBackwardO IsNotDisguised 75PercentChance
292293 ApplyContext "SaidCartMovingBackwardO:1:20"
293294 Response CartMovingBackwardsOffenseScout
294295}
304305}
305306Rule CartMovingForwardDefenseScout
306307{
307N/A criteria ConceptCartMovingForward IsOnDefense IsScout ScoutNotSaidCartMovingForwardD
N/A308 criteria ConceptCartMovingForward IsOnDefense IsScout ScoutNotSaidCartMovingForwardD IsNotDisguised 75PercentChance
308309 ApplyContext "SaidCartMovingForwardD:1:20"
309310 Response CartMovingForwardDefenseScout
310311}
326327}
327328Rule CartMovingForwardOffenseScout
328329{
329N/A criteria ConceptCartMovingForward IsOnOffense IsScout ScoutNotSaidCartMovingForwardO
N/A330 criteria ConceptCartMovingForward IsOnOffense IsScout ScoutNotSaidCartMovingForwardO IsNotDisguised 75PercentChance
330331 ApplyContext "SaidCartMovingForwardO:1:20"
331332 Response CartMovingForwardOffenseScout
332333}
339340}
340341Rule CartMovingStoppedDefenseScout
341342{
342N/A criteria ConceptCartMovingStopped IsOnDefense IsScout ScoutNotSaidCartMovingStoppedD
N/A343 criteria ConceptCartMovingStopped IsOnDefense IsScout ScoutNotSaidCartMovingStoppedD IsNotDisguised 75PercentChance
343344 ApplyContext "SaidCartMovingStoppedD:1:20"
344345 Response CartMovingStoppedDefenseScout
345346}
352353}
353354Rule CartMovingStoppedOffenseScout
354355{
355N/A criteria ConceptCartMovingStopped IsOnOffense IsScout ScoutNotSaidCartMovingStoppedO
N/A356 criteria ConceptCartMovingStopped IsOnOffense IsScout ScoutNotSaidCartMovingStoppedO IsNotDisguised 75PercentChance
356357 ApplyContext "SaidCartMovingStoppedO:1:20"
357358 Response CartMovingStoppedOffenseScout
358359}
400401 ApplyContext "ScoutAssistSpeech:1:20"
401402 Response KilledPlayerAssistAutoScout
402403}
403N/A 
404N/AResponse KilledPlayerPyroScout
405N/A{
406N/A scene "scenes/player/Scout/low/2688.vcd"
407N/A}
408N/ARule KilledPlayerPyroScout
409N/A{
410N/A criteria ConceptKilledPlayer KilledPlayerDelay IsScout 30PercentChance IsVictimPyro IsWeaponPrimary ScoutNotKillSpeech
411N/A ApplyContext "ScoutKillSpeech:1:10"
412N/A Response KilledPlayerPyroScout
413N/A}
414N/A 
415N/AResponse KilledPlayerScoutScout
416N/A{
417N/A scene "scenes/player/Scout/low/2687.vcd"
418N/A}
419N/ARule KilledPlayerScoutScout
420N/A{
421N/A criteria ConceptKilledPlayer KilledPlayerDelay IsScout 30PercentChance IsVictimScout IsWeaponPrimary ScoutNotKillSpeech
422N/A ApplyContext "ScoutKillSpeech:1:10"
423N/A Response KilledPlayerScoutScout
424N/A}
425404// End custom stuff
426405 
427406 
471450 
472451Rule KilledPlayerMeleeBatScout
473452{
474N/A criteria ConceptKilledPlayer KilledPlayerDelay 30PercentChance IsWeaponMelee WeaponIsNotCandy WeaponIsNotBasher WeaponIsNotMace WeaponIsNotFish ScoutNotKillSpeechMelee IsScout
N/A453 criteria ConceptKilledPlayer KilledPlayerDelay 30PercentChance IsWeaponMelee WeaponIsNotCandy WeaponIsNotBasher WeaponIsNotGunbai WeaponIsNotMace WeaponIsNotFish WeaponIsNotTRBlade WeaponIsNotSaxxy ScoutNotKillSpeechMelee IsScout
475454 ApplyContext "ScoutKillSpeechMelee:1:10"
476455 Response KilledPlayerMeleeBatScout
477456 Response KilledPlayerMeleeGenericScout
548527 Response KilledPlayerMeleeGenericScout
549528}
550529 
N/A530Rule KilledPlayerMeleeSwordScout
N/A531{
N/A532 criteria ConceptKilledPlayer KilledPlayerDelay 30PercentChance IsWeaponMelee WeaponIsTRBlade ScoutNotKillSpeechMelee IsScout
N/A533 ApplyContext "ScoutKillSpeechMelee:1:10"
N/A534 Response KilledPlayerMeleeMaceScout
N/A535 Response KilledPlayerMeleeGenericScout
N/A536}
N/A537 
N/A538 
N/A539Rule KilledPlayerMeleeSaxxyScout
N/A540{
N/A541 criteria ConceptKilledPlayer KilledPlayerDelay 30PercentChance IsWeaponMelee WeaponIsSaxxy ScoutNotKillSpeechMelee IsScout
N/A542 ApplyContext "ScoutKillSpeechMelee:1:10"
N/A543 Response KilledPlayerMeleeFishScout
N/A544 Response KilledPlayerMeleeGenericScout
N/A545}
N/A546 
551547Response KilledPlayerMeleeScoutFatScout
552548{
553549 scene "scenes/Player/Scout/low/475.vcd"
568564}
569565Rule MedicFollowScout
570566{
571N/A criteria ConceptPlayerMedic IsOnMedic IsScout IsNotCrossHairEnemy
N/A567 criteria ConceptPlayerMedic IsOnMedic IsScout IsNotCrossHairEnemy NotLowHealth ScoutIsNotStillonFire
572568 ApplyContext "ScoutKillSpeech:1:10"
573569 Response MedicFollowScout
574570}
582578}
583579Rule ScoutJarateHit
584580{
585N/A criteria ConceptJarateHit IsScout
N/A581 criteria ConceptJarateHit IsScout 50PercentChance
586582 Response ScoutJarateHit
587583}
588584 
626622 scene "scenes/Player/Scout/low/2762.vcd"
627623 scene "scenes/Player/Scout/low/2728.vcd"
628624 scene "scenes/Player/Scout/low/2771.vcd"
N/A625 scene "scenes/Player/Scout/low/2729.vcd"
N/A626 scene "scenes/Player/Scout/low/2730.vcd"
629627}
630628Rule PlayerBeingShotInvincibleScout
631629{
649647}
650648 
651649// Custom Stuff
N/A650Response PlayerDoubleJumpScout
N/A651{
N/A652 scene "scenes/Player/Scout/low/2608.vcd"
N/A653 scene "scenes/Player/Scout/low/2610.vcd"
N/A654 scene "scenes/Player/Scout/low/2609.vcd"
N/A655 scene "scenes/Player/Scout/low/2611.vcd"
N/A656}
N/A657Rule PlayerDoubleJumpScout
N/A658{
N/A659 criteria ConceptFireWeapon IsScout IsDoubleJumping WeaponIsScattergunDouble 20PercentChance
N/A660 Response PlayerDoubleJumpScout
N/A661}
N/A662 
N/A663// Double jump response
N/A664Response DoubleJumpScout
N/A665{
N/A666 scene "scenes/Player/Scout/low/2624.vcd"
N/A667 scene "scenes/Player/Scout/low/2625.vcd"
N/A668 scene "scenes/Player/Scout/low/2627.vcd"
N/A669 scene "scenes/Player/Scout/low/2685.vcd"
N/A670 scene "scenes/Player/Scout/low/2689.vcd"
N/A671}
N/A672Rule DoubleJumpScout
N/A673{
N/A674 criteria ConceptDoubleJump IsScout IsARecentKill IsNotDoubleJumping WeaponIsNotScattergunDouble ScoutHasFired ScoutNotDoubleJumpSpeech 2PercentChance
N/A675 ApplyContext "ScoutDoubleJumpSpeech:1:90"
N/A676 Response DoubleJumpScout
N/A677}
N/A678 
652679// Invincible not ready
653680Response DrinkNotReady
654681{
717744}
718745Rule MilkLaunchScout
719746{
720N/A criteria ConceptJarateLaunch IsScout
N/A747 criteria ConceptJarateLaunch IsScout 50PercentChance
721748 Response MilkLaunchScout
722749}
723750 
747774Response PlayerKilledDominatingScout
748775{
749776 scene "scenes/Player/Scout/low/2551.vcd" predelay "2.5"
N/A777 scene "scenes/player/Scout/low/2687.vcd" predelay "2.5"
N/A778 scene "scenes/Player/Scout/low/2764.vcd" predelay "2.5"
N/A779 scene "scenes/Player/Scout/low/2765.vcd" predelay "2.5"
750780}
751781Rule PlayerKilledDominatingScout
752782{
753N/A criteria ConceptKilledPlayer IsScout IsDominated
N/A783 criteria ConceptKilledPlayer IsScout IsDominated 30PercentChance
754784 ApplyContext "ScoutKillSpeech:1:10"
N/A785 ApplyContext "IsDominating:1:10"
755786 Response PlayerKilledDominatingScout
756787}
757788 
832863 
833864Response PlayerKilledDominatingMedicScout
834865{
835N/A scene "scenes/Player/Scout/low/2764.vcd" predelay "2.5"
836N/A scene "scenes/Player/Scout/low/2765.vcd" predelay "2.5"
837866 scene "scenes/Player/Scout/low/2714.vcd" predelay "2.5"
838867 scene "scenes/Player/Scout/low/2715.vcd" predelay "2.5"
839868 scene "scenes/Player/Scout/low/2716.vcd" predelay "2.5"
852881 
853882Response PlayerKilledDominatingPyroScout
854883{
N/A884 scene "scenes/player/Scout/low/2688.vcd" predelay "2.5"
855885 scene "scenes/Player/Scout/low/2644.vcd" predelay "2.5"
856886 scene "scenes/Player/Scout/low/2560.vcd" predelay "2.5"
857887 scene "scenes/Player/Scout/low/2673.vcd" predelay "2.5"