New 7.0 actions and updates
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Craftimizer.Simulator.Actions;
|
||||
|
||||
internal sealed class ImmaculateMend() : BaseAction(
|
||||
ActionCategory.Durability, 98, 100467,
|
||||
macroWaitTime: 2,
|
||||
durabilityCost: 0,
|
||||
defaultCPCost: 112
|
||||
)
|
||||
{
|
||||
public override void UseSuccess(Simulator s) =>
|
||||
s.RestoreAllDurability();
|
||||
}
|
||||
Reference in New Issue
Block a user