Skip to content

Puzz1ebox/Quality-Plus-Plus

Repository files navigation

Quality++

This mod was designed to expand the existing quality system.

It currently adds 4 different qualities to the game: Mythical, Masterwork, Wondrous, and Artifactual.

The goal of this mod is to offer more options for late-game resource sinks without divesting far from the original Factorio intent or art style.

Looking for testers to determine if this is balanced.

Generalized Space-Gambling Probabilities:

Input /
Output
Normal Uncommon Rare Epic Legendary Mythical Masterwork Wondrous Artifactual
Normal 1 – Q Q * 9/10 Q * 9/100 Q * 9/1000 Q * 9/10000 Q * 9/100000 Q * 9/1000000 Q * 9/10000000 Q * 1/10000000
Uncommon 1 – Q Q * 9/10 Q * 9/100 Q * 9/1000 Q * 9/10000 Q * 9/100000 Q * 9/1000000 Q * 1/1000000
Rare 1 – Q Q * 9/10 Q * 9/100 Q * 9/1000 Q * 9/10000 Q * 9/100000 Q * 1/100000
Epic 1 – Q Q * 9/10 Q * 9/100 Q * 9/1000 Q * 9/10000 Q * 1/10000
Legendary 1 – Q Q * 9/10 Q * 9/100 Q * 9/1000 Q * 1/1000
Mythical 1 – Q Q * 9/10 Q * 9/100 Q * 1/100
Masterwork 1 – Q Q * 9/10 Q * 1/10
Wondrous 1 – Q Q
Artifactual 1

Fixed Space-Gambling Probabilities (Assuming 24.8% Quality)

Input /
Output
Normal Uncommon Rare Epic Legendary Mythical Masterwork Wondrous Artifactual
Normal 75.2000% 22.3200% 2.2320% 0.2232% 0.0223% 0.0022% 0.0002% 0.0000% 0.0000%
Uncommon 75.2000% 22.3200% 2.2320% 0.2232% 0.0223% 0.0022% 0.0002% 0.0000%
Rare 75.2000% 22.3200% 2.2320% 0.2232% 0.0223% 0.0022% 0.0002%
Epic 75.2000% 22.3200% 2.2320% 0.2232% 0.0223% 0.0025%
Legendary 75.2000% 22.3200% 2.2320% 0.2232% 0.0248%
Mythical 75.2000% 22.3200% 2.2320% 0.2480%
Masterwork 75.2000% 22.3200% 2.4800%
Wondrous 75.2000% 24.8000%
Artifactual 100.0000%

All qualities are able to be enabled/disabled and have their power modified as deemed necessary by the user.

Reference for how final stats are calculated: https://lua-api.factorio.com/latest/prototypes/QualityPrototype.html

It would be wise to reference the default values for many of these properties. Most are dependant on level.

Stats and Modifications

Legendary (Reference)
    Level: 5
    beacon_power_usage_multiplier: 1/6
    mining_drill_resource_drain_multiplier: 1/6
    science_pack_drain_multiplier: 95/100

Mythical
    Level: 7
    beacon_power_usage_multiplier: 1/8
    mining_drill_resource_drain_multiplier: 1/8
    science_pack_drain_multiplier: 93/100
    crafting_machine_energy_usage_multiplier: 2/3

Masterwork
    Level: 10
    beacon_power_usage_multiplier: 1/10
    mining_drill_resource_drain_multiplier: 1/10
    science_pack_drain_multiplier: 90/100
    crafting_machine_energy_usage_multiplier: 1/2

Wondrous
    Level: 14
    beacon_power_usage_multiplier: 1/12
    mining_drill_resource_drain_multiplier: 1/12
    science_pack_drain_multiplier: 86/100
    crafting_machine_energy_usage_multiplier: 1/3

Artifactual
    Level: 20
    beacon_power_usage_multiplier: 1/20
    mining_drill_resource_drain_multiplier: 1/20
    science_pack_drain_multiplier: 80/100
    crafting_machine_energy_usage_multiplier: 1/4

Built-in Compatibility

    - Almost anything that unlocks qualities right from the get-go
    - QualityBioLab: https://mods.factorio.com/mod/QualityBioLab (by request)
    - Customizable Quality Names

About

A Factorio mod focused on the expansion of the quality system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages