home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-08-25 | 19.9 KB | 1,382 lines |
- // NOTE: THIS FILE IS AUTOMATICALLY REGENERATED,
- //DO NOT EDIT THIS HEADER, YOUR COMMENTS WILL BE LOST IF YOU DO
- // Multiplayer options script
- //
- // Format:
- // Version [float]
- // Options description followed by
- // Options defaults
- //
- // Option description syntax:
- //
- // "cvar" { "Prompt" { type [ type info ] } { default } }
- //
- // type =
- // BOOL (a yes/no toggle)
- // STRING
- // NUMBER
- // LIST
- //
- // type info:
- // BOOL no type info
- // NUMBER min max range, use -1 -1 for no limits
- // STRING no type info
- // LIST delimited list of options value pairs
- //
- //
- // default depends on type
- // BOOL is "0" or "1"
- // NUMBER is "value"
- // STRING is "value"
- // LIST is "index", where index "0" is the first element of the list
-
-
- // Half-Life Server Configuration Layout Script (stores last settings chosen, too)
- // File generated: Wed Aug 25 10:36:57 AM
- //
- //
- // Cvar - Setting
-
- VERSION 1.0
-
- DESCRIPTION SERVER_OPTIONS
- {
- "use_cfgsets"
- {
- "Enable use of config sets (config sets override settings in the next pages)"
- { BOOL }
- { "0" }
- }
-
- "cfgset"
- {
- "Config set to use (leave blank to use default set)"
- { STRING }
- { "" }
- }
-
- "spaceholder"
- {
- "-"
- { BOOL }
- { "0" }
- }
-
- "spaceholder"
- {
- "-"
- { BOOL }
- { "0" }
- }
-
- "spaceholder"
- {
- "-"
- { BOOL }
- { "0" }
- }
-
- "spaceholder"
- {
- "-"
- { BOOL }
- { "0" }
- }
-
- "spaceholder"
- {
- "-"
- { BOOL }
- { "0" }
- }
-
- "spaceholder"
- {
- "-"
- { BOOL }
- { "0" }
- }
-
- "mp_teamlist"
- {
- "Valid teams, leave blank for all"
- { STRING }
- { "Team 1;Team 2;The wussies at team 3" }
- }
-
- "mp_fraglimit"
- {
- "Frag Limit"
- { NUMBER 0.000000 -1.000000 }
- { "0.000000" }
- }
-
- "mp_timelimit"
- {
- "Time Limit (Min.)"
- { NUMBER 0.000000 -1.000000 }
- { "0.000000" }
- }
-
- "mp_falldamage"
- {
- "Falling Damage"
- {
- LIST
- "Normal" "0"
- "Realistic" "1"
- }
- { "0.000000" }
- }
-
- "mp_gametype"
- {
- "Game Type"
- {
- LIST
- "Deathmatch" "0"
- "Teamplay" "1"
- "Sole Survivor" "2"
- }
- { "0.000000" }
- }
-
- "mode_lightsout"
- {
- "Lights Out mode"
- { BOOL }
- { "0" }
- }
-
- "lightamp_enable"
- {
- "Enable Light Amplification"
- { BOOL }
- { "1" }
- }
-
- "mp_friendlyfire"
- {
- "Friendly Fire"
- { BOOL }
- { "0" }
- }
-
- "mp_weaponstay"
- {
- "Weapons Stay"
- { BOOL }
- { "0" }
- }
-
- "mp_forcerespawn"
- {
- "Force Respawn"
- { BOOL }
- { "1" }
- }
-
- "mp_footsteps"
- {
- "Footsteps"
- { BOOL }
- { "1" }
- }
-
- "mp_flashlight"
- {
- "Flashlight"
- { BOOL }
- { "1" }
- }
-
- "mp_autocrosshair"
- {
- "Autocrosshair"
- { BOOL }
- { "0" }
- }
-
- "sv_sendvelocity"
- {
- "Low ping server physics"
- { BOOL }
- { "0" }
- }
-
- "sv_cheats"
- {
- "Enable cheating"
- { BOOL }
- { "0" }
- }
-
- "longjump_noise"
- {
- "Long Jumping noise"
- { BOOL }
- { "1" }
- }
-
- "hook_enable"
- {
- "Enable grappling hook"
- { BOOL }
- { "1" }
- }
-
- "clustergrenade_enable"
- {
- "Enable cluster grenades"
- { BOOL }
- { "1" }
- }
-
- "jump_height"
- {
- "Jumping height"
- { NUMBER 0.000000 250.000000 }
- { "45.000000" }
- }
-
- "item_respawn_time"
- {
- "Item respawn time"
- { NUMBER 0.000000 250.000000 }
- { "30.000000" }
- }
-
- "weapon_respawn_time"
- {
- "Weapon respawn time"
- { NUMBER 0.000000 250.000000 }
- { "20.000000" }
- }
-
- "ammo_respawn_time"
- {
- "Ammo respawn time"
- { NUMBER 0.000000 250.000000 }
- { "20.000000" }
- }
-
- "weapon_drop"
- {
- "Weapon to drop on death"
- {
- LIST
- "None" "0"
- "Active weapon" "1"
- "All" "2"
- }
- { "2.000000" }
- }
-
- "ammo_drop"
- {
- "Ammo to drop on death"
- {
- LIST
- "None" "0"
- "Active ammo" "1"
- "All" "2"
- }
- { "2.000000" }
- }
-
- "silencer_volume"
- {
- "Silencer volume"
- { NUMBER 0.000000 250.000000 }
- { "20.000000" }
- }
-
- "cloak_rating"
- {
- "Cloaking visibility (lower=less visibile)"
- { NUMBER 0.000000 250.000000 }
- { "30.000000" }
- }
-
- "rate_cloakdrain"
- {
- "Cloak drain time (1 per this amount of seconds)"
- { NUMBER 0.000000 250.000000 }
- { "1.000000" }
- }
-
- "mp5_cone"
- {
- "MP5 full-auto firing cone angle"
- {
- LIST
- "0" "0"
- "1" "1"
- "2" "2"
- "3" "3"
- "4" "4"
- "5" "5"
- "6" "6"
- "7" "7"
- "8" "8"
- "9" "9"
- "10" "10"
- }
- { "6.000000" }
- }
-
- "mp5semi_cone"
- {
- "MP5 semi-auto firing cone angle"
- {
- LIST
- "0" "0"
- "1" "1"
- "2" "2"
- "3" "3"
- "4" "4"
- "5" "5"
- "6" "6"
- "7" "7"
- "8" "8"
- "9" "9"
- "10" "10"
- }
- { "3.000000" }
- }
-
- "mp5single_cone"
- {
- "MP5 singe fire cone angle"
- {
- LIST
- "0" "0"
- "1" "1"
- "2" "2"
- "3" "3"
- "4" "4"
- "5" "5"
- "6" "6"
- "7" "7"
- "8" "8"
- "9" "9"
- "10" "10"
- }
- { "0.000000" }
- }
-
- "mp5_default_mode"
- {
- "MP5 default firing mode"
- {
- LIST
- "Single fire" "0"
- "Semi-Automatic" "1"
- "Fully Automatic" "2"
- }
- { "1.000000" }
- }
-
- "crowbar_punch"
- {
- "Crowbar hit effect rating"
- { NUMBER 0.000000 250.000000 }
- { "50.000000" }
- }
-
- "weapon_punch"
- {
- "Weapon hit effect rating"
- { NUMBER 0.000000 250.000000 }
- { "10.000000" }
- }
-
- "limp_punch"
- {
- "Limping effect rating (due to leg damage)"
- { NUMBER -100.000000 100.000000 }
- { "5.000000" }
- }
-
- "enable_limping"
- {
- "Limping Effects (next two settings need this enabled)"
- { BOOL }
- { "1" }
- }
-
- "limp_time"
- {
- "Limping effect duration (n*2 seconds)"
- { NUMBER 0.000000 250.000000 }
- { "10.000000" }
- }
-
- "healthlvl_fatal"
- {
- "Health level to start limping"
- { NUMBER 0.000000 250.000000 }
- { "15.000000" }
- }
-
- "enable_bleeding"
- {
- "Bleeding effects (next three settings need this enabled)"
- { BOOL }
- { "1" }
- }
-
- "enable_bleedtodeath"
- {
- "Health loss due to blood loss"
- { BOOL }
- { "1" }
- }
-
- "healthlvl_critical"
- {
- "Health level to start bleeding effects"
- { NUMBER 0.000000 250.000000 }
- { "25.000000" }
- }
-
- "healthlvl_btdstop"
- {
- "Health level to stop health loss (set to 0 to bleed until death)"
- { NUMBER 0.000000 250.000000 }
- { "0.000000" }
- }
-
- "max_health"
- {
- "Maximum health"
- { NUMBER 0.000000 250.000000 }
- { "100.000000" }
- }
-
- "max_battery"
- {
- "Maximum HEV battery"
- { NUMBER 0.000000 250.000000 }
- { "100.000000" }
- }
-
- "hev_charger_cap"
- {
- "HEV charger capacity"
- { NUMBER 0.000000 250.000000 }
- { "30.000000" }
- }
-
- "battery_charge"
- {
- "Battery charge"
- { NUMBER 0.000000 250.000000 }
- { "15.000000" }
- }
-
- "health_charger_cap"
- {
- "Health charger capacity"
- { NUMBER 0.000000 250.000000 }
- { "60.000000" }
- }
-
- "health_charge"
- {
- "Health kit charge"
- { NUMBER 0.000000 250.000000 }
- { "15.000000" }
- }
-
- "start_health"
- {
- "Starting health"
- { NUMBER 0.000000 250.000000 }
- { "100.000000" }
- }
-
- "start_battery"
- {
- "Starting HEV energy"
- { NUMBER 0.000000 250.000000 }
- { "0.000000" }
- }
-
- "weapon_weighting"
- {
- "Enable weapon priorities"
- { BOOL }
- { "1" }
- }
-
- "crowbar_weight"
- {
- "Crowbar priority"
- { NUMBER -10.000000 255.000000 }
- { "0.000000" }
- }
-
- "glock_weight"
- {
- "Glock priority"
- { NUMBER -10.000000 255.000000 }
- { "10.000000" }
- }
-
- "python_weight"
- {
- "357 priority"
- { NUMBER -10.000000 255.000000 }
- { "15.000000" }
- }
-
- "mp5_weight"
- {
- "MP5 priority"
- { NUMBER -10.000000 255.000000 }
- { "15.000000" }
- }
-
- "shotgun_weight"
- {
- "Shotgun priority"
- { NUMBER -10.000000 255.000000 }
- { "15.000000" }
- }
-
- "crossbow_weight"
- {
- "Crossbow priority"
- { NUMBER -10.000000 255.000000 }
- { "10.000000" }
- }
-
- "rpg_weight"
- {
- "RPG priority"
- { NUMBER -10.000000 255.000000 }
- { "20.000000" }
- }
-
- "gauss_weight"
- {
- "Gauss Gun priority"
- { NUMBER -10.000000 255.000000 }
- { "20.000000" }
- }
-
- "egon_weight"
- {
- "Egon Gun priority"
- { NUMBER -10.000000 255.000000 }
- { "20.000000" }
- }
-
- "hornetgun_weight"
- {
- "Hornet Gun priority"
- { NUMBER -10.000000 255.000000 }
- { "10.000000" }
- }
-
- "handgrenade_weight"
- {
- "Hand Grenade priority"
- { NUMBER -10.000000 255.000000 }
- { "5.000000" }
- }
-
- "snark_weight"
- {
- "Snark priority"
- { NUMBER -10.000000 255.000000 }
- { "5.000000" }
- }
-
- "satchel_weight"
- {
- "Satchel priority"
- { NUMBER -10.000000 255.000000 }
- { "-10.000000" }
- }
-
- "tripmine_weight"
- {
- "Tripmine priority"
- { NUMBER -10.000000 255.000000 }
- { "-10.000000" }
- }
-
- "bullet_9mm_max"
- {
- "Maximum 9mm ammo"
- { NUMBER 0.000000 250.000000 }
- { "250.000000" }
- }
-
- "glock_max_clip"
- {
- "Glock clip capacity"
- { NUMBER 0.000000 250.000000 }
- { "18.000000" }
- }
-
- "glock_default_give"
- {
- "Glock ammo on spawn"
- { NUMBER 0.000000 250.000000 }
- { "17.000000" }
- }
-
- "mp5_max_clip"
- {
- "MP5 clip capacity"
- { NUMBER 0.000000 250.000000 }
- { "50.000000" }
- }
-
- "mp5_default_give"
- {
- "MP5 9mm ammo on spawn"
- { NUMBER 0.000000 250.000000 }
- { "25.000000" }
- }
-
- "mp5_m203_default_give"
- {
- "MP5 M203 grenades on spawn"
- { NUMBER 0.000000 250.000000 }
- { "0.000000" }
- }
-
- "m203_grenade_max"
- {
- "Maximum M203 grenades"
- { NUMBER 0.000000 250.000000 }
- { "10.000000" }
- }
-
- "python_max"
- {
- "Maximum 357 ammo"
- { NUMBER 0.000000 250.000000 }
- { "36.000000" }
- }
-
- "python_max_clip"
- {
- "Magnum clip capacity"
- { NUMBER 0.000000 250.000000 }
- { "6.000000" }
- }
-
- "python_default_give"
- {
- "357 ammo on spawn"
- { NUMBER 0.000000 250.000000 }
- { "6.000000" }
- }
-
- "shotgun_max"
- {
- "Maximum buckshots (shotgun)"
- { NUMBER 0.000000 250.000000 }
- { "125.000000" }
- }
-
- "shotgun_max_clip"
- {
- "Shotgun clip capacity"
- { NUMBER 0.000000 250.000000 }
- { "8.000000" }
- }
-
- "shotgun_default_give"
- {
- "Shotgun ammo on spawn"
- { NUMBER 0.000000 250.000000 }
- { "12.000000" }
- }
-
- "crossbow_max"
- {
- "Maximum bolts (crossbow)"
- { NUMBER 0.000000 250.000000 }
- { "50.000000" }
- }
-
- "crossbow_max_clip"
- {
- "Crossbow clip capacity"
- { NUMBER 0.000000 250.000000 }
- { "5.000000" }
- }
-
- "crossbow_default_give"
- {
- "Crossbow ammo on spawn"
- { NUMBER 0.000000 250.000000 }
- { "5.000000" }
- }
-
- "rpg_max"
- {
- "Maximum RPG rockets"
- { NUMBER 0.000000 250.000000 }
- { "5.000000" }
- }
-
- "rpg_max_clip"
- {
- "RPG clip capacity"
- { NUMBER 0.000000 250.000000 }
- { "1.000000" }
- }
-
- "rpg_default_give"
- {
- "RPG ammo on spawn"
- { NUMBER 0.000000 250.000000 }
- { "1.000000" }
- }
-
- "hornet_max"
- {
- "Hornet gun capacity"
- { NUMBER 0.000000 250.000000 }
- { "8.000000" }
- }
-
- "uranium_max"
- {
- "Maximum uranium"
- { NUMBER 0.000000 250.000000 }
- { "100.000000" }
- }
-
- "egon_default_give"
- {
- "Egon uranium on spawn"
- { NUMBER 0.000000 250.000000 }
- { "20.000000" }
- }
-
- "gauss_default_give"
- {
- "Gauss gun uranium on spawn"
- { NUMBER 0.000000 250.000000 }
- { "20.000000" }
- }
-
- "gauss_max_charge"
- {
- "Gauss gun maximum charge"
- { NUMBER 0.000000 250.000000 }
- { "15.000000" }
- }
-
- "handgrenade_max"
- {
- "Maximum no. of hand grenades"
- { NUMBER 0.000000 250.000000 }
- { "10.000000" }
- }
-
- "handgrenade_default_give"
- {
- "Number of handgrenades on spawn"
- { NUMBER 0.000000 250.000000 }
- { "5.000000" }
- }
-
- "satchel_max"
- {
- "Maximum satchels"
- { NUMBER 0.000000 250.000000 }
- { "5.000000" }
- }
-
- "satchel_default_give"
- {
- "Number of satchels on spawn"
- { NUMBER 0.000000 250.000000 }
- { "1.000000" }
- }
-
- "tripmine_max"
- {
- "Maximum tripmines"
- { NUMBER 0.000000 250.000000 }
- { "5.000000" }
- }
-
- "tripmine_default_give"
- {
- "Number of tripmines on spawn"
- { NUMBER 0.000000 250.000000 }
- { "1.000000" }
- }
-
- "snark_max"
- {
- "Maximum snarks"
- { NUMBER 0.000000 250.000000 }
- { "15.000000" }
- }
-
- "snark_default_give"
- {
- "Number of snarks on spawn"
- { NUMBER 0.000000 250.000000 }
- { "5.000000" }
- }
-
- "snark_health"
- {
- "Snark health"
- { NUMBER 0.000000 250.000000 }
- { "10.000000" }
- }
-
- "ammo_uraniumbox_give"
- {
- "Uranium per box"
- { NUMBER 0.000000 250.000000 }
- { "20.000000" }
- }
-
- "ammo_glockclip_give"
- {
- "9mm bullets per glock clip"
- { NUMBER 0.000000 250.000000 }
- { "17.000000" }
- }
-
- "ammo_mp5clip_give"
- {
- "9mm bullets per MP5 clip"
- { NUMBER 0.000000 250.000000 }
- { "50.000000" }
- }
-
- "ammo_chainbox_give"
- {
- "9mm bullets per box"
- { NUMBER 0.000000 250.000000 }
- { "200.000000" }
- }
-
- "ammo_357box_give"
- {
- "357 bullets per box"
- { NUMBER 0.000000 250.000000 }
- { "6.000000" }
- }
-
- "ammo_m203box_give"
- {
- "M203 grenades per pickup"
- { NUMBER 0.000000 250.000000 }
- { "2.000000" }
- }
-
- "ammo_buckshotbox_give"
- {
- "Buckshots per box"
- { NUMBER 0.000000 250.000000 }
- { "12.000000" }
- }
-
- "ammo_crossbowclip_give"
- {
- "Bolts per clip"
- { NUMBER 0.000000 250.000000 }
- { "5.000000" }
- }
-
- "ammo_rpgclip_give"
- {
- "Rockets per clip"
- { NUMBER 0.000000 250.000000 }
- { "1.000000" }
- }
-
- "start_ammo_9mm"
- {
- "Starting 9mm ammo at spawn"
- { NUMBER 0.000000 250.000000 }
- { "68.000000" }
- }
-
- "start_ammo_m203_grenades"
- {
- "Starting M203 grenades at spawn"
- { NUMBER 0.000000 250.000000 }
- { "0.000000" }
- }
-
- "start_ammo_357"
- {
- "Starting 357 bullets at spawn"
- { NUMBER 0.000000 250.000000 }
- { "0.000000" }
- }
-
- "start_ammo_buckshot"
- {
- "Starting buckshot at spawn"
- { NUMBER 0.000000 250.000000 }
- { "0.000000" }
- }
-
- "start_ammo_bolts"
- {
- "Starting bolts at spawn"
- { NUMBER 0.000000 250.000000 }
- { "0.000000" }
- }
-
- "start_ammo_rpg"
- {
- "Starting rockets at spawn"
- { NUMBER 0.000000 250.000000 }
- { "0.000000" }
- }
-
- "start_ammo_satchel"
- {
- "Starting satchels at spawn"
- { NUMBER 0.000000 250.000000 }
- { "0.000000" }
- }
-
- "start_ammo_tripmine"
- {
- "Starting tripmines at spawn"
- { NUMBER 0.000000 250.000000 }
- { "0.000000" }
- }
-
- "start_ammo_snark"
- {
- "Starting snark at spawn"
- { NUMBER 0.000000 250.000000 }
- { "0.000000" }
- }
-
- "start_ammo_handgrenades"
- {
- "starting hand grenades at spawn"
- { NUMBER 0.000000 250.000000 }
- { "0.000000" }
- }
-
- "start_ammo_hornet"
- {
- "Starting hornets at spawn"
- { NUMBER 0.000000 250.000000 }
- { "0.000000" }
- }
-
- "start_ammo_uranium"
- {
- "Starting uranium at spawn"
- { NUMBER 0.000000 250.000000 }
- { "0.000000" }
- }
-
- "spaceholder"
- {
- "-"
- { BOOL }
- { "0" }
- }
-
- "spaceholder"
- {
- "-"
- { BOOL }
- { "0" }
- }
-
- "start_longjump"
- {
- "Start with jump assist at spawn"
- { BOOL }
- { "1" }
- }
-
- "start_crowbar"
- {
- "Start with crowbar at spawn"
- { BOOL }
- { "1" }
- }
-
- "start_glock"
- {
- "Start with glock at spawn"
- { BOOL }
- { "1" }
- }
-
- "start_magnum"
- {
- "Start with magnum at spawn"
- { BOOL }
- { "0" }
- }
-
- "start_mp5"
- {
- "Start with MP5 at spawn"
- { BOOL }
- { "0" }
- }
-
- "start_shotgun"
- {
- "Start with shotgun at spawn"
- { BOOL }
- { "0" }
- }
-
- "start_crossbow"
- {
- "Start with crossbow at spawn"
- { BOOL }
- { "0" }
- }
-
- "start_rpg"
- {
- "Start with RPG launcher at spawn"
- { BOOL }
- { "0" }
- }
-
- "start_egon"
- {
- "Start with egon gun at spawn"
- { BOOL }
- { "0" }
- }
-
- "start_gauss"
- {
- "Start with gauss gun at spawn"
- { BOOL }
- { "0" }
- }
-
- "start_hornet"
- {
- "Start with hornet gun at spawn"
- { BOOL }
- { "0" }
- }
-
- "start_handgrenades"
- {
- "Start with handgrenades at spawn"
- { BOOL }
- { "0" }
- }
-
- "start_satchel"
- {
- "Start with satchel charges at spawn"
- { BOOL }
- { "0" }
- }
-
- "start_tripmine"
- {
- "Start with tripmines at spawn"
- { BOOL }
- { "0" }
- }
-
- "start_snark"
- {
- "Start with snarks at spawn"
- { BOOL }
- { "0" }
- }
-
- "spaceholder"
- {
- "-"
- { BOOL }
- { "0" }
- }
-
- "dmg_head"
- {
- "Head hit damage multiplier"
- { NUMBER 0.000000 250.000000 }
- { "5.000000" }
- }
-
- "dmg_chest"
- {
- "Chest hit damage multiplier"
- { NUMBER 0.000000 250.000000 }
- { "1.500000" }
- }
-
- "dmg_stomach"
- {
- "Stomach hit damage multiplier"
- { NUMBER 0.000000 250.000000 }
- { "1.000000" }
- }
-
- "dmg_leg"
- {
- "Leg hit damage multiplier"
- { NUMBER 0.000000 250.000000 }
- { "0.750000" }
- }
-
- "dmg_arm"
- {
- "Arm hit damage multiplier"
- { NUMBER 0.000000 250.000000 }
- { "0.650000" }
- }
-
- "damage_357_bullet"
- {
- "357 bullet damage"
- { NUMBER 0.000000 250.000000 }
- { "40.000000" }
- }
-
- "damage_9mm_bullet"
- {
- "Glock 9mm damage"
- { NUMBER 0.000000 250.000000 }
- { "12.000000" }
- }
-
- "damage_9mmAR_bullet"
- {
- "MP5 9mm damage"
- { NUMBER 0.000000 250.000000 }
- { "15.000000" }
- }
-
- "damage_9mmAR_grenade"
- {
- "MP5 M203 damage"
- { NUMBER 0.000000 250.000000 }
- { "100.000000" }
- }
-
- "damage_buckshot"
- {
- "Shotgun buckshot damage"
- { NUMBER 0.000000 250.000000 }
- { "20.000000" }
- }
-
- "damage_crowbar"
- {
- "Crowbar damage"
- { NUMBER 0.000000 250.000000 }
- { "25.000000" }
- }
-
- "damage_egon_narrow"
- {
- "Egon gun beam hit damage"
- { NUMBER 0.000000 250.000000 }
- { "10.000000" }
- }
-
- "damage_egon_wide"
- {
- "Egon gun splash damage"
- { NUMBER 0.000000 250.000000 }
- { "20.000000" }
- }
-
- "damage_gauss"
- {
- "Uncharged gauss gun damage"
- { NUMBER 0.000000 250.000000 }
- { "20.000000" }
- }
-
- "damage_gauss_max"
- {
- "Maximum charged gauss gun damage"
- { NUMBER 0.000000 250.000000 }
- { "200.000000" }
- }
-
- "damage_hand_grenade"
- {
- "Hand grenade damage"
- { NUMBER 0.000000 250.000000 }
- { "100.000000" }
- }
-
- "damage_rpg"
- {
- "Rocket damage"
- { NUMBER 0.000000 250.000000 }
- { "120.000000" }
- }
-
- "damage_satchel"
- {
- "Satchel charge damage"
- { NUMBER 0.000000 250.000000 }
- { "120.000000" }
- }
-
- "damage_tripmine"
- {
- "Tripmine damage"
- { NUMBER 0.000000 250.000000 }
- { "150.000000" }
- }
-
- "damage_xbow_bolt"
- {
- "Crossbow non-explosive bolt damage"
- { NUMBER 0.000000 250.000000 }
- { "120.000000" }
- }
-
- "damage_exbow_bolt"
- {
- "Crossbow explosive bolt damage"
- { NUMBER 0.000000 250.000000 }
- { "20.000000" }
- }
-
- "damage_hornet"
- {
- "Hornet damage"
- { NUMBER 0.000000 250.000000 }
- { "10.000000" }
- }
-
- "damage_snark_bite"
- {
- "Snark bite damage"
- { NUMBER 0.000000 250.000000 }
- { "10.000000" }
- }
-
- "damage_snark_pop"
- {
- "Snark explosion damage"
- { NUMBER 0.000000 250.000000 }
- { "30.000000" }
- }
-
- "damage_fall"
- {
- "Fall damage"
- { NUMBER 0.000000 250.000000 }
- { "10.000000" }
- }
-
- "hook_damage"
- {
- "Grappling hook damage"
- { NUMBER 0.000000 250.000000 }
- { "10.000000" }
- }
-
- "cluster_babies"
- {
- "Cluster grenade babies"
- { NUMBER 0.000000 250.000000 }
- { "10.000000" }
- }
-
- "cluster_maindamage"
- {
- "Main cluster explosion (first blast) damage"
- { NUMBER 0.000000 250.000000 }
- { "50.000000" }
- }
-
- "cluster_babydamage"
- {
- "Baby cluster explosion (subsequent blasts) damage"
- { NUMBER 0.000000 250.000000 }
- { "50.000000" }
- }
-
- "hook_pullspeed"
- {
- "Grappling hook player pulling speed"
- { NUMBER 0.000000 2000.000000 }
- { "650.000000" }
- }
-
- "hook_airspeed"
- {
- "Grappling hook speed (in air)"
- { NUMBER 0.000000 2000.000000 }
- { "2000.000000" }
- }
-
- "hook_waterspeed"
- {
- "Grappling hook speed (in water)"
- { NUMBER 0.000000 2000.000000 }
- { "1000.000000" }
- }
-
- "tripcolor_red"
- {
- "Tripmine color: R"
- { NUMBER 0.000000 255.000000 }
- { "0.000000" }
- }
-
- "tripcolor_green"
- {
- "Tripmine color: G"
- { NUMBER 0.000000 255.000000 }
- { "214.000000" }
- }
-
- "tripcolor_blue"
- {
- "Tripmine color: B"
- { NUMBER 0.000000 255.000000 }
- { "198.000000" }
- }
-
- "tripacolor_red"
- {
- "Alternate tripmine color: R"
- { NUMBER 0.000000 255.000000 }
- { "60.000000" }
- }
-
- "tripacolor_green"
- {
- "Alternate tripmine color: G"
- { NUMBER 0.000000 255.000000 }
- { "0.000000" }
- }
-
- "tripacolor_blue"
- {
- "Alternate tripmine color: B"
- { NUMBER 0.000000 255.000000 }
- { "0.000000" }
- }
-
- }
-