Template:PatchDiff/December 17, 2015 Patch/tf/tf2 misc dir.vpk/resource/modevents.res

From Team Fortress Wiki
Jump to: navigation, search
17141714 "recalculate_truce"
17151715 {
17161716 }
N/A1717 
N/A1718 "deadringer_cheat_death"
N/A1719 {
N/A1720 "spy" "byte" // userid of the Spy that cheat the death
N/A1721 "attacker" "byte" // userid of the player that caused the cheat death to happen
N/A1722 }
N/A1723 
N/A1724 "crossbow_heal"
N/A1725 {
N/A1726 "healer" "byte" // userid of the Healer
N/A1727 "target" "byte" // userid of the player that got hit
N/A1728 "amount" "short" // amount that was healed
N/A1729 }
N/A1730 
N/A1731 "damage_mitigated"
N/A1732 {
N/A1733 "mitigator" "byte" // userid of the player who provided the mitigation
N/A1734 "damaged" "byte" // userid of the player who took the damage
N/A1735 "amount" "short" // amount that was mitigated
N/A1736 "itemdefindex" "short" // defindex of the item that provided the mitigation
N/A1737 }
N/A1738 
N/A1739 "payload_pushed"
N/A1740 {
N/A1741 "pusher" "byte" // userid of the player who pushed
N/A1742 "distance" "short" // how far they pushed
N/A1743 }
17171744}