Initial work on implementing Pokemon
This commit is contained in:
@@ -15,7 +15,7 @@ namespace PkmnLib.Plugin.Gen7.Moves;
|
||||
public class Acrobatics : Script
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public override string Name => "acrobatics";
|
||||
public override StringKey Name => "acrobatics";
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void ChangeBasePower(IExecutingMove move, IPokemon target, byte hit, ref byte basePower)
|
||||
|
||||
Reference in New Issue
Block a user