diff --git a/src/common/Edelstein.Common.Gameplay.Game/Objects/Users/Stats/FieldUserStatsCalculator.cs b/src/common/Edelstein.Common.Gameplay.Game/Objects/Users/Stats/FieldUserStatsCalculator.cs index 20970bfde..c5af3d41a 100644 --- a/src/common/Edelstein.Common.Gameplay.Game/Objects/Users/Stats/FieldUserStatsCalculator.cs +++ b/src/common/Edelstein.Common.Gameplay.Game/Objects/Users/Stats/FieldUserStatsCalculator.cs @@ -64,7 +64,7 @@ public async Task Calculate(IFieldUser input) PEVA = pacc.Apply(totalLUK * 2 + totalDEX + context.EVA.IncBase), MEVA = pacc.Apply(totalLUK * 2 + totalINT + context.EVA.IncBase), - Craft = context.Craft.Apply(0), + Craft = context.Craft.Apply(character.DEX + character.INT + character.LUK), Speed = context.Speed.Apply(100), Jump = context.Jump.Apply(100) };