P3D-Legacy/P3D/Core
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
..
CommandLineArgHandler.vb Fix audio engine & contentpacks (#35) 2020-07-09 20:59:42 +03:00
Core.vb Added @screen.showmessagebox(text|r.g.b|r,g,b|r,g,b) command and fixed blurry scaling 2021-10-18 21:36:26 +02:00
CoreSpriteBatch.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
Encryption.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
GameController.vb 0.59.3 wrap up 2023-05-07 17:09:33 -05:00
GameOptions.vb Added a GameMode Move property and 2 functions 2023-06-13 20:22:35 +02:00
MainGameFunctions.vb Mapped Pokégear to Back button on controllers 2023-02-27 12:49:52 +01:00
Program.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
StringObfuscation.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00