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

From Team Fortress Wiki
< Template:PatchDiff/June 23, 2011 Patch
Revision as of 00:43, 10 September 2011 by WindBOT (talk | contribs) (Diff of file "team fortress 2 content.gcf/tf/scripts/talker/Scout.txt" for patch June 23, 2011 Patch.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
2222//Custom stuff
2323Criterion "ScoutNotInvulnerableSpeech" "ScoutInvulnerableSpeech" "!=1" "required" weight 0
2424Criterion "ScoutNotAssistSpeech" "ScoutAssistSpeech" "!=1" "required" weight 0
25N/ACriterion "ScoutNotDoubleJumpSpeech" "ScoutDoubleJumpSpeech" "!=1" "required" weight 0
2625Criterion "ScoutNotAwardSpeech" "ScoutAwardSpeech" "!=1" "required" weight 0
2726Criterion "ScoutNotDrinkReadySpeech" "ScoutDrinkReadySpeech" "!=1" "required" weight 0
2827Criterion "ScoutIsNotCrit" "ScoutIsCrit" "1" "required" weight 0
649648 Response PlayerDodgingScout
650649}
651650 
652N/AResponse PlayerDoubleJumpScout
653N/A{
654N/A scene "scenes/Player/Scout/low/2608.vcd"
655N/A scene "scenes/Player/Scout/low/2610.vcd"
656N/A scene "scenes/Player/Scout/low/2609.vcd"
657N/A scene "scenes/Player/Scout/low/2611.vcd"
658N/A}
659N/ARule PlayerDoubleJumpScout
660N/A{
661N/A criteria ConceptFireWeapon IsScout IsDoubleJumping WeaponIsScattergunDouble 20PercentChance
662N/A Response PlayerDoubleJumpScout
663N/A}
664N/A 
665651// Custom Stuff
666N/A// Double jump response
667N/AResponse DoubleJumpScout
668N/A{
669N/A scene "scenes/Player/Scout/low/2624.vcd"
670N/A scene "scenes/Player/Scout/low/2625.vcd"
671N/A scene "scenes/Player/Scout/low/2627.vcd"
672N/A scene "scenes/Player/Scout/low/2685.vcd"
673N/A scene "scenes/Player/Scout/low/2689.vcd"
674N/A}
675N/ARule DoubleJumpScout
676N/A{
677N/A criteria ConceptDoubleJump IsScout IsNotDoubleJumping WeaponIsNotScattergunDouble ScoutHasFired ScoutNotDoubleJumpSpeech 10PercentChance
678N/A ApplyContext "ScoutDoubleJumpSpeech:1:15"
679N/A Response DoubleJumpScout
680N/A}
681N/A 
682652// Invincible not ready
683653Response DrinkNotReady
684654{