Kris Johnson
9705b0f723
Poison Puppeteer only works for Pecharunt
2024-01-11 10:20:12 -07:00
Leonard Craft III
3a79664eec
Correct Hard Press's max BP
...
Max BP of 100 reported by many, confirmed by Anubis.
2024-01-03 22:45:15 -06:00
Leonard Craft III
8a5bbbd255
Implement Ability flags ( #10048 )
...
* Add AbilityFlags interface
* Add flags to abilities data (Karthik's script)
* Convert isBreakable to its new flag
* Convert most of isPermanent to its new flag
* Convert Trace to its new flag
* Convert Skill Swap to its new flag
* Convert Wandering Spirit to the failskillswap flag
* Update miscelleneous descriptions that depend on cantsuppress
* Convert Entrainment to its flag
* Convert Receiver/PoA to its flag
* Convert Role Play to its flag
* Implement Doodle failure conditions
* Various cleanup
* Breakable fixes
* How did I manage to do this
* Allow LightningRod to be breakable in Gen 3
* Implement notransform flag
* Tera Shell oopsie
* Fix more things after the rebase
* And fix Teraform Zero
* Update data/abilities.ts
* Update data/abilities.ts
* Update data/abilities.ts
* Update data/mods/partnersincrime/abilities.ts
* Update data/abilities.ts
* Update data/mods/sharedpower/abilities.ts
* Update abilities.ts
---------
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2024-01-02 23:55:17 -07:00
Marty-D
ce8134281a
Descriptions: Update Tera Blast
2023-12-27 18:03:08 -05:00
Kris Johnson
c9000e9025
Fix Teraform Zero
2023-12-27 13:50:21 -07:00
Marty-D
3afdc9bfdb
Descriptions: Correct Terapagos Abilities
...
Thanks, DarkFE!
2023-12-18 21:17:57 -05:00
pyuk-bot
066a84ace1
Descriptions: Update Blood Moon/Gigaton Hammer ( #9961 )
2023-12-16 10:53:30 -05:00
Marty-D
af2bc6ddd1
Descriptions: Update items
2023-12-16 10:52:09 -05:00
Marty-D
deef088023
Descriptions: Update Abilities
2023-12-16 10:51:21 -05:00
Marty-D
988aadfee0
Descriptions: Update moves
2023-12-16 09:57:14 -05:00
Karthik
d1c77c9480
Show messages for Tera Shift ( #9967 )
2023-12-15 22:48:00 -07:00
Kris Johnson
a0f10ffa51
Add DLC2 data ( #9963 )
...
* DLC2 returning Pokemon
* Returning legendaries too
* Partially add Raging Bolt and Iron Crown (#10 )
* Add remaining Pre-DLC2 event data
* Fix tests
* Last event before DLC + split learnset files
* Learnsets + secret returning pokemon
* Some DLC 2 stuff (#12 )
* Add New Mons
* Add Electro Shot
* Give Dipplin Dex Evo
* Update data/moves.ts
---------
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* More tweaks
* formats
* Revealed moves (#11 )
* Add Hard Press
* Add Psychic Noise
* Add Upper Hand
* Apply suggestions from code review
---------
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* more things
* Fix typo
* a lot of other things
* MOVES! kinda
* b
* fickle beam confirmed chance
* Evo Item Undexit + Metal Alloy + Move Fixes (#19 )
* Update move data
* Update Item Data
* Apply suggestions from code review
---------
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add message for Fickle Beam BP double (#18 )
* Add some tests and implement Tera Shell (#15 )
* add some tests and draft of tera shell
* add text
* .
* add improvements from feedback, change behavior of terashell
* use AfterMove instead of AfterMoveSecondary
* add confirmation to multi-hit interaction
* improve based on feedback and general cleanup
* Apply suggestions from code review
---------
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add Tera Shift and Teraform Zero (#16 )
* Add Tera Shift and Teraform Zero
* Add short descriptions
* fixes
* More move changes
* Update unSketchable moves
List from Anubis
* more move things
* oops
* Implement new Neutralizing Gas/Paradox ability interaction (#17 )
* Implement new Neutralizing Gas/Paradox ability interaction
* add test
* revert in dlc
* ok
* Update pastgens for Sketch (#20 )
* Implement Stellar type (#13 )
* Implement Stellar type
* stuff from research
* pain
* add tests for Dragon Cheer (#22 )
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Update move flags (#23 )
* Fix flags for new moves
* update old moves
* remove sparkling aria changes
* update metronome description
* update other move descriptions
* more formatz stuff
* Add Poison Puppeteer (#24 )
* Add Poison Puppeteer
* i'm bad
* still bad
* Fix build
* oops
* Update data/moves.ts
Co-authored-by: Marty-D <Marty-D@users.noreply.github.com>
* Update data/moves.ts
Co-authored-by: Marty-D <Marty-D@users.noreply.github.com>
* Update data/items.ts
Co-authored-by: Marty-D <Marty-D@users.noreply.github.com>
* Update data/moves.ts
Co-authored-by: Marty-D <Marty-D@users.noreply.github.com>
* Fix Terapagos dex entries (#25 )
* Update data/pokedex.ts
Co-authored-by: Marty-D <Marty-D@users.noreply.github.com>
* Update data/pokedex.ts
Co-authored-by: Marty-D <Marty-D@users.noreply.github.com>
* Update data/pokedex.ts
Co-authored-by: Marty-D <Marty-D@users.noreply.github.com>
* FIX BUILD
* Fix Regulation E formats (#26 )
* Fix Regulation E formats
* add move bans
* nevermind
* Add Regulation F formats (#27 )
* Fix interaction between Adaptability and Tera Stellar (#28 )
* reg f bo3 ladder
* Update config/formats.ts
Co-authored-by: Leonard Craft III <leonardcraft64@gmail.com>
---------
Co-authored-by: Smudge <smudgerox@users.noreply.github.com>
Co-authored-by: Leonard Craft III <leonardcraft64@gmail.com>
Co-authored-by: Karthik <32044378+Karthik99999@users.noreply.github.com>
Co-authored-by: tofa <79044321+im-tofa@users.noreply.github.com>
Co-authored-by: Marty-D <Marty-D@users.noreply.github.com>
2023-12-15 21:35:01 -07:00
Sergio
f488bc3c84
Update Neutralizing Gas's description ( #9887 )
2023-11-07 21:12:44 -06:00
Elitemagikarp
79852ee09a
Fix Chloroblast's description ( #9838 )
2023-10-24 21:12:37 -05:00
Kris Johnson
5b4050d10f
Illuminate acts like Keen Eye
2023-09-21 22:17:40 -06:00
Karthik
4ab657de3c
More Ogerpon fixes ( #9784 )
2023-09-16 17:27:27 -04:00
Marty-D
3abcc2ac91
Descriptions: Update Heatproof
2023-09-15 14:18:49 -04:00
Marty-D
69aff4e84a
Descriptions: Update Masks
2023-09-15 14:11:19 -04:00
Kris Johnson
f46f822e20
Matcha Gotcha thaws targets
2023-09-14 19:04:12 -06:00
Kris Johnson
d2ec4fdf0b
Supersweet Syrup only triggers once per battle
2023-09-14 18:57:52 -06:00
Karthik
c714207091
Fix Hospitality ( #9768 )
2023-09-14 11:18:53 -05:00
Karthik
7ec90ab4bc
Fix Ivy Cudgel crit ratio ( #9767 )
2023-09-14 09:23:08 -06:00
Kris Johnson
6bb3879e3a
Add Teal Mask DLC data ( #9762 )
...
Co-authored-by: Karthik99999 <bandagondak0217@gmail.com>
Co-authored-by: smudgerox <smudgerox@users.noreply.github.com>
Co-authored-by: Leonard Craft III <leonardcraft64@gmail.com>
Co-authored-by: Marty-D <Marty-D@users.noreply.github.com>
Co-authored-by: Karthik <32044378+Karthik99999@users.noreply.github.com>
2023-09-13 21:08:01 -04:00
rr9863
3b77dc1eb2
Descriptions: Update Bleakwind/Sandsear/Wildbolt Storm ( #9724 )
2023-09-07 20:06:45 -04:00
Leonard Craft III
91ca9dbaa9
Add Big Nugget ( #9719 )
2023-08-21 14:30:30 -05:00
Kris Johnson
f6e1cfe19e
Refactor Ash-Greninja ( #9606 )
2023-06-18 22:51:02 -05:00
Kris Johnson
bf2bf13a03
Transistor is a 1.3x multiplier
2023-06-03 20:07:52 -06:00
Leonard Craft III
077d3e5f00
Add Commander activation text ( #9473 )
2023-03-23 15:41:56 -04:00
Leonard Craft III
156a39405f
Refactor some move lists to move flags ( #9396 )
2023-03-18 22:21:00 -05:00
PartMan
f1a252295a
Descriptions: Update Sheer Force for Gen 9 ( #9466 )
2023-03-14 19:36:52 -04:00
Karthik
94afe6da0d
Apply Hydro Steam boost in Sunny Day damage modifier ( #9438 )
2023-03-01 23:10:53 -05:00
Marty-D
a0d8dd3658
Descriptions: Add new moves
...
Closes #9422
2023-03-01 14:34:27 -05:00
Marty-D
338a81ac3b
Descriptions: Update "of Ruin" Abilities
2023-02-05 11:14:37 -05:00
Leonard Craft III
28aed0975a
Remove some TODOs that are done
2023-01-16 00:12:55 -06:00
livid washed
c3cef6c794
Gen 1-2: Fix Mirror Move description ( #9318 )
2023-01-14 19:07:39 -06:00
Paul Roode
834159bdd0
Add cant protocol text for Disable ( #9317 )
2023-01-14 19:06:07 -06:00
Marty
02ef36a26c
Descriptions: Update some more
2023-01-12 20:22:45 -05:00
Marty-D
8b7818a23f
Descriptions: Update more moves
2023-01-11 21:43:39 -05:00
Karthik
df11af8aa9
Add proper messages for Teatime ( #9285 )
2023-01-04 22:16:11 -06:00
Karthik
085529d50f
Fix Glaive Rush again ( #9245 )
2022-12-30 18:38:00 -06:00
adrivrie
b57c75bf54
Descriptions: Update changed Abilities ( #9234 )
2022-12-27 14:13:18 -05:00
Leonard Craft III
65951e3b69
Fix more SV item legality ( #9236 )
2022-12-27 13:43:34 -05:00
Karthik
6699711ba2
Add unique start message for Shed Tail ( #9231 )
2022-12-27 13:42:37 -05:00
Karthik
65dcedc557
Implement proper Origin forme mechanics ( #9227 )
2022-12-26 12:20:44 -06:00
Marty
df75501c1c
Descriptions: Update to Gen 9
2022-12-22 20:13:47 -05:00
Karthik
9c1712d3d3
Fix Glaive Rush not staying active until end of next turn ( #9210 )
2022-12-22 19:58:09 -05:00
Leonard Craft III
ca0d5167d9
Add descriptions for Armor evolution items
2022-12-22 17:31:49 -06:00
Christopher Monsanto
d9924053bc
data: Zero To Hero -> Zero to Hero in text/
2022-12-22 16:09:26 -05:00
Kris Johnson
fcee18d4ba
Implement proper Koraidon/Miraidon move/ability modifiers
2022-12-21 23:09:14 -07:00
adrivrie
1d07507353
Fix Shed Tail rounding down ( #9194 )
2022-12-15 21:46:28 -06:00