Initial work on implementing Pokemon

This commit is contained in:
2024-07-28 14:00:26 +02:00
parent 3d5fb1a818
commit 554e1cf2cd
15 changed files with 603 additions and 30 deletions

View File

@@ -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)