Template:PatchDiff/October 20, 2017 Patch/tf/tf2 misc dir.vpk/scripts/tf weapon rocketlauncher fireball.ctx

From Team Fortress Wiki
Jump to: navigation, search
N/A1WeaponData
N/A2{
N/A3 // Attributes Base.
N/A4 "printname" "#TF_Weapon_RocketLauncher"
N/A5 "BuiltRightHanded" "0"
N/A6 "weight" "3"
N/A7 "WeaponType" "primary"
N/A8 "ITEM_FLAG_NOITEMPICKUP" "1"
N/A9 
N/A10 // Primary Attributes.
N/A11 "Damage" "90"
N/A12 "Range" "0"
N/A13 "BulletsPerShot" "1"
N/A14 "Spread" "0.0"
N/A15 "PunchAngle" "1.5"
N/A16 "TimeFireDelay" "0.8"
N/A17 "TimeIdle" "0.8"
N/A18 "TimeIdleEmpty" "0.8"
N/A19 "TimeReloadStart" "0.1"
N/A20 "TimeReload" "0.83"
N/A21 "primary_ammo" "TF_AMMO_PRIMARY"
N/A22 "ProjectileType" "tf_projectile_balloffire"
N/A23 "HasTeamSkins_Viewmodel" "1"
N/A24 
N/A25 // Secondary Attributes.
N/A26 "secondary_ammo" "None"
N/A27 
N/A28 // Buckets.
N/A29 "bucket" "0"
N/A30 "bucket_position" "0"
N/A31 
N/A32 "ExplosionEffect" "ExplosionCore_wall"
N/A33 "ExplosionPlayerEffect" "ExplosionCore_MidAir"
N/A34 "ExplosionWaterEffect" "ExplosionCore_MidAir_underwater"
N/A35 
N/A36 "ExplosionSound" "BaseExplosionEffect.Sound"
N/A37 
N/A38 // Muzzleflash
N/A39 "MuzzleFlashParticleEffect" "muzzle_dragons_fury"
N/A40 
N/A41 // Animation.
N/A42 //"viewmodel" -viewmodel is now defined in _items_main.txt
N/A43 //"playermodel" -playermodel is now defined in _items_main.txt
N/A44 "anim_prefix" "gl"
N/A45 
N/A46 // Sounds.
N/A47 // Max of 16 per category (ie. max 16 "single_shot" sounds).
N/A48 SoundData
N/A49 {
N/A50 "single_shot" "Weapon_RPG.Single"
N/A51 "double_shot" "Weapon_FlameThrower.AirBurstAttack"
N/A52// "reload" "Weapon_RPG.WorldReload"
N/A53 "burst" "Weapon_RPG.SingleCrit"
N/A54 }
N/A55 
N/A56 // Weapon Sprite data is loaded by the Client DLL.
N/A57 TextureData
N/A58 {
N/A59 "weapon"
N/A60 {
N/A61 "file" "sprites/bucket_rl"
N/A62 "x" "0"
N/A63 "y" "0"
N/A64 "width" "200"
N/A65 "height" "128"
N/A66 }
N/A67 "weapon_s"
N/A68 {
N/A69 "file" "sprites/bucket_rl"
N/A70 "x" "0"
N/A71 "y" "0"
N/A72 "width" "200"
N/A73 "height" "128"
N/A74 }
N/A75 "ammo"
N/A76 {
N/A77 "file" "sprites/a_icons1"
N/A78 "x" "55"
N/A79 "y" "60"
N/A80 "width" "73"
N/A81 "height" "15"
N/A82 }
N/A83 "crosshair"
N/A84 {
N/A85 "file" "sprites/crosshairs"
N/A86 "x" "32"
N/A87 "y" "32"
N/A88 "width" "32"
N/A89 "height" "32"
N/A90 }
N/A91 "autoaim"
N/A92 {
N/A93 "file" "sprites/crosshairs"
N/A94 "x" "0"
N/A95 "y" "48"
N/A96 "width" "24"
N/A97 "height" "24"
N/A98 }
N/A99 }
N/A100}