darkfire006
2d487492b8
list gen 9 abilities in comments
2025-07-14 22:14:41 -05:00
JappaWakka
d1acef9657
Added Hyper Drill & Twin Beam, fixed Rage Fist ID
2025-07-14 18:41:50 +02:00
JappaWakka
a24d07fd38
Added Psyshield Bash...
...
Hopefully learning the move at level 21 is alright.
2025-07-14 09:56:11 +02:00
JappaWakka
b3ad6179bb
Fix Clamp's Base PP to 15
2025-07-13 16:14:28 +02:00
JappaWakka
5dd47e5b2d
Made Triple Kick increase in power with each hit
2025-07-01 08:30:16 +02:00
JappaWakka
53598b94d1
Fix: Rollout should hit 5 times, not 6
2025-05-30 11:31:02 +02:00
JappaWakka
378e3f38dc
Made Pokédex filters translatable
2025-05-30 11:16:16 +02:00
JappaWakka
becb559498
Running shoes dutch correction + remove space
2025-05-24 15:17:08 +02:00
JappaWakka
d733fcda6d
Added a period after Sp. Atk & Sp. Def
2025-04-29 10:18:18 +02:00
JappaWakka
9a6a6d7999
Fix GM move functions not taking opp in account...
...
When a move with an effect used by an opponent pokémon, the effect target didn't get swapped.
2025-04-18 13:07:25 +02:00
JappaWakka
8ab41db738
Hide HP/Status when using medicine item in battle
2025-04-17 18:16:46 +02:00
JappaWakka
e011432856
Fix GM move function crashes
2025-04-17 18:16:09 +02:00
JappaWakka
38c0d9368f
Fix GM Moves sharing properties between PkMn (PP)
2025-04-06 10:20:00 +02:00
JappaWakka
dab71b95f7
Some better catchmethod and catchlocation grabbing
2025-03-28 14:32:03 +01:00
JappaWakka
e6c32dc8a1
Grab correct localized map name for catchlocation
2025-03-28 14:07:27 +01:00
JappaWakka
1aed676e6b
Fix unneccesary clog for pokeinteraction icons
2025-03-22 13:30:33 +01:00
JappaWakka
8b560a0dcc
Fix Attack.GetDamage() for GM Moves
2025-02-19 17:45:31 +01:00
JappaWakka
cee683452e
Pokémon Properties translatable
...
* Summary Screen
* Catch Method & Location
* Ability Names & Descriptions
2025-02-16 10:51:54 +01:00
JappaWakka
d9b7e2258b
Revert "Use [ ] instead of < > for pkmn catchinfo tokens.."
...
This reverts commit 2fa95df3e7dc573c925cd02c3a7b96fb07b924dc.
2025-02-15 19:10:09 +01:00
JappaWakka
2fa95df3e7
Use [ ] instead of < > for pkmn catchinfo tokens..
...
If you use <system.token()> for the CatchMethod and CatchLocation values, they would get permanently replaced with the token values but by using [system.token()] you can make them change based on the current language even when you change.
2025-02-15 18:53:52 +01:00
JappaWakka
d529b58409
More PkMn Selection translatability
2025-02-15 13:48:22 +01:00
JappaWakka
01a2487839
Made PokéBalls not holdable
2025-02-13 10:06:30 +01:00
JappaWakka
f4f8a63d93
Make paralysis actually fail moves too
2025-02-11 11:01:37 +01:00
JappaWakka
96984213b1
Fix Infatuation....
...
Moves that were supposed to fail because of infatuation didn't get the fail function triggered
2025-02-11 10:58:04 +01:00
JappaWakka
26e2f2d279
Rename Types icon to be localizable
2025-02-05 19:37:18 +01:00
JappaWakka
3a0887023b
Use correct effectiveness for attacking type
2025-02-03 14:52:09 +01:00
JappaWakka
6a4615f1e1
GM Attack CopyMove needs to copy Type too
2025-02-01 18:07:07 +01:00
JappaWakka
98ee3d48eb
Implement metronome-like effect for GM moves
2025-01-31 14:27:17 +01:00
JappaWakka
1db6f81cb3
Check if attack args not "" before CInt()
2025-01-30 09:51:59 +01:00
JappaWakka
df0e3ad85c
Prevent use pkmn or move items if no pkmn in party
2025-01-25 11:20:05 +01:00
JappaWakka
75f9914bb4
Make models not scale based on the pokédex size
2025-01-18 13:34:48 +01:00
darkfire006
e2a3be2096
fix thaw effects of moves
2024-11-30 23:51:54 -06:00
JappaWakka
0415df9ee3
Fix Sleep Talk & Snore not working while asleep
2024-11-30 11:39:21 +01:00
JappaWakka
4fca486fab
Add RandomFollowItemPickup GameRule
...
This controls the random item pickup for all follower pokémon
2024-09-20 19:33:19 +02:00
JappaWakka
2b1c2a9145
Make PokeInteract show the right icons
2024-09-15 10:36:45 +02:00
JappaWakka
9739e6eecd
Fix PokeInteract Parsing Crash
2024-09-14 14:35:53 +02:00
JappaWakka
8fd32c031b
Made it possible for GameMode moves to flinch
2024-09-02 16:31:04 +02:00
JappaWakka
2c9a1ebc61
Implement Exp. All Key Item
2024-08-31 16:32:35 +02:00
JappaWakka
eaa0c8d2c3
Make it possible to use pkmn data when spawning
2024-08-26 13:19:15 +02:00
JappaWakka
79b23efe92
Fixed incorrect DecSeparator thing in GamemodeItem
2024-08-25 20:05:50 +02:00
JappaWakka
e81237bd64
Support for forms in cries and interactions
2024-08-25 18:32:06 +02:00
JappaWakka
ebbe37413e
Make it possible to add constructs to interactions
2024-08-25 18:09:17 +02:00
JappaWakka
58d9acc96f
Implement Catching Charm, fix Exp. Charm
2024-08-24 16:06:24 +02:00
JappaWakka
de15767ce3
Fixed some typos and extra spaces
2024-08-24 15:32:11 +02:00
JappaWakka
1c3e30d59e
Implemented Exp. Charm
2024-08-24 15:31:51 +02:00
JappaWakka
90b13caf94
.poke level and pokeID can contain constructs
2024-08-23 19:10:58 +02:00
JappaWakka
6f450b12e6
Fix issues when using Transform while transformed
2024-08-23 10:18:21 +02:00
JappaWakka
97387050c7
Fix transformed pkmn level up wrong stats & icon
2024-07-29 10:35:05 +02:00
JappaWakka
a0bcce2809
Fix Level Multiplier (decimal sep bug)
2024-07-25 10:55:53 +02:00
JappaWakka
25bcc154a2
Make ShinyRate & LevelMultiplier GameRules
2024-05-19 19:26:16 +02:00