Advertisement
noentiendero

GTA4 Weaponinfo - Flintlock as DEagle

Aug 21st, 2014
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. <weapon type="DEAGLE">
  2. <data slot="HANDGUN" firetype="INSTANT_HIT" damagetype="EXPLOSIVE" group="PISTOL_LARGE" targetrange="50.0" weaponrange="150.0" clipsize="1" ammomax="340" timebetweenshots="500">
  3. <damage base="190" networkplayermod="4.0" networkpedmod="1.0"/>
  4. <physics force="30.0"/>
  5. <reload time="2000" fasttime="2000" crouchtime="2000"/>
  6.  
  7. <aiming accuracy="2">
  8. <offset x="0.15" y="1.0" z="0.55"/>
  9. <crouchedoffset x="0.2" y="1.0" z="0.05"/>
  10. <reticule standing="0.6" ducked="0.5" scale="0.3"/>
  11. </aiming>
  12.  
  13. <pickup regentime="240000" ammoonstreet="30"/>
  14.  
  15. <controller>
  16. <rumble duration="150" intensity="0.1"/>
  17. </controller>
  18.  
  19. <flags>
  20. <flag>GUN</flag>
  21. <flag>CAN_AIM</flag>
  22. <flag>ANIM_RELOAD</flag>
  23. <flag>CAN_FREE_AIM</flag>
  24. <flag>ANIM_CROUCH_FIRE</flag>
  25. <flag>ARMOUR_PENETRATING</flag>
  26. <flag>HIGHER_BREAK_FORCE</flag>
  27. <flag>ADD_SMOKE_ON_EXPLOSION</flag>
  28. <flag>EXPLOSION_BASED_ON_IMPACT</flag>
  29. </flags>
  30. </data>
  31.  
  32. <assets model="w_eagle">
  33. <anim group="gun@deagle" meleegroup1="firearm_core"/>
  34. <effects>
  35. <muzzle fx="muz_shotgun"/>
  36. </effects>
  37. </assets>
  38. </weapon>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement