Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added Shotguns/Sniper Rifles/SMG #6

Closed
wants to merge 2 commits into from

Conversation

NatasWillDoIt
Copy link
Contributor

----------  Weapons SHOTGUNS ----------
  ['weapon_assaultshotgun'] = {    ['name'] = "weapon_assaultshotgun",    ['label'] = "Assault Shotgun",    ['weight'] = 500,    ['decay'] = "0.0",['type'] = "weapon",    ['image'] = "weapon_assaultshotgun.png",    ['created'] = "nil",    ['unique'] = false,    ['usable'] = false,    ['shouldClose'] = true,    ['description'] = "Assault Shotgun",    ['combinable'] = nil  },
  ['weapon_autoshotgun'] = {    ['name'] = "weapon_autoshotgun",    ['label'] = "Auto Shotgun",    ['weight'] = 500,    ['decay'] = "0.0",['type'] = "weapon",    ['image'] = "weapon_autoshotgun.png",    ['created'] = "nil",    ['unique'] = false,    ['usable'] = false,    ['shouldClose'] = true,    ['description'] = "Auto Shotgun",    ['combinable'] = nil  },
  ['weapon_bullpupshotgun'] = {    ['name'] = "weapon_bullpupshotgun",    ['label'] = "Bullpup Shotgun",    ['weight'] = 500,    ['decay'] = "0.0",['type'] = "weapon",    ['image'] = "weapon_bullpupshotgun.png",    ['created'] = "nil",    ['unique'] = false,    ['usable'] = false,    ['shouldClose'] = true,    ['description'] = "Bullpup Shotgun",    ['combinable'] = nil  },
  ['weapon_dbshotgun'] = {    ['name'] = "weapon_dbshotgun",    ['label'] = "Double Shotgun",    ['weight'] = 500,    ['decay'] = "0.0",['type'] = "weapon",    ['image'] = "weapon_dbshotgun.png",    ['created'] = "nil",    ['unique'] = false,    ['usable'] = false,    ['shouldClose'] = true,    ['description'] = "Double Shotgun",    ['combinable'] = nil  },
  ['weapon_pumpshotgun'] = {    ['name'] = "weapon_pumpshotgun",    ['label'] = "Pump Shotgun",    ['weight'] = 500,    ['decay'] = "0.0",['type'] = "weapon",    ['image'] = "weapon_pumpshotgun.png",    ['created'] = "nil",    ['unique'] = false,    ['usable'] = false,    ['shouldClose'] = true,    ['description'] = "Pump Shotgun",    ['combinable'] = nil  },
  ['weapon_pumpshotgun_mk2'] = {    ['name'] = "weapon_pumpshotgun_mk2",    ['label'] = "Pump Shotgun MKII",    ['weight'] = 500,    ['decay'] = "0.0",['type'] = "weapon",    ['image'] = "weapon_pumpshotgun_mk2.png",    ['created'] = "nil",    ['unique'] = false,    ['usable'] = false,    ['shouldClose'] = true,    ['description'] = "Pump Shotgun MKII",    ['combinable'] = nil  },
  ['weapon_sawnoffshotgun'] = {    ['name'] = "weapon_sawnoffshotgun",    ['label'] = "Sawnoff Shotgun",    ['weight'] = 500,    ['decay'] = "0.0",['type'] = "weapon",    ['image'] = "weapon_sawnoffshotgun.png",    ['created'] = "nil",    ['unique'] = false,    ['usable'] = false,    ['shouldClose'] = true,    ['description'] = "Sawnoff Shotgun",    ['combinable'] = nil  },
----------  Weapons SMG ----------

  ['weapon_assaultsmg'] = {    ['name'] = "weapon_assaultsmg",    ['label'] = "Assault SMG",    ['weight'] = 500,    ['decay'] = "0.0",['type'] = "weapon",    ['image'] = "weapon_assaultsmg.png",    ['created'] = "nil",    ['unique'] = false,    ['usable'] = false,    ['shouldClose'] = true,    ['description'] = "Assault SMG",    ['combinable'] = nil  },
----------  Weapons SNIPER ----------

  ['weapon_heavysniper'] = {    ['name'] = "weapon_heavysniper",    ['label'] = "Heavy Sniper",    ['weight'] = 500,    ['decay'] = "0.0",['type'] = "weapon",    ['image'] = "weapon_heavysniper.png",    ['created'] = "nil",    ['unique'] = false,    ['usable'] = false,    ['shouldClose'] = true,    ['description'] = "Heavy Sniper",    ['combinable'] = nil  },
  ['weapon_heavysnipermk_2'] = {    ['name'] = "weapon_heavysnipermk_2",    ['label'] = "Heavy Sniper MKII",    ['weight'] = 500,    ['decay'] = "0.0",['type'] = "weapon",    ['image'] = "weapon_heavysniper_mk2.png",    ['created'] = "nil",    ['unique'] = false,    ['usable'] = false,    ['shouldClose'] = true,    ['description'] = "Heavy Sniper MKII",    ['combinable'] = nil  },
    ['weapon_sniperrifle'] = {    ['name'] = "weapon_sniperrifle",    ['label'] = "Sniper Rifle",    ['weight'] = 500,    ['decay'] = "0.0",['type'] = "weapon",    ['image'] = "weapon_sniperrifle.png",    ['created'] = "nil",    ['unique'] = false,    ['usable'] = false,    ['shouldClose'] = true,    ['description'] = " Sniper Rifle",    ['combinable'] = nil  },
changed all item.md files names changed to README.md
McKlean added a commit that referenced this pull request Jun 16, 2022
added Shotguns/Sniper Rifles/SMG #6 by NatasWillDoIt
@McKlean McKlean closed this Jun 16, 2022
@McKlean
Copy link
Contributor

McKlean commented Jun 16, 2022

Something was conflicting so pushed the changes on my end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants