Template:PatchDiff/April 1, 2014 Patch/tf/tf2 misc dir.vpk/materials/models/player/items/all class/all scribble lilly.vmt

From Team Fortress Wiki
Jump to: navigation, search
3232 
3333 "Proxies"
3434 {
35N/A "weapon_invis"
N/A35 "invis"
3636 {
3737 }
38N/A 
3938 "AnimatedTexture"
4039 {
4140 "animatedtexturevar" "$detail"
4241 "animatedtextureframenumvar" "$detailframe"
4342 "animatedtextureframerate" 30
4443 }
45N/A 
4644 "BurnLevel"
4745 {
4846 "resultVar" "$detailblendfactor"
4947 }
50N/A 
51N/A "YellowLevel"
N/A48 "ItemTintColor"
5249 {
53N/A "resultVar" "$yellow"
N/A50 "resultVar" "$colortint_tmp"
5451 }
55N/A 
56N/A "Equals"
N/A52 "SelectFirstIfNonZero"
5753 {
58N/A "srcVar1" "$yellow"
N/A54 "srcVar1" "$colortint_tmp"
N/A55 "srcVar2" "$colortint_base"
5956 "resultVar" "$color2"
6057 }
61N/A 
62N/A "ItemTintColor"
N/A58 "YellowLevel"
6359 {
64N/A "resultVar" "$colortint_tmp"
N/A60 "resultVar" "$yellow"
6561 }
66N/A "SelectFirstIfNonZero"
N/A62 "Multiply"
6763 {
68N/A "srcVar1" "$colortint_tmp"
69N/A "srcVar2" "$colortint_base"
70N/A "resultVar" "$color2"
N/A64 "srcVar1" "$color2"
N/A65 "srcVar2" "$yellow"
N/A66 "resultVar" "$color2"
7167 }
7268 }
73N/A}
N/A69}