QualityPrototype.crafting_machine_extra_module_slots
Also possibly CraftingMachinePrototype.quality_affects_module_slots (this has some precedent; see CargoWagonPrototype.quality_affects_inventory_size and LabPrototype.uses_quality_drain_modifier)
Reason: QualityEffects is a mod that exists, and ...
Search found 5 matches
- Wed Jun 18, 2025 10:18 am
- Forum: Modding interface requests
- Topic: QualityPrototype extended
- Replies: 39
- Views: 2993
- Tue May 27, 2025 3:44 am
- Forum: Implemented mod requests
- Topic: LuaHelpers in Data Stage?
- Replies: 0
- Views: 336
LuaHelpers in Data Stage?
As title says: Can we get LuaHelpers functions available in the Data stage? Currently, LuaHelpers is only available in Runtime stage and thus its functions can't be used in data stage.
To be clear: This was caused because I wanted specifically LuaHelpers.evaluate_expression in data stage, and ...
To be clear: This was caused because I wanted specifically LuaHelpers.evaluate_expression in data stage, and ...
- Sat Feb 26, 2022 7:07 am
- Forum: Modding help
- Topic: Multiplying units by an integer
- Replies: 2
- Views: 1208
Multiplying units by an integer
Hello,
As the title says, I'd like to multiply a unit by an integer.
Specifically, I'd like to multiply "300kW" by 4, and get either "1200kW", "1.2MW", or (for all I care) "1200000W"
However, units (such as energy units) are strings: https://wiki.factorio.com/Types/Energy
I feel like there's ...
As the title says, I'd like to multiply a unit by an integer.
Specifically, I'd like to multiply "300kW" by 4, and get either "1200kW", "1.2MW", or (for all I care) "1200000W"
However, units (such as energy units) are strings: https://wiki.factorio.com/Types/Energy
I feel like there's ...
- Mon Aug 10, 2020 7:06 pm
- Forum: Ideas and Requests For Mods
- Topic: Mod for "Batch smelting"?
- Replies: 2
- Views: 1014
Re: Mod for "Batch smelting"?
https://mods.factorio.com/mod/omnimatter_compression
This is actually just an ultra-overkill version of what I'm asking
Under the assumption someone in the future wants batch smelting/batch crafting/batch etc., here you go.
This is actually just an ultra-overkill version of what I'm asking
Under the assumption someone in the future wants batch smelting/batch crafting/batch etc., here you go.
- Sun Aug 09, 2020 12:19 am
- Forum: Ideas and Requests For Mods
- Topic: Mod for "Batch smelting"?
- Replies: 2
- Views: 1014
Mod for "Batch smelting"?
Basically what the title says; is there a mod for "batch smelting" items?
For example, it would add a recipe that turns 100 iron ore into 100 iron plate, but takes 100 times as long.
The reason I want this is to use with Schall Machine Scaling, which allows for crafting recipes that can be ...
For example, it would add a recipe that turns 100 iron ore into 100 iron plate, but takes 100 times as long.
The reason I want this is to use with Schall Machine Scaling, which allows for crafting recipes that can be ...