Bunch more moves, changes in how additional information for items works.
This commit is contained in:
7
Plugins/PkmnLib.Plugin.Gen7/Scripts/Moves/NaturePower.cs
Normal file
7
Plugins/PkmnLib.Plugin.Gen7/Scripts/Moves/NaturePower.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
|
||||
|
||||
[Script(ScriptCategory.Move, "nature_power")]
|
||||
public class NaturePower : Script
|
||||
{
|
||||
// FIXME: Implement this. How to get the terrain in a sane manner?
|
||||
}
|
||||
Reference in New Issue
Block a user