增强夕雾花
This commit is contained in:
parent
e8f89994fc
commit
a68625ef96
2 changed files with 4 additions and 4 deletions
|
@ -246,7 +246,7 @@ public class Trachelium extends GunItem {
|
||||||
@Override
|
@Override
|
||||||
public double getCustomDamage(ItemStack stack) {
|
public double getCustomDamage(ItemStack stack) {
|
||||||
if (useSpecialAttributes(stack)) {
|
if (useSpecialAttributes(stack)) {
|
||||||
return 2;
|
return 3;
|
||||||
}
|
}
|
||||||
return super.getCustomDamage(stack);
|
return super.getCustomDamage(stack);
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,13 +3,13 @@
|
||||||
"Spread": 3,
|
"Spread": 3,
|
||||||
"RecoilX": 0.005,
|
"RecoilX": 0.005,
|
||||||
"RecoilY": 0.032,
|
"RecoilY": 0.032,
|
||||||
"Damage": 19,
|
"Damage": 21,
|
||||||
"Headshot": 2,
|
"Headshot": 2.5,
|
||||||
"Velocity": 24,
|
"Velocity": 24,
|
||||||
"Magazine": 6,
|
"Magazine": 6,
|
||||||
"Weight": 2,
|
"Weight": 2,
|
||||||
"EmptyReloadTime": 65,
|
"EmptyReloadTime": 65,
|
||||||
"BypassesArmor": 0.3,
|
"BypassesArmor": 0.4,
|
||||||
"SoundRadius": 10,
|
"SoundRadius": 10,
|
||||||
"RPM": 240,
|
"RPM": 240,
|
||||||
"AmmoType": "@RifleAmmo",
|
"AmmoType": "@RifleAmmo",
|
||||||
|
|
Loading…
Add table
Reference in a new issue