Acid puddle size?

Don't know how to use a machine? Looking for efficient setups? Stuck in a mission?
Post Reply
User avatar
Lizzy
Long Handed Inserter
Long Handed Inserter
Posts: 56
Joined: Sun May 28, 2017 4:26 am
Contact:

Acid puddle size?

Post by Lizzy »

What's the size and shape of the acid puddle? I ask this because I would like to leave some clearance from military spit targets in order to reduce collateral damage.

I tried to run an experiment with laser turrets surrounded by inwards yellow belts using the Creative Mode mod but I couldn't figure out how to measure it either… In my attempts, either the turret gets destroyed and the spitters move on, or the construction bots restore the spit damage of the surrounding belts before I can look at their damage.

User avatar
Lizzy
Long Handed Inserter
Long Handed Inserter
Posts: 56
Joined: Sun May 28, 2017 4:26 am
Contact:

Re: Acid puddle size?

Post by Lizzy »

I stand corrected; I managed to get some data for mostly Big Spitters. It looks like it's a small-ish circle. I'll see if I can get something more complete.
mostly-spitters.png
mostly-spitters.png (2.29 MiB) Viewed 1781 times

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Acid puddle size?

Post by darkfrei »

Ekevoo wrote:
Sat Oct 31, 2020 1:59 am
I stand corrected; I managed to get some data for mostly Big Spitters. It looks like it's a small-ish circle. I'll see if I can get something more complete.

mostly-spitters.png
You are need the defifnition of file: blood-puddle-var-main.png (hr-blood-puddle-var-main.png) from Factorio\data\base\graphics\entity\biter; I used the Info mod to find where it was defined.


Vanilla:

Code: Select all

data.raw.corpse["big-biter-corpse"].ground_patch.sheet.scale = 1
data.raw.corpse["big-biter-corpse"].ground_patch.sheet.hr_version.scale = 0.5

data.raw.corpse["behemoth-biter-corpse"].ground_patch.sheet.scale = 1.2
data.raw.corpse["behemoth-biter-corpse"].ground_patch.sheet.hr_version.scale = 0.6
Twice bigger:

Code: Select all

data.raw.corpse["big-biter-corpse"].ground_patch.sheet.scale = 1 * 2
data.raw.corpse["big-biter-corpse"].ground_patch.sheet.hr_version.scale = 0.5 * 2

data.raw.corpse["behemoth-biter-corpse"].ground_patch.sheet.scale = 1.2 * 2
data.raw.corpse["behemoth-biter-corpse"].ground_patch.sheet.hr_version.scale = 0.6 * 2
Attachments
2020-10-31T11_39_50.png
2020-10-31T11_39_50.png (52.11 KiB) Viewed 1703 times

Gamatron332
Inserter
Inserter
Posts: 47
Joined: Tue Oct 06, 2020 9:58 pm
Contact:

Re: Acid puddle size?

Post by Gamatron332 »

God I love these people ^^ need more who want to take a looksie at the code. I would but I’m still learning.

Post Reply

Return to “Gameplay Help”