You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Super Quality Module and let the super-beacon broadcast quality
Add a super_quality_module (category = "quality", effect = { quality = 1.0 })
granted by the Creative-tools sweep and stocked by the Creative Provider Chest,
giving a guaranteed at-least-+1 quality upgrade on a machine's output.
Add "quality" to super_beacon.allowed_effects so a single beacon can distribute
the effect, and align its distribution effectivity with the vanilla beacon
(1.5 baseline + 0.2 per quality level). Cover both with verify.py behavior
assertions. Deliberate data-stage no-ops (labs, empty-ingredient recipes,
roboport quality flag) are documented inline.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Add a Super Quality Module: a creative module that guarantees the produced item is upgraded by at least one quality level (the engine's fixed cascade can still push it to +2/+3). It is granted by the normal Creative tools' recipe sweep and stocked by the Creative Provider Chest, alongside the other super modules.
6
+
- The Super Beacon now broadcasts the quality effect, so a single beacon fitted with the Super Quality Module can distribute the guaranteed quality upgrade to every nearby crafting machine.
7
+
Changes:
8
+
- The Super Beacon's distribution effectivity is raised from 0.5 to 1.5 and now scales with quality (+0.2 per level), mirroring the vanilla beacon so a legendary beacon reaches 2.5.
creative-mod_super-quality-module=Guarantees the produced item is upgraded by at least one quality level.
148
150
creative-mod_super-fusion-reactor-equipment=Generates unlimited power for your equipment.
149
151
creative-mod_super-personal-roboport-equipment=Supports large numbers of robots. Large construction radius. Can recharge robots instantly without causing any energy.
0 commit comments