More moves implemented
This commit is contained in:
@@ -3,10 +3,11 @@ using PkmnLib.Plugin.Gen7.Scripts.Pokemon;
|
||||
|
||||
namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
|
||||
|
||||
public abstract class ProtectionScript : Script
|
||||
[Script(ScriptCategory.Move, "protect")]
|
||||
public class ProtectionScript : Script
|
||||
{
|
||||
protected abstract ProtectionEffectScript GetEffectScript();
|
||||
|
||||
protected virtual ProtectionEffectScript GetEffectScript() => new();
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void OnSecondaryEffect(IExecutingMove move, IPokemon target, byte hit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user