Skip to content

Commit

Permalink
Add craft stat calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioru committed Sep 12, 2024
1 parent 541155e commit 164681f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public async Task<IFieldUserStats> 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)
};
Expand Down

0 comments on commit 164681f

Please sign in to comment.