Template:PatchDiff/April 1, 2014 Patch/tf/tf2 misc dir.vpk/materials/models/weapons/c items/c leather watch.vmt

From Team Fortress Wiki
Jump to: navigation, search
2121 
2222 // Cloaking
2323 "$cloakPassEnabled" "1"
N/A24 "$yellow" "0"
N/A25 "$glowcolor" "1"
N/A26 
2427 "Proxies"
2528 {
N/A29 "AnimatedWeaponSheen"
N/A30 {
N/A31 "animatedtexturevar" "$sheenmapmask"
N/A32 "animatedtextureframenumvar" "$sheenmapmaskframe"
N/A33 "animatedtextureframerate" "40"
N/A34 }
2635 "invis"
2736 {
2837 }
N/A38 "ModelGlowColor"
N/A39 {
N/A40 "resultVar" "$glowcolor"
N/A41 }
N/A42 "Equals"
N/A43 {
N/A44 "srcVar1" "$glowcolor"
N/A45 "resultVar" "$selfillumtint"
N/A46 }
N/A47 "Equals"
N/A48 {
N/A49 "srcVar1" "$glowcolor"
N/A50 "resultVar" "$color2"
N/A51 }
N/A52 "YellowLevel"
N/A53 {
N/A54 "resultVar" "$yellow"
N/A55 }
N/A56 "Multiply"
N/A57 {
N/A58 "srcVar1" "$color2"
N/A59 "srcVar2" "$yellow"
N/A60 "resultVar" "$color2"
N/A61 }
2962 }
3063}