foreshadow overhaul (#9223)

* overhaul foreshadow

* whar ?
This commit is contained in:
Ilya246
2023-11-02 16:58:26 +04:00
committed by GitHub
parent e15a4e6bdf
commit 6014f2353a
4 changed files with 22 additions and 6 deletions

View File

@@ -3849,16 +3849,19 @@ public class Blocks{
requirements(Category.turret, with(Items.copper, 1000, Items.metaglass, 600, Items.surgeAlloy, 300, Items.plastanium, 200, Items.silicon, 600));
ammo(
Items.surgeAlloy, new PointBulletType(){{
Items.surgeAlloy, new RailBulletType(){{
shootEffect = Fx.instShoot;
hitEffect = Fx.instHit;
pierceEffect = Fx.railHit;
smokeEffect = Fx.smokeCloud;
trailEffect = Fx.instTrail;
pointEffect = Fx.instTrail;
despawnEffect = Fx.instBomb;
trailSpacing = 20f;
pointEffectSpace = 20f;
damage = 1350;
buildingDamageMultiplier = 0.2f;
speed = brange;
maxDamageFraction = 0.6f;
pierceDamageFactor = 1f;
length = brange;
hitShake = 6f;
ammoMultiplier = 1f;
}}