Advertisement
Guest User

Untitled

a guest
Dec 29th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. WeaponData
  2. {
  3. // Attributes Base.
  4. "printname" "#TF_Weapon_RocketLauncher"
  5. "BuiltRightHanded" "0"
  6. "weight" "3"
  7. "WeaponType" "primary"
  8. "ITEM_FLAG_NOITEMPICKUP" "1"
  9.  
  10. // Primary Attributes.
  11. "Damage" "90"
  12. "Range" "0"
  13. "BulletsPerShot" "1"
  14. "Spread" "0.0"
  15. "PunchAngle" "0.0"
  16. "TimeFireDelay" "0.8"
  17. "TimeIdle" "0.8"
  18. "TimeIdleEmpty" "0.8"
  19. "TimeReloadStart" "0.1"
  20. "TimeReload" "0.83"
  21. "primary_ammo" "TF_AMMO_PRIMARY"
  22. clip_size 4
  23. default_clip 4
  24. "ProjectileType" "projectile_rocket"
  25. "HasTeamSkins_Viewmodel" "1"
  26.  
  27. // Secondary Attributes.
  28. "secondary_ammo" "None"
  29.  
  30. // Buckets.
  31. "bucket" "0"
  32. "bucket_position" "0"
  33.  
  34. "ExplosionEffect" "sapper_flyingembers"
  35. "ExplosionPlayerEffect" "sapper_flyingembers"
  36. "ExplosionWaterEffect" "sapper_flyingembers"
  37.  
  38. "ExplosionSound" ""BaseExplosionEffect.Sound""
  39.  
  40. // Animation.
  41. "viewmodel" "models/weapons/v_models/v_rocketlauncher_soldier.mdl"
  42. "playermodel" "models/weapons/w_models/w_rocketlauncher.mdl"
  43. "anim_prefix" "gl"
  44.  
  45. // // Sounds.
  46. // // Max of 16 per category (ie. max 16 "single_shot" sounds).
  47. // SoundData
  48. // {
  49. // "single_shot" "Weapon_RPG_BlackBox.Single"
  50. // "reload" "Weapon_RPG.WorldReload"
  51. // "burst" "Weapon_RPG_BlackBox.SingleCrit"
  52. // }
  53.  
  54. // Sounds.
  55. // Max of 16 per category (ie. max 16 "single_shot" sounds).
  56. SoundData
  57. {
  58. "single_shot" "Weapon_RPG.Single"
  59. "reload" "Weapon_RPG.WorldReload"
  60. "burst" "Weapon_RPG.SingleCrit"
  61. }
  62.  
  63. // Weapon Sprite data is loaded by the Client DLL.
  64. TextureData
  65. {
  66. "weapon"
  67. {
  68. "file" "sprites/bucket_rl"
  69. "x" "0"
  70. "y" "0"
  71. "width" "200"
  72. "height" "128"
  73. }
  74. "weapon_s"
  75. {
  76. "file" "sprites/bucket_rl"
  77. "x" "0"
  78. "y" "0"
  79. "width" "200"
  80. "height" "128"
  81. }
  82. "ammo"
  83. {
  84. "file" "sprites/a_icons1"
  85. "x" "55"
  86. "y" "60"
  87. "width" "73"
  88. "height" "15"
  89. }
  90. "crosshair"
  91. {
  92. "file" "sprites/crosshairs"
  93. "x" "32"
  94. "y" "32"
  95. "width" "32"
  96. "height" "32"
  97. }
  98. "autoaim"
  99. {
  100. "file" "sprites/crosshairs"
  101. "x" "0"
  102. "y" "48"
  103. "width" "24"
  104. "height" "24"
  105. }
  106. }
  107. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement