Updates CreatureLib, implements support for ItemUseScript.

This commit is contained in:
2021-03-07 19:36:09 +01:00
parent cbe5747d04
commit 3a7edb2fc3
26 changed files with 234 additions and 63 deletions

View File

@@ -50,7 +50,7 @@ namespace PkmnLibSharpTests.Battling
var items = new ItemLibrary(10);
items.Insert("testItem", new Item("testItem", ItemCategory.MiscItem, BattleItemCategory.None,
500, new string[] { }, 20));
500, "", new EffectParameter[0], new string[] { }, 20));
var gr = new GrowthRateLibrary(10);
gr.AddGrowthRate("growthRate",
new LookupGrowthRate(