Every time an infinite-type resource "ticks" lower it's lowered by that amount.
lower it's lowered
Every time an infinite-type resource "ticks" lower it's lowered by that amount.
lower it's lowered
The bigger problen is that its unclear what is lowered
There are two properties described as Must be not 0 when infinite = true. (and thus, related to infinite_depletion_amount): the minimum and the normal. The latter corresponds to the Initial amount that can be observed in the Map Editor.... so it seems like this is reduced by the depletion amount until the value of the former is reached.{
type = "resource",
name = "crude-oil",
icon = "__base__/graphics/icons/crude-oil.png",
icon_size = 32,
flags = {"placeable-neutral"},
category = "basic-fluid",
order="a-b-a",
infinite = true,
highlight = true,
minimum = 60000,
normal = 300000,
infinite_depletion_amount = 10,
The amount of the resource. Seems obvious, but I guess that's just me.
Yes i figured from using it, just the description is confusingcuriosity wrote: Fri Jan 16, 2026 5:38 am The amount of the resource. Seems obvious, but I guess that's just me.