request just in topic name.
i wanna method to set custom minimal yield for infinity resources.
custom minimal yield
- AlexPhoenix
- Fast Inserter
- Posts: 149
- Joined: Tue Feb 18, 2014 7:48 am
- Contact:
Re: custom minimal yield
You can already do it.
crude-oil definition:
This means, that the resource amount will not go under 750, while 7500 == 100%.
So if you change the 7500 to 3750, the minimum yield will produce the resource 2 times faster as 750 is 20% of 3750.
I hope I wasn't too confusing
crude-oil definition:
Code: Select all
minimum = 750,
normal = 7500,
So if you change the 7500 to 3750, the minimum yield will produce the resource 2 times faster as 750 is 20% of 3750.
I hope I wasn't too confusing
- AlexPhoenix
- Fast Inserter
- Posts: 149
- Joined: Tue Feb 18, 2014 7:48 am
- Contact:
Re: custom minimal yield
ah, so
minYield=<normal>/<minimum>
for crudeoil this is
7500/750=0.1
hm, big thanks, i didnt guess that this is so simple.
minYield=<normal>/<minimum>
for crudeoil this is
7500/750=0.1
hm, big thanks, i didnt guess that this is so simple.