Advertisement
noentiendero

GTA4 Weaponinfo - Shotgun Grenade Launcher (TBOGT GL Anim)

Jul 17th, 2014
569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1.  
  2. <weapon type="SHOTGUN">
  3. <data slot="SHOTGUN" firetype="PROJECTILE" damagetype="EXPLOSIVE" group="SHOTGUN" targetrange="35" weaponrange="35" clipsize="6" ammomax="60" timebetweenshots="6500">
  4. <damage base="200" networkplayermod="5.0" networkpedmod="1.0"/>
  5. <physics force="30"/>
  6. <reload time="2933" fasttime="2933" crouchtime="2933"/>
  7.  
  8. <aiming accuracy="0.5">
  9. <offset x="0.16" y="1.0" z="0.44"/>
  10. <crouchedoffset x="0.16" y="1.0" z="0.0"/>
  11. <reticule standing="1.0" ducked="1.0" scale="0.0"/>
  12. </aiming>
  13.  
  14. <pickup regentime="240000" ammoonstreet="16"/>
  15.  
  16. <controller>
  17. <rumble duration="200" intensity="1.0"/>
  18. </controller>
  19.  
  20. <flags>
  21. <flag>GUN</flag>
  22. <flag>HEAVY</flag>
  23. <flag>CAN_AIM</flag>
  24. <flag>2HANDED</flag>
  25. <flag>ANIM_RELOAD</flag>
  26. <flag>CAN_FREE_AIM</flag>
  27. <flag>ANIM_CROUCH_FIRE</flag>
  28. <flag>ARMOUR_PENETRATING</flag>
  29. <flag>HIGHER_BREAK_FORCE</flag>
  30. <flag>ADD_SMOKE_ON_EXPLOSION</flag>
  31. </flags>
  32.  
  33. <projectile type="FUSE" fusetime="3">
  34. <typetocreate type="GRENADE"/>
  35. <explosion type="GRENADE"/>
  36. <offset x="10" y="4000" z="100000"/>
  37. <physics force="500" vehiclevelocity="400"/>
  38. </projectile>
  39. </data>
  40.  
  41. <assets model="w_shotgun">
  42. <anim group="gun@grnde_launch"/>
  43. <effects>
  44. <muzzle fx="muz_shotgun"/>
  45. <trail fx="weap_rocket_player"/>
  46. </effects>
  47. </assets>
  48. </weapon>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement