增强夕雾花
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
|
||||
public double getCustomDamage(ItemStack stack) {
|
||||
if (useSpecialAttributes(stack)) {
|
||||
return 2;
|
||||
return 3;
|
||||
}
|
||||
return super.getCustomDamage(stack);
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue