Ishan Patel
1f9834d1f6
Fixed when roost removes flying type ( #148 )
...
* Initial push with roost fix
* Roost fix
* Added GROUNDED to Levitate
* Cleaned up GROUNDED code
2024-04-16 14:31:30 -04:00
Miguel S
7bc147166e
i18n for Pokemon moves ( #155 )
...
* i18n for moves
* Remove extra comma from merge
* Fixed some missing moves description
* Infer move i18n keys
---------
Co-authored-by: Samuel H <flashfireex@gmail.com>
2024-04-16 14:29:32 -04:00
shayebeadlingkl
cfd30f16b2
Implements psycho shift
2024-04-16 13:15:00 -04:00
Xavion3
420d7fbade
Fix paralysis speed drop
...
Should only be 0.5x
2024-04-16 12:25:41 -04:00
Flashfyre
05bb384934
Update crit chance to gen 7 odds
2024-04-16 12:14:33 -04:00
Flashfyre
257e222b83
Fix being able to buy Sacred Ash without fainted party members
2024-04-16 12:04:52 -04:00
Flashfyre
4b77ba8c39
Fix certain elements not showing on loading screen on mobile
2024-04-16 11:26:23 -04:00
Flashfyre
986e907894
Don't show intro video on mobile
2024-04-16 10:59:15 -04:00
Madmadness65
5058bcf717
Adjust Cosmoem's evolution conditions
...
It no longer needs a specific biome in order to evolve, just time of day (It was wrong anyways, evolving in all biomes *except* Space).
2024-04-16 00:02:16 -05:00
shayebeadling
95aa78487f
Present implementation, adds a 0 dmg override for 0 power moves. ( #152 )
...
* Implements present, adds an override in the dmg calc to make 0 power moves do 0 dmg
* present doesn't make contact
* removes console log
* only === 0
2024-04-16 00:41:15 -04:00
Hans Sorongon
e188e90d1c
Fix shoulder buttons not working issue
2024-04-16 00:07:59 -04:00
Flashfyre
e85179f7cd
Fix gamepad support not saving
2024-04-15 22:40:27 -04:00
Flashfyre
1ff206287a
Add setting for gamepad support
2024-04-15 20:13:58 -04:00
Flashfyre
0692a343a0
Fix duplicate candy count key for local
2024-04-15 19:47:12 -04:00
Flashfyre
4057fbf846
Formatting consistency changes
2024-04-15 19:45:10 -04:00
Hans Sorongon
1b41bdb8e3
Added built-in support for gamepads using Phaser.Gamepad
2024-04-15 19:45:10 -04:00
Flashfyre
ba853bd5bf
Attempt once again to make intro video work on mobile
2024-04-15 18:00:21 -04:00
Flashfyre
2539237aaf
Update intro video again for compatibility
2024-04-15 17:55:00 -04:00
Flashfyre
ec4c395e87
Add more biome weather
2024-04-15 17:45:52 -04:00
prateau
c1b60afacd
Add snow climate animation
2024-04-15 17:45:52 -04:00
prateau
509954995c
update moves and abilities that takes effect in snow
2024-04-15 17:45:52 -04:00
prateau
0196cf8310
Add snow as a weather
2024-04-15 17:45:52 -04:00
Flashfyre
7275876120
Fix starter select issue with gender forms
2024-04-15 17:34:36 -04:00
Flashfyre
3571ab2748
Update intro video to smaller version
2024-04-15 16:41:35 -04:00
Matthew Ross
c978fad286
Smack down should hit target charging fly
2024-04-15 16:24:57 -04:00
damocleas
a0fd462b5c
Nature Power move change for Town Metropolis and Plains ( #147 )
2024-04-15 16:23:44 -04:00
LaukkaE
e15b810f6a
Prevent crash with trace
2024-04-15 16:08:54 -04:00
Matt Ross
af4e9ff66e
Additional moves should hit fly, dig, dive ( #143 )
...
* whirlwind should hit pokemon charging fly
* Thunder should hit flying
* magnitude and fissure should hit dig
* Add battle tag for underwater (dive), allow surf/whirlpool to hit diving
* reorder underwater in enums to match battler-tags order
* hurricane and thousand arrows should hit fly
2024-04-15 15:49:10 -04:00
damocleas
3a1ebc9815
Nature Power move for all biomes
...
Unique Nature Power move for all biomes, no overlap with terrains
2024-04-15 15:21:50 -04:00
Flashfyre
abc729ed5c
Revert "Replace intro with smaller file"
...
This reverts commit 8cce544536
.
2024-04-15 15:04:42 -04:00
Flashfyre
8cce544536
Replace intro with smaller file
2024-04-15 14:45:00 -04:00
Flashfyre
69d9f705a1
Fix issue with cache busting fix for intro video
2024-04-15 14:14:41 -04:00
Flashfyre
22f6521fcb
Ignore cache busting for intro video
2024-04-15 14:10:48 -04:00
Flashfyre
c1d641251b
Add Pagefault Games intro
2024-04-15 13:10:09 -04:00
LaukkaE
2a5351e2f6
impl Priority immunity abilities ( #137 )
2024-04-15 12:48:33 -04:00
serif
39eed2a275
Update move.ts
...
adds the rest of the biomes
2024-04-15 12:21:13 -04:00
AJ Fontaine
76edb00e31
Thermal Exchange
2024-04-15 12:18:00 -04:00
Flashfyre
9d92ec2a72
Fix nature power using wrong syntax for switch case
2024-04-15 10:45:40 -04:00
Flashfyre
398f2c5be0
Fix being able to overwrite data without a confirmation
2024-04-15 10:35:57 -04:00
Flashfyre
6e59b4dd77
Prevent saving on an outdated client
2024-04-15 10:09:51 -04:00
Xavion3
6881246d17
Implement check functions for abilities
2024-04-15 01:11:27 -04:00
Flashfyre
8819473dce
Lower price of Sacred Ash
2024-04-14 23:46:20 -04:00
Flashfyre
8dd0aa5384
Fix some female breeder names showing as male names
2024-04-14 22:56:25 -04:00
Madmadness65
e7f1969099
Implement Ivy Cudgel's type changing property
...
Basically a copy/paste of Raging Bull's code.
2024-04-14 21:41:12 -05:00
Matthew Ross
032ab95756
Additional check for can apply ability after move used
2024-04-14 22:40:26 -04:00
lucfd
d699a0f7d4
Implemented barrier-breaking moves ( #130 )
...
* Implemented barrier-breaking moves
* removed (P) from move names
* refactored to support defog
2024-04-14 22:26:58 -04:00
Madmadness65
e0dd7d6d48
Implement Shields Down's form change; Fix wild Rotom forms not appearing
...
Shields Down is only partially implemented; the form changing aspect is implemented, but the immunity to statuses is not yet.
Minior's alternate colored forms can now be encountered in the wild.
Rotom's appliance forms should *finally* appear in the wild correctly now.
And a minor fix for Zen Mode activating incorrectly.
2024-04-14 20:32:17 -05:00
Flashfyre
99aa7854c0
Prevent replacing learnset when species is overridden
2024-04-14 20:23:51 -04:00
surniki
208279ce77
Copies the moveset of the evolving Nincada to the newly generated pokemon for Shedinja.
2024-04-14 20:09:58 -04:00
shayebeadlingkl
be9d07ab1a
fixes targeting
2024-04-14 18:26:44 -04:00