增强夕雾花

This commit is contained in:
17146 2025-06-11 18:02:59 +08:00 committed by Light_Quanta
parent e8f89994fc
commit a68625ef96
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959
2 changed files with 4 additions and 4 deletions

View file

@ -246,7 +246,7 @@ public class Trachelium extends GunItem {
@Override
public double getCustomDamage(ItemStack stack) {
if (useSpecialAttributes(stack)) {
return 2;
return 3;
}
return super.getCustomDamage(stack);
}

View file

@ -3,13 +3,13 @@
"Spread": 3,
"RecoilX": 0.005,
"RecoilY": 0.032,
"Damage": 19,
"Headshot": 2,
"Damage": 21,
"Headshot": 2.5,
"Velocity": 24,
"Magazine": 6,
"Weight": 2,
"EmptyReloadTime": 65,
"BypassesArmor": 0.3,
"BypassesArmor": 0.4,
"SoundRadius": 10,
"RPM": 240,
"AmmoType": "@RifleAmmo",