Commit Graph

5827 Commits

Author SHA1 Message Date
Alexander B
5cd9238e60
Tooltips: Fix Steely Spirit to boost ally moves (#2097) 2023-01-29 13:21:09 -05:00
Karthik
3fe827e2d1
Fix Cosmetic forme sprites not showing in Gen 9 (#2096) 2023-01-29 13:17:59 -05:00
Karthik
ae9588b08e
Fix Tera Type not exporting when backing up all teams (#2094) 2023-01-21 12:18:08 -05:00
Marty
0707457425 Update Tauros form names 2023-01-21 12:09:19 -05:00
Marty-D
a12563218e
Prepare for renaming Paldean Tauros forms 2023-01-20 17:28:24 -05:00
Karthik
c35b8f1825
Fix Tera permanently replacing sprite (#2090) 2023-01-20 17:28:01 -05:00
Kris Johnson
9883683c10
Teambuilder: Update OM support for Gen 9 (#2089) 2023-01-15 14:29:18 -05:00
Hisuian Zoroark
ad261880c3
Tooltips: Don't show drop for same Ruin Abilities (#2088) 2023-01-15 14:28:01 -05:00
qwertystrargs
1c0b3ca175
Tooltips: Align Tera reminders with types (#2085) 2023-01-12 20:53:34 -05:00
Karthik
1760028ce5
Fix Protosynthesis and Quark Drive getting copied for Baton Pass (#2087) 2023-01-12 20:39:54 -05:00
Alexander B
6ee1b90c46
Tooltips: Hide Tera Type for Terastal Clause (#2086) 2023-01-12 20:39:31 -05:00
pyuk-bot
d7732d08f4
Fix Clear Amulet and Lingering Aroma activations (#2083) 2023-01-12 20:38:16 -05:00
Karthik
b94e2fea22
Fix message for Primal Weather blocking Snowscape (#2082) 2023-01-12 20:37:20 -05:00
Mia
81bbeb7af4
Add a tournaments button to the homepage (#2084) 2023-01-11 14:14:09 -05:00
Karthik
2919985a9b
Fix Palafin sprite not always changing to Hero forme (#2080) 2023-01-09 17:25:08 -05:00
pyuk-bot
2c4a08ca12
Remember Ability Shield on '-block' messages too (#2075) 2023-01-09 17:24:20 -05:00
Alexander B
618e8655a0
Fix Terastallized Pokemon tracking (#2072) 2023-01-09 17:23:36 -05:00
HoeenHero
ef337ac41d
Prevent Tera Type loss when importing backed up teams (#2081) 2023-01-09 09:19:45 -05:00
Mia
e637fe5550
Bypass https on localhost (#2078) 2023-01-07 17:35:05 -05:00
Kris Johnson
84d97c58ea
Teambuilder: Update move viability for Gen 9 (#2077) 2023-01-07 01:23:30 -05:00
Leonard Craft III
6142a35b39
Add Karthik to credits (#2076) 2023-01-01 22:09:00 -08:00
Annika
2dbf16a859 Update credits 2023-01-02 00:24:40 -05:00
Karthik
9b5baaf4f2
Add formatted volatile tag for Glaive Rush (#2071) 2023-01-01 20:56:35 -05:00
Karthik
d9e527781b
Tooltips: Fix Tera Blast interaction with -ate abilities (#2070) 2023-01-01 20:55:54 -05:00
Karthik
b13c25eea7
Tooltips: Show BP boost for Origin items & Vile Vial (#2069) 2023-01-01 20:55:05 -05:00
Karthik
da31738659
Prefer [from] effect for -start template (#2068) 2022-12-27 13:41:29 -05:00
Alexander B
e38eb07bc5
Support Terastallization in switch details (#2067) 2022-12-27 13:40:47 -05:00
Karthik
37e88a16ea
Fix Costar not having a proper activation animation (#2066) 2022-12-27 13:37:45 -05:00
pyuk-bot
26b69e339a
Remember Ability Shield after it activates (#2065) 2022-12-22 20:29:30 -05:00
Karthik
b5fa39bbb9
Fix Transform not copying pre-Terastallized types (#2063) 2022-12-22 19:57:28 -05:00
pyuk-bot
795d5aedc8
Tooltips: Calculate Speed correctly for CGT (#2062) 2022-12-22 19:57:00 -05:00
pyuk-bot
c3bd856af8
Don't try to minimize Koraidon's Atk IV (#2060) 2022-12-22 19:56:38 -05:00
Hisuian Zoroark
a8a630fc12
Battle turn counters: Support Persistent extensions (#1982) 2022-12-22 19:55:45 -05:00
Mia
a4eef221bd
Update to handle esbuild migration (#2064) 2022-12-22 13:25:00 -08:00
Alexander B
0f29a6f922
Don't show revived active Pokemon immediately (#2061) 2022-12-22 13:24:35 -08:00
Karthik
f6988434f9
Support viewing Tera Types for inactive Pokemon (#2053)
* Support viewing Terastal types for inactive Pokemon

* Only show tera type for gen 9

* Use TypeName for terastallized type

* Receive `terastallized` request property as a string

* Use backticks

Co-authored-by: Annika <56906084+AnnikaCodes@users.noreply.github.com>

* Remove Terastallization on faint

Co-authored-by: Annika <56906084+AnnikaCodes@users.noreply.github.com>
2022-12-21 14:14:14 -08:00
Mirko Spinato
95a51ce71a
Add CSS class based on field slot (#2043) 2022-12-19 17:33:44 -05:00
pyuk-bot
3ee277318d
Don't show "of Ruin" effects on inactive allies (#2058) 2022-12-16 12:51:24 -05:00
Karthik
2f88e63206
Add Open Team Sheet PokePaste button to VGC formats (#2057) 2022-12-16 12:50:56 -05:00
Mia
f6d95b22b4
Battle-log: Whitelist a data- attribute for server-side divs (#2056)
This is necessary for a custom identifier for the |scroll| message type. I originally wanted data-time to sort out timestamps, but I figured this would be a better all-use attribute that other server pages could use to identify divs for scrolling to / other selector stuff (Caja sanitizes out data-* attribs otherwise)
2022-12-15 17:56:09 -08:00
Mia
f28d3affc9
Add a scroll message type for pages (#2055) 2022-12-15 16:46:24 -08:00
Kris Johnson
32c43be01e
Make [Gen 9] Random Battle the default format (#2054) 2022-12-13 21:18:00 -08:00
pyuk-bot
6e5e5e4cd1
Revert "Tooltips: Make Ruin abilities stack (#2035)" (#2052)
This reverts commit 9f42e01b87.
2022-12-13 13:50:27 -05:00
Adam Tran
ca186e1c4c
Fix Rage Fist counter triggering from Substitute (#2050) 2022-12-13 13:49:43 -05:00
Karthik
67d8c83fc7
Fix Blizzard not showing 100% accuracy in Snow (#2049) 2022-12-13 13:48:58 -05:00
Kris Johnson
cf1f7b6bee
Add more support for undefined effect tags (#2048) 2022-12-13 13:48:40 -05:00
Kris Johnson
e338a93dad
Fix Spicy Extract and Make It Rain animations (#2047) 2022-12-13 13:47:46 -05:00
Marty
0d9caf6f62 Update Pokemon icons sheet 2022-12-13 13:44:44 -05:00
Hisuian Zoroark
4944388281
Teambuilder: Fix import from Pokepaste (#2044) 2022-12-10 18:08:45 -05:00
Kris Johnson
f821631a97
Add Gen 9 move animations (#2046) 2022-12-10 18:06:45 -05:00