Advertisement
CoDiEx

Untitled

Jul 16th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.91 KB | None | 0 0
  1. -- M4A3 Sherman
  2. ammo_profile["529d827de28f4899a6021f113a61bde5:sherman_m4a3_coaxial_vehicle_turret_mp"] = { carried_clips = 4, rounds_in_clip = 16, icon = "", displayStyle = 1, sub = {} };
  3. ammo_profile["529d827de28f4899a6021f113a61bde5:sherman_m4a3_vehicle_hull_mp"] = { carried_clips = 4, rounds_in_clip = 16, icon = "", displayStyle = 1, sub = {} };
  4. ammo_profile["529d827de28f4899a6021f113a61bde5:sherman_m3_75mm_mp"] = {
  5.     carried_clips = 32, rounds_in_clip = 1,
  6.     icon = "tank", displayStyle = 2,
  7.     swap = "", self_index = 1,
  8.     sub = {
  9.         ["hull_gun"] = "529d827de28f4899a6021f113a61bde5:sherman_m4a3_vehicle_hull_mp",
  10.         ["coax_gun"] = "529d827de28f4899a6021f113a61bde5:sherman_m4a3_coaxial_vehicle_turret_mp",
  11.     },
  12. };
  13. ammo_profile["529d827de28f4899a6021f113a61bde5:sherman_m3_75mm_mp"] = {
  14.     carried_clips = 32, rounds_in_clip = 1,
  15.     icon = "tank", displayStyle = 2,
  16.     self_index = 2,
  17. };
  18. -- End of M4A3 Sherman
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement