sourcemod-plugins/data/walls_data.cfg
2023-05-16 20:56:42 -05:00

50 lines
No EOL
1.4 KiB
INI

"WallData"
{
"Shelter Fence"
{
"sizes"
{
"Small (64u)"
{
"model" "models/props_urban/fence_cover001_64.mdl"
}
"Medium (128u)" "models/props_urban/fence_cover001_128.mdl"
"Large (256u)" "models/props_urban/fence_cover001_256.mdl"
}
}
"Chain Link"
{
"sizes"
{
"Small (64u)" "models/props_urban/fence001_64.mdl"
"Medium (128u)" "models/props_urban/fence002_128.mdl"
"Large (256u)" "models/props_urban/fence002_256.mdl"
}
}
"Crash Barrier"
{
"sizes"
{
"Small" "models/props_fortifications/concrete_barrier01.mdl"
"Medium (96u)" "models/props_fortifications/concrete_barrier001_96_reference.mdl"
"Large (128u)" "models/props_fortifications/concrete_barrier001_128_reference.mdl"
}
}
"Sandbags"
{
"sizes"
{
"Normal (6l)" "models/props_fortifications/sandbags_line2.mdl"
"Corner (4l)" "models/props_fortifications/sandbags_corner3.mdl"
"Large (6l)" "models/props_fortifications/sandbags_corner2.mdl"
}
}
"Wooden Wall"
{
"sizes"
{
"Medium (128u)" "models/props_update/wood_128.mdl"
"Large (128u)" "models/props_update/wood_256.mdl"
}
}
}