{
"grenade_trail_settings": {
"use_team_color": false, // Use team-specific colors for grenade trails
"lifetime": 3, // Duration of trail effect in seconds
"width": 2, // Width of the trail effect
"brightness": 225, // Brightness level of the trail
"team_colors": {
"terrorists": [191, 130, 0], // RGB color for Terrorist team
"counter_terrorists": [0, 130, 191] // RGB color for Counter-Terrorist team
},
"grenade_colors": {
"he": [191, 130, 0], // RGB color for HE grenade
"flash": [0, 130, 191], // RGB color for Flashbang
"smoke": [0, 255, 0] // RGB color for Smoke grenade
}
}
}