Guest User

Untitled

a guest
Jan 22nd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.99 KB | None | 0 0
  1. "Saxtoner_v2"
  2. {
  3.     "chars"
  4.     {
  5.         "saxton_hale"
  6.         {
  7.             "enabled"   "1"
  8.             "class" "soldier"
  9.             "class_simple"  "saxton_hale ; hale ; sax"
  10.             "max_health"    "50000"
  11.             "min_health"    "1000"
  12.             "weapon"
  13.             {
  14.                 "weapon_class"  "tf_weapon_shovel"
  15.                 "weapon_id" "5"
  16.                 "weapon_level"  "101"
  17.                 "weapon_quality"    "5"
  18.                 "weapon_attributes"
  19.                 {
  20.                     "68" "2"
  21.                     "2" "3.0"
  22.                     "259" "1.0"
  23.                 }
  24.             }
  25.             "rage"
  26.             {
  27.                 "rage_type" "1"
  28.                 "rage_min_damage"   "1900.0"
  29.                 "rage_radius"   "800"
  30.                 "rage_scare_time"   "5.0"
  31.                 "rage_scare_sentry_time"    "8.0"
  32.             }
  33.             "special"
  34.             {
  35.                 "special_type"  "jump"
  36.                 "special_type_charge" "-120"
  37.             }
  38.             "translation"
  39.             {
  40.                 "name"  "#Saxton_Hale"
  41.                 "description"   "#Saxton_Hale_Desc"
  42.                 "help"  "#Saxton_Hale_Help"
  43.                 "info"  "#Saxton_Hale_Info"
  44.             }
  45.             "plugin"
  46.             {
  47.                 "file"  "sax_saxton_hale"
  48.             }
  49.         }
  50.        
  51.     }
  52.     "mode"
  53.     {
  54.         "build-in"
  55.         {
  56.             "classic" { }
  57.             "versus" { }
  58.             "escape" { }
  59.         }
  60.         "custom" { }
  61.     }
  62. }
Add Comment
Please, Sign In to add comment