More move effects

This commit is contained in:
2025-03-02 14:03:51 +01:00
parent 9b0ac36597
commit c0bc905c46
40 changed files with 804 additions and 46 deletions

View File

@@ -76,4 +76,12 @@ public class ChangeTargetSpeed : ChangeTargetStats
public ChangeTargetSpeed() : base(Statistic.Speed)
{
}
}
[Script(ScriptCategory.Move, "change_target_accuracy")]
public class ChangeTargetAccuracy : ChangeTargetStats
{
public ChangeTargetAccuracy() : base(Statistic.Accuracy)
{
}
}