Modul 01 Hotfix A3: Reflect EfficiencyQuality 100 → 300

01-RecipeData Rev 6 (A3) corrects the live-game value: Reflect's
quality efficiency is 300, not 100. The Phase-3 v0.1.0 table missed
the post-6.0 game tuning. Spec mechanics table (§2.3.2) was already
on 300 - this brings the code in line.

Build clean (0/0), csharpier clean.
This commit is contained in:
2026-05-28 19:57:29 +02:00
parent 825c5d3c5c
commit 01f35c65bc
@@ -286,7 +286,7 @@ internal static class ActionMechanicsTable
CpCost = 6,
DurabilityCost = 10,
EfficiencyProgress = 0,
EfficiencyQuality = 100,
EfficiencyQuality = 300,
IqStackBonus = 1,
ChargesPerCraft = 0,
GrantsBuff = null,