Skip to content

Commit

Permalink
Scathe buff (#8919)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerenta authored Aug 12, 2023
1 parent a3f7203 commit 585104a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/mindustry/content/Blocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -4537,7 +4537,7 @@ Items.thorium, new ArtilleryBulletType(2.5f, 350, "shell"){{
}};

scathe = new ItemTurret("scathe"){{
requirements(Category.turret, with(Items.silicon, 450, Items.graphite, 400, Items.tungsten, 500, Items.carbide, 300));
requirements(Category.turret, with(Items.silicon, 450, Items.graphite, 400, Items.tungsten, 500, Items.oxide, 100, Items.carbide, 200));

ammo(
Items.carbide, new BasicBulletType(0f, 1){{
Expand Down Expand Up @@ -4680,7 +4680,7 @@ Items.carbide, new BasicBulletType(0f, 1){{
targetUnderBlocks = false;

shake = 6f;
ammoPerShot = 20;
ammoPerShot = 15;
maxAmmo = 30;
shootY = -1;
outlineColor = Pal.darkOutline;
Expand Down

0 comments on commit 585104a

Please sign in to comment.