KaninaArmor_Mat_v
=================
  Textures:
    - KaninaShell
    - Kanina_Env2
        Offset: 0.0830078125, 0.205078125
        Scale: 0.9912109375, 0.9912109375

  Ambient Colors:
    - 128, 128, 128, 128

  Color Registers:
    - -20, -81, -114, -73
    - 60, 80, 0, 0
    - 1023, 1023, 1023, 255

  Steps:
    1: RGB = (lerp from (60, 80, 0) to (tex #1 RGB) using (vertex RGB)), then add (-20, -81, -114)
         A = (lerp from (tex #1 A) to 32 using (vertex A)), then add -73, multiply by 2
    2: RGB = ((vertex RGB) * (prev. A)), then add (prev. RGB), multiply by 2
         A = (64 * (vertex A)), then add -73, multiply by 2
    3: RGB = ((tex #2 RGB) * (vertex RGB)), then add (prev. RGB)
         A = (prev. A)



KaninaBody_Mat_v
================
  Textures:
    - KaninaBody

  Ambient Colors:
    - 128, 128, 128, 128

  Color Registers:
    - -21, -21, -21, -89
    - 1023, 1023, 1023, 255

  Steps:
    1: RGB = ((tex #1 RGB) * (vertex RGB)), then add (-21, -21, -21)
         A = (lerp from (tex #1 A) to 32 using (vertex A)), then add -89
    2: RGB = ((vertex RGB) * (prev. A)), then add (prev. RGB), multiply by 2
         A = (64 * (vertex A)), then add -89, multiply by 2



KaninaEye_Mat_v
===============
  Textures:
    - KaninaEye.1

  Ambient Colors:
    - 128, 128, 128, 128

  Color Registers:
    - -20, -20, -20, -69
    - 1023, 1023, 1023, 255

  Steps:
    1: RGB = ((tex #1 RGB) * (vertex RGB)), then add (-20, -20, -20)
         A = (lerp from (tex #1 A) to 32 using (vertex A)), then add -69
    2: RGB = ((vertex RGB) * (prev. A)), then add (prev. RGB), multiply by 2
         A = (64 * (vertex A)), then add -69, multiply by 2
