PkmnLibSharp/PkmnLibSharp/Generated/Creaturelib
Deukhoofd 907e145083
continuous-integration/drone/push Build is passing Details
Adds ItemTurnChoice interface
2022-04-23 18:46:25 +02:00
..
AttackCategory.cs Update to latest CreatureLib, more work on battle tests. 2020-07-31 14:19:21 +02:00
AttackData.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
AttackLearnMethod.cs Update PkmnLib to new functionality with capture mechanics 2022-03-26 16:46:07 +01:00
AttackLibrary.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
AttackTarget.cs Cleanup for EventData. 2020-08-14 16:15:19 +02:00
AttackTurnChoice.cs Updates CreatureLib, implements support for ItemUseScript. 2021-03-07 19:36:09 +01:00
AttackUseEvent.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
AttackUseHistory.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
BaseTurnChoice.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
Battle.cs Updates CreatureLib, implements support for ItemUseScript. 2021-03-07 19:36:09 +01:00
BattleItemCategory.cs Update to latest CreatureLib, more work on battle tests. 2020-07-31 14:19:21 +02:00
BattleLibrary.cs Updates CreatureLib, implements support for ItemUseScript. 2021-03-07 19:36:09 +01:00
BattleParty.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
BattleRandom.cs Update PkmnLib to new functionality with capture mechanics 2022-03-26 16:46:07 +01:00
BattleSide.cs Update to latest. 2021-11-05 13:58:01 +01:00
BattleStatCalculator.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
C.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
ChangeSpeciesEvent.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
ChangeStatBoostEvent.cs Adds ChangeStatBoostEvent, fixes issue where ExecutingMove would create default LearnedMove, instead of potential inheritor. 2021-01-31 12:48:02 +01:00
ChangeVariantEvent.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
Creature.cs Update to latest version of pkmnLib. 2021-11-27 11:27:19 +01:00
CreatureParty.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
CreatureSpecies.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
DamageEvent.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
DamageLibrary.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
DamageSource.cs Update to latest version of pkmnLib. 2021-11-27 11:27:19 +01:00
DataLibrary.cs Update to latest version of pkmnLib. 2021-11-27 11:27:19 +01:00
DisplayTextEvent.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
EffectParameter.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
EffectParameterType.cs Update to latest CreatureLib, more work on battle tests. 2020-07-31 14:19:21 +02:00
EventData.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
EventDataKind.cs Adds support for new evolution helper functions 2021-07-09 15:59:42 +02:00
ExecutingAttack.cs Updates to latest pkmnlib 2021-05-24 11:41:55 +02:00
ExperienceGainEvent.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
ExperienceLibrary.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
ExternGrowthRate.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
FaintEvent.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
FleeTurnChoice.cs Adds ItemTurnChoice interface 2022-04-23 18:46:25 +02:00
Gender.cs Update to latest CreatureLib, more work on battle tests. 2020-07-31 14:19:21 +02:00
GrowthRate.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
GrowthRateLibrary.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
HealEvent.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
HistoryElement.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
HistoryElementKind.cs Update to latest. 2021-11-05 13:58:01 +01:00
HistoryHandler.cs Update to latest. 2021-11-05 13:58:01 +01:00
HitData.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
Item.cs Update to latest version of PkmnLib 2022-03-12 10:32:31 +01:00
ItemCategory.cs Update to latest CreatureLib, more work on battle tests. 2020-07-31 14:19:21 +02:00
ItemLibrary.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
ItemTurnChoice.cs Adds ItemTurnChoice interface 2022-04-23 18:46:25 +02:00
ItemUseScript.cs Update to latest version of PkmnLib 2022-03-12 10:32:31 +01:00
LearnableAttacks.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
LearnedAttack.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
LibrarySettings.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
LookupGrowthRate.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
MiscLibrary.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
MissEvent.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
PassTurnChoice.cs Adds ItemTurnChoice interface 2022-04-23 18:46:25 +02:00
Script.cs Updates CreatureLib, implements support for ItemUseScript. 2021-03-07 19:36:09 +01:00
ScriptCategory.cs Update to latest version of PkmnLib 2022-03-12 10:32:31 +01:00
ScriptResolver.cs Update to latest. 2021-11-05 13:58:01 +01:00
SpeciesLibrary.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
SpeciesVariant.cs Update to latest version of pkmnLib. 2021-11-27 11:27:19 +01:00
Statistic.cs Update to latest CreatureLib, more work on battle tests. 2020-07-31 14:19:21 +02:00
SwitchEvent.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
SwitchTurnChoice.cs Adds ItemTurnChoice interface 2022-04-23 18:46:25 +02:00
Talent.cs Update to latest version of pkmnLib. 2021-11-27 11:27:19 +01:00
TalentLibrary.cs Update to latest version of pkmnLib. 2021-11-27 11:27:19 +01:00
TurnChoiceKind.cs Update to latest CreatureLib, more work on battle tests. 2020-07-31 14:19:21 +02:00
TurnEndEvent.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
TurnStartEvent.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00
TypeLibrary.cs Use full library names for Unity. 2020-10-17 18:16:00 +02:00