Exemple #1
0
 public override void Execute(ICraftActions craftActions, bool isSuccess)
 {
     craftActions.UseDurability(10);
     craftActions.Synth(Synth.FromRawValue(20));
     craftActions.Touch(100);
 }
 public override void Execute(ICraftActions craftActions, bool isSuccess)
 {
     craftActions.UseCraftPoints(15);
     craftActions.UseDurability(10);
     craftActions.Synth(Synth.FromRawValue(40));
 }