{
  MATERIAL {
    ID              1                             ; Material ID [0 - 63]
    Name            "MARBLE"                     ; Display name
    Color           153 153 153                   ; Display color

    Skid            false                          ; Skidmarks appear on material
    Spark           false                          ; Material emits particles
    OutOfBounds     false                         ; Not implemented
    Corrugated      false                         ; Material is bumpy
    Moves           false                         ; Moves like museum conveyors
    Dusty           false                         ; Material emits dust

    Roughness       1.000000                      ; Roughness of the material
    Grip            1.000000                      ; Grip of the material
    Hardness        1.000000                      ; Hardness of the material

    DefaultSound    -1                            ; Sound when driving
    SkidSound       -1                             ; Sound when skidding
    ScrapeSound     -1                             ; Car body scrape [5:Normal]

    SkidColor       112 112 112                   ; Color of the skidmarks
    CorrugationType 0                             ; Type of bumpiness
    DustType        0                             ; Type of dust
    Velocity        0.000000 0.000000 0.000000    ; Move cars
  }
}