mirror of
https://github.com/mapbase-source/mapbase-game-src.git
synced 2025-02-22 03:21:15 +03:00
46 lines
463 B
Plaintext
46 lines
463 B
Plaintext
// Mapbase Utility Surface Properties
|
|
|
|
|
|
// Low friction tool materials from HL:S
|
|
"friction_00"
|
|
{
|
|
"friction" "0.0"
|
|
"density" "917"
|
|
}
|
|
|
|
"friction_10"
|
|
{
|
|
"friction" "0.1"
|
|
"density" "917"
|
|
}
|
|
|
|
"friction_25"
|
|
{
|
|
"friction" "0.25"
|
|
"density" "917"
|
|
}
|
|
|
|
|
|
"frictionM_00"
|
|
{
|
|
"base" "metal"
|
|
"friction" "0.0"
|
|
"density" "917"
|
|
}
|
|
|
|
"frictionM_10"
|
|
{
|
|
"base" "metal"
|
|
"friction" "0.1"
|
|
"density" "917"
|
|
}
|
|
|
|
"frictionM_25"
|
|
{
|
|
"base" "metal"
|
|
"friction" "0.25"
|
|
"density" "917"
|
|
}
|
|
|
|
|