P3D-Legacy/P3D/Pokemon/Items
JappaWakka a0aa947c5c Added a GameMode Move property and 2 functions
* Fixed an issue with GameMode Items in battles
* Updated the example files for GameMode Items and GameMode Moves
* Maybe fixed something audio volume related

* Made it possible to disable the reduction of PP using the DeductPP (bool) property for GameModeMoves
* Added the new functions "SetTrigger" and "RemoveTrigger" for GameModeMoves:

Function "SetTrigger" checks if a Pokémon does or does not have a certain Status and prevents functions after it from executing if the Pokémon does not have the desired Status.
The function is formatted like this: Function|SetTrigger,Target,Triggers
* "Target" determines which Pokémon's Status is checked and has to be either 0 or 1 (0 = check own Pokémon, 1 = check opponent's Pokémon)
* "Triggers" determines the status effect(s) that should or should not be on the target Pokémon. You can add multiple possible status effects to check for by separating them with a semicolon (;), the values can be: "burn", "freeze", "paralyze", "poison", "badpoison", "anypoison", "sleep", "noburn", "nofreeze", "noparalyze", "nopoison", "nobadpoison", "nopoison", "nosleep"
Function "RemoveTrigger" removes such a trigger so that functions after it are executed
2023-06-13 20:22:35 +02:00
..
Apricorns literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
Balls GameMode Item Preparations 2023-05-29 15:33:57 +02:00
Berries add juice properties to berries 2023-05-30 17:54:26 -05:00
Fossils item plurals 2022-05-06 17:45:59 -05:00
Gems Fixed Gem descriptions 2019-10-10 04:01:28 -03:00
KeyItems GameMode Item Preparations 2023-05-29 15:33:57 +02:00
Machines Fix Dusk Ball/TM158 conflict 2020-05-12 08:58:35 -05:00
Mail GameMode Item Preparations 2023-05-29 15:33:57 +02:00
Medicine GameMode Item Preparations 2023-05-29 15:33:57 +02:00
MegaStones literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
Plates literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
Repels Fixed items usable when none are left 2023-01-27 18:20:45 +01:00
Standard Implemented Destiny Knot item and added to route27 2023-04-08 17:36:22 +02:00
Stones improve sticky descriptions 2023-01-27 10:32:19 -06:00
Vitamins item plurals 2022-05-06 17:45:59 -05:00
Wings improve sticky descriptions 2023-01-27 10:32:19 -06:00
XItems item plurals 2022-05-06 17:45:59 -05:00
Berry.vb add juice properties to berries 2023-05-30 17:54:26 -05:00
FossilItem.vb Added Fossil Items 2020-06-14 01:57:50 -03:00
GameModeItem.vb Make GameMode Items able to be TMs 2023-05-31 20:37:02 +02:00
GameModeItemLoader.vb Added a GameMode Move property and 2 functions 2023-06-13 20:22:35 +02:00
GemItem.vb Fixed Gem descriptions 2019-10-10 04:01:28 -03:00
Item.vb GameMode Items properties work now 2023-05-30 14:51:43 +02:00
ItemAttribute.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
ItemType.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
MailItem.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
MedicineItem.vb GameMode Item Preparations 2023-05-29 15:33:57 +02:00
MegaStone.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
PlateItem.vb Added Elemental Gems + new gene location 2019-10-01 02:32:04 -03:00
StoneItem.vb Evo Items and Stones now get removed when used 2023-05-30 15:38:13 +02:00
TechMachine.vb GameMode Item Preparations 2023-05-29 15:33:57 +02:00
VitaminItem.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
WingItem.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
_itemList.txt add sea plane item 2023-05-28 23:18:08 -05:00