From 9c082b49676dea0d21b927137a3daa053708656f Mon Sep 17 00:00:00 2001 From: fhrk-78 <78fhruby78@gmail.com> Date: Fri, 23 Jan 2026 19:37:25 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[Fix]=20=E5=BD=A2=E5=BC=8F=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 --- .../plugins/CrackShot/weapons/{glock17.yml => custom.pub.yml} | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) rename main/plugins/CrackShot/weapons/{glock17.yml => custom.pub.yml} (88%) diff --git a/.gitignore b/.gitignore index 6f22f71..b8b7638 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,3 @@ !.github/** .env - -# カスタム武器を無視対象から除外 -!main/plugins/CrackShot/weapons/* diff --git a/main/plugins/CrackShot/weapons/glock17.yml b/main/plugins/CrackShot/weapons/custom.pub.yml similarity index 88% rename from main/plugins/CrackShot/weapons/glock17.yml rename to main/plugins/CrackShot/weapons/custom.pub.yml index b993a0f..872ea64 100644 --- a/main/plugins/CrackShot/weapons/glock17.yml +++ b/main/plugins/CrackShot/weapons/custom.pub.yml @@ -3,6 +3,7 @@ Glock17: Item_Name: "&eGlock 17" Item_Type: 417 Sounds_Acquired: BAT_TAKEOFF-1-1-0 + Custom_Model_Data: 19 Shooting: Right_Click_To_Shoot: true Cancel_Left_Click_Block_Damage: true @@ -16,6 +17,9 @@ Glock17: Fully_Automatic: Enable: true Fire_Rate: 4 + Headshot: + Enable: true + Bonus_Damage: 7 Reload: Enable: true Reload_Amount: 18 From d04c4bd9afee019e407b48edd50ae5f6c5acc619 Mon Sep 17 00:00:00 2001 From: fhrk-78 <78fhruby78@gmail.com> Date: Mon, 26 Jan 2026 19:00:11 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[Fix]=20=E3=83=80=E3=83=A1=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/plugins/CrackShot/weapons/custom.pub.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main/plugins/CrackShot/weapons/custom.pub.yml b/main/plugins/CrackShot/weapons/custom.pub.yml index 872ea64..f036e4d 100644 --- a/main/plugins/CrackShot/weapons/custom.pub.yml +++ b/main/plugins/CrackShot/weapons/custom.pub.yml @@ -3,7 +3,6 @@ Glock17: Item_Name: "&eGlock 17" Item_Type: 417 Sounds_Acquired: BAT_TAKEOFF-1-1-0 - Custom_Model_Data: 19 Shooting: Right_Click_To_Shoot: true Cancel_Left_Click_Block_Damage: true @@ -12,14 +11,14 @@ Glock17: Projectile_Amount: 1 Projectile_Type: snowball Projectile_Speed: 40 - Projectile_Damage: 3 + Projectile_Damage: 5 Sounds_Shoot: WITHER_SHOOT-1-2-0,EXPLODE-1-2-0 Fully_Automatic: Enable: true Fire_Rate: 4 Headshot: Enable: true - Bonus_Damage: 7 + Bonus_Damage: 5 Reload: Enable: true Reload_Amount: 18