Template:PatchDiff/October 13, 2011 Patch/team fortress 2 materials.gcf/tf/materials/models/player/items/pyro/pyro chef hat.vmt

From Team Fortress Wiki
Jump to: navigation, search
1313 "$blendtintcoloroverbase" "0"
1414 "$yellow" "0"
1515 
16N/A// "$colortint_base" "{199 76 79}"
17N/A// "$colortint_tmp" "{0 0 0}"
N/A16 "$colortint_base" "{220 220 220}"
N/A17 "$colortint_tmp" "{0 0 0}"
1818 
1919 // Cloaking
2020 "$cloakPassEnabled" "1"
4343 "srcVar1" "$yellow"
4444 "resultVar" "$color2"
4545 }
46N/A// "ItemTintColor"
47N/A// {
48N/A// "resultVar" "$colortint_tmp"
49N/A// }
50N/A// "SelectFirstIfNonZero"
51N/A// {
52N/A// "srcVar1" "$colortint_tmp"
53N/A// "srcVar2" "$colortint_base"
54N/A// "resultVar" "$color2"
55N/A// }
N/A46 "ItemTintColor"
N/A47 {
N/A48 "resultVar" "$colortint_tmp"
N/A49 }
N/A50 "SelectFirstIfNonZero"
N/A51 {
N/A52 "srcVar1" "$colortint_tmp"
N/A53 "srcVar2" "$colortint_base"
N/A54 "resultVar" "$color2"
N/A55 }
5656 }
5757}