From 448f0c6cb6480981c9adc054993d068110aec4d4 Mon Sep 17 00:00:00 2001 From: karma0000 <34972997+karma0000@users.noreply.github.com> Date: Mon, 12 Mar 2018 17:07:33 -0500 Subject: [PATCH 1/2] Create gundrshot --- CrackShot/weapons/gundrshot | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CrackShot/weapons/gundrshot diff --git a/CrackShot/weapons/gundrshot b/CrackShot/weapons/gundrshot new file mode 100644 index 0000000000..4fcc01e352 --- /dev/null +++ b/CrackShot/weapons/gundrshot @@ -0,0 +1,16 @@ +gundrshot: + Item_Information: + Item_Name: "&4G&8un&4dr &4S&8ho&4t" + Item_Type: 417 + Shooting: + Cancel_Left_Click_Block_Damage: true + Cancel_Right_Click_Interactions: true + Projectile_Amount: 1 + Projectile_Type: energy + Projectile_Subtype: 40-1-NONE-0 + Projectile_Damage: 16 + Delay_Between_Shots: 12 + Reload: + Enable: false + Hit_Events: + Enable: true From 23475bac4ffe35945f187b6022ae5f18ebf8ee16 Mon Sep 17 00:00:00 2001 From: karma0000 <34972997+karma0000@users.noreply.github.com> Date: Mon, 12 Mar 2018 17:08:04 -0500 Subject: [PATCH 2/2] Rename gundrshot to gundrshot.yml --- CrackShot/weapons/{gundrshot => gundrshot.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CrackShot/weapons/{gundrshot => gundrshot.yml} (100%) diff --git a/CrackShot/weapons/gundrshot b/CrackShot/weapons/gundrshot.yml similarity index 100% rename from CrackShot/weapons/gundrshot rename to CrackShot/weapons/gundrshot.yml