{ items: [ { label: "g_ctf_flag_returntime", type: "cvar", default_value: "30", description: "How long a flag takes to return itself" }, { label: "g_ctf_flagscore_capture", type: "cvar", default_value: "20", description: "How many extra points to score from being the guy who actually captures the flag" }, { label: "g_ctf_flagscore_capture_team", type: "cvar", default_value: "0", description: "How many points the whole team scores from a capture" }, { label: "g_ctf_flagscore_pickup", type: "cvar", default_value: "1", description: "Points given when you pick up the enemy flag" }, { label: "g_ctf_flagscore_return", type: "cvar", default_value: "5", description: "Points given for returning your flag to base" }, { label: "g_ctf_flagscore_return_rogue", type: "cvar", default_value: "10", description: "Points given to rogue team when they return a team\'s flag (not used yet)" }, ] }