Commit Graph

2303 Commits

Author SHA1 Message Date
Lugiad
8763e588d9
Update battle.ts 2024-05-20 12:03:18 +02:00
Lugiad
efdd808076
Update battle.ts 2024-05-20 02:49:16 +02:00
Lugiad
c02d4427de
Update battle.ts 2024-05-20 02:42:50 +02:00
Lugiad
c2013556b0
Update battle.ts 2024-05-20 02:28:20 +02:00
Lugiad
6256684fd5
Update battle.ts 2024-05-20 02:27:52 +02:00
Lugiad
bf2087127f
Update battle.ts 2024-05-20 02:27:30 +02:00
Lugiad
cfee06155a
Update battle.ts 2024-05-20 02:26:57 +02:00
Lugiad
9b53a0201c
Update battle.ts 2024-05-20 02:26:44 +02:00
Lugiad
4f4208297a
Update battle.ts 2024-05-20 02:26:30 +02:00
Lugiad
64dce77d31
Update battle.ts 2024-05-20 02:26:18 +02:00
Lugiad
75d688f610
Update phases.ts 2024-05-20 02:25:34 +02:00
Lugiad
050ea35508
Update battle.ts 2024-05-20 02:19:23 +02:00
Lugiad
bea1e11daf
Update battle.ts 2024-05-20 02:19:02 +02:00
Lugiad
dd425178a1
Update battle.ts 2024-05-20 02:18:51 +02:00
Lugiad
5468ce5a6a
Update battle.ts 2024-05-20 02:18:40 +02:00
Lugiad
2552016f81
Update battle.ts 2024-05-20 02:18:24 +02:00
Lugiad
fa8b802eb9
Update battle.ts 2024-05-20 02:17:59 +02:00
Lugiad
a37909f655
Update battle.ts 2024-05-20 02:17:40 +02:00
Lugiad
40d90c563d
Update battle.ts 2024-05-20 02:17:27 +02:00
Lugiad
d8dd16ec5c
Update battle.ts 2024-05-20 02:17:13 +02:00
Lugiad
29984b3ba1
Update battle.ts 2024-05-20 02:15:18 +02:00
Lugiad
e958cd7681
Update battle.ts 2024-05-20 02:15:03 +02:00
Lugiad
d738350c39
Update battle.ts 2024-05-20 02:14:31 +02:00
Lugiad
c0237ce4e0
Update battle.ts 2024-05-20 02:13:30 +02:00
Lugiad
df7b9b0a14
Update battle.ts 2024-05-20 02:12:24 +02:00
Lugiad
2c7a60da6f
Update battle.ts 2024-05-20 02:11:11 +02:00
Lugiad
c839ab4f7e
Update battle.ts 2024-05-20 02:10:29 +02:00
Lugiad
48277c580e
Update battle.ts 2024-05-20 02:10:13 +02:00
Lugiad
8595a50cd1
Update phases.ts 2024-05-20 02:07:56 +02:00
Adrian Torrano
3671fe4c2f
Prevent spamming of requests when going over scoreboard pages (#1130)
* prevent spamming of requests

* add documentations
2024-05-19 18:04:32 -05:00
arColm
80f6b62d1b
Implement Revival Blessing (#343) 2024-05-19 18:02:17 -05:00
rayanzmn
f1394307f4
Fixes recoil damage calculation (#1063)
Recoil damage previously used the total damage dealt by the user instead of using the damage dealt in the current turn.
2024-05-19 17:54:17 -05:00
arColm
f649179e24
Implement Grassy Glide (#272) 2024-05-19 17:52:51 -05:00
lucfd
9f699537bc
Implemented Bug Bite, Pluck, Teatime (#232)
* implemented pluck, bug bite

* steal blocked by sticky hold

* implemented teatime

* added stuff cheeks

* added berry pouch support

* fixed StealEatBerryAttr sometimes eating 2 stacks of a berry

* added comments & documentation

* added more comments

* added comment on stuff cheeks condition

* fixed 0 stack berry modifier  not disappearing

* stuff cheeks bug fix

* fix leppa berry logic

* removed stuff cheeks
2024-05-19 17:47:30 -05:00
Matthew Olker
a30fc9b82d Update variant palettes and masterlist 2024-05-19 18:39:21 -04:00
GhostFlys
a4f4a37e5c
add egg.ts (#1138) 2024-05-19 17:27:17 -05:00
Lugiad
7216990d87
Locales for Voucher names + Voucher rewards (#1137)
* Update voucher.ts

* Update vouchers-ui-handler.ts

* Update i18n.ts

* Update config.ts

* Update config.ts

* Update config.ts

* Update config.ts

* Update config.ts

* Update config.ts

* Update config.ts

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload
2024-05-19 17:25:52 -05:00
Jannik Tappert
13f2cafe5e
Female Variant Trainer Class Names set explicitly in definition of trainer classes (#1126)
* Set the name for the ace trainer female class

* Wrote out the name for all females trainer classes explicitly so they are always used.

Also made some changes (added missing classes) to languages
2024-05-19 14:52:48 -05:00
Adrian Torrano
a561e41634
return boolean from changing locale (#848) 2024-05-19 13:25:24 -05:00
hayuna
840dba79cc
Implement Trump Card move (#816)
* Implement Trump Card move

* Add docs, rearrange order of conditions

* Add Pressure consequences

* Remove additional reducing PP if pressure

* Update comments to adjust ways of working
2024-05-19 13:17:58 -05:00
Matthew Olker
77e9d81e5f Fix Eternatus Eternamax Variant Animations 2024-05-19 14:02:05 -04:00
Jaime
df7cb209f7
Fix Curse targeting for non ghost types (#782) 2024-05-19 12:40:56 -05:00
Alvin Zou
661e37f54f
Add capability to view Pokemon Status screen when learning moves (#756) 2024-05-19 12:19:38 -05:00
td76099
1bc6fcf4de
Bugfix - Ghost types are no longer trapped by abilities like Shadow Tag or moves like Fire Spin (#731)
* Checks if Pokemon is Ghost type when determining if it is trapped

* Adding doc comments based on new standard

* Update ability.ts

---------

Co-authored-by: Benjamin Odom <bennybroseph@gmail.com>
2024-05-19 12:05:46 -05:00
Frederico Santos
3031cc1245
Implement Ball Fetch (#1129)
* Implemented Ball Fetch

* Added once per battle condition

* Ability only functions on player side

* Update ability.ts

---------

Co-authored-by: SamuelHudson <samuel.hudson2017@gmail.com>
Co-authored-by: Benjamin Odom <bennybroseph@gmail.com>
2024-05-19 11:13:33 -05:00
ElMoustacho
932e6e39f9
Make status damage skip endure (#597)
* Make status damage skip endure

* Add a comment to justify arguments to damage method
2024-05-19 10:10:57 -05:00
Alvin Zou
608a968db4
Implement Beat Up (#593) 2024-05-19 09:22:37 -05:00
NxKarim
1ae5847e49
Implements Merciless (#440)
* Implemented Merciless

Attribute CritIfTargetIsPoisonedAbAttr
Fix BlockCritAbAttr

* Changed CritIfTargetPoisonedAbAttr to ConditionalCritAbAttr

Now any condition related to user, target or the move used can be applied to guarantee a critical hit.
2024-05-19 09:06:58 -05:00
Matt Ross
e8c1098b91
Mostly implements upper hand (#433) 2024-05-19 09:04:19 -05:00
lucfd
78c8e8164d
Implemented Terrain Pulse & Misty Explosion (#235)
* implemented Terrain Pulse

* type only changes when grounded

* Implement Misty Explosion

* fixed grounded check

* added tsdoc

* Update move.ts

---------

Co-authored-by: Benjamin Odom <bennybroseph@gmail.com>
2024-05-19 08:31:13 -05:00