It's time to make a....FactorioBot wrote:
- Added LuaForce::worker_robots_battery_modifier read/write.
https://mods.factorio.com/mods/Klonan/R ... y_Research
....mod... too fast.
It's time to make a....FactorioBot wrote:
- Added LuaForce::worker_robots_battery_modifier read/write.
Are there also technology effect names for those LuaForce::character_..._bonus/modifier properties?Klonan wrote:Yeporzelek wrote:And effect name would be:Klonan wrote:Using it as a technology effect is also supportedorzelek wrote:Does this:Mean that there is also science effect to add to techs or only for script use?Added LuaForce::worker_robots_battery_modifier read/write.?Code: Select all
worker-robot-battery
Mooncat wrote:It's time to make a....FactorioBot wrote:
- Added LuaForce::worker_robots_battery_modifier read/write.
https://mods.factorio.com/mods/Klonan/R ... y_Research
....mod... too fast.
Cheating was involved...Author: Klonan
You forget about machine's crafting speed. It may be fractional.PacifyerGrey wrote:All recipes display their time in SECONDS.
Assemblers and other machines display their speed that is a factor you use to divide recipe's time to get the real value. Then you multiply belt's throughput by recipe time and you have a number of machines you need to fully saturate the belt.
The only issue I see is the fractional number - 13.33 etc. That problem comes from the start and it is a real issue here complicating math. This fractional number is even more the issue as this throughput is for the whole belt (both sides included) making a per side math even worse. Only Express belt makes sense here with its flat 40 which is divided by 2 roundly.
I did not. Thats why I said that you'll need a calculator or a spreadsheet in the end. But it would be cool if the numbers would end up being round-ish most of time. Its not really hard to do.MikasaTanikawa wrote:You forget about machine's crafting speed. It may be fractional.PacifyerGrey wrote:All recipes display their time in SECONDS.
Assemblers and other machines display their speed that is a factor you use to divide recipe's time to get the real value. Then you multiply belt's throughput by recipe time and you have a number of machines you need to fully saturate the belt.
The only issue I see is the fractional number - 13.33 etc. That problem comes from the start and it is a real issue here complicating math. This fractional number is even more the issue as this throughput is for the whole belt (both sides included) making a per side math even worse. Only Express belt makes sense here with its flat 40 which is divided by 2 roundly.
until you start using modules and beacons...PacifyerGrey wrote:But it would be cool if the numbers would end up being round-ish most of time. Its not really hard to do.
Yes, I think they will pass the game because they see a number in a tooltip. Geez...DanGio wrote:Well, in that case, you do like everyone else : search on the wiki. My point is in the perspective of a newcomer who would see "13.33" on the nearly first item in the game, and think that Factorio is about maths. A lot of new players would pass if they have to do - if they THINK they'll have to do such calculations.Mr. Mechanic wrote:Speed factors make sense for assemblers and furnaces and such because they work with recipes with different manufacturing times. For belts, all a factor would tell you is how fast it is compared to another belt, which isn't nearly as useful.DanGio wrote:Wow, I really... hate thisFactorioBot wrote:
- Transports belt entities show belt speed in the tooltip and entity description.
To be more precise : I'd like to see 1/2/3, and not 13.33/26.66/40 in belt tooltip. Why ? Because it's more consistent : drills, furnaces, assembly machines... every speed is shown as a factor and not item/sec. And above all : please don't throw weird numbers at us, because Factorio is played with OR without big complicated maths.
I still love you though.
For example, smelting iron ore takes 3.5 seconds. An electric furnace has speed 2, so it consumes 2 / 3.5 = 0.57 ore per second. 13.33 / 0.57 is about 23.3, so a fully compressed yellow belt can supply a little over 23 furnaces. How would you determine that if a yellow belt simply said it had 'speed 1'?