Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of Partial / Unimplemented Moves and Abilities #3503

Open
7 of 81 tasks
frutescens opened this issue Aug 12, 2024 · 18 comments
Open
7 of 81 tasks

List of Partial / Unimplemented Moves and Abilities #3503

frutescens opened this issue Aug 12, 2024 · 18 comments
Assignees
Labels
Ability Affects an ability Move Affects a move

Comments

@frutescens
Copy link
Collaborator

frutescens commented Aug 12, 2024

Last Updated: 2024-10-04

Partial Moves

Unimplemented Moves

Partial Abilities

Unimplemented Abilities

@Tempo-anon
Copy link
Collaborator

All the healing abilities should not be marked as (P) because of heal blocking. They are complete and it should be up to the heal blocking implementation to properly implement blocking heals of abilities

@frutescens
Copy link
Collaborator Author

I believe the decisions around (P) designation was separate from the actual Heal Block PR, which was created to resolve and remove those (P) labels.

@frutescens
Copy link
Collaborator Author

Balance Notes for Moves / Abilities

Move - Natural Gift

  • Gens IV-V : BP ranges from 60-80
  • Gen VI : BP ranges from 80-100
  • Type dependent on berry
  • In mainline, BP decisions are based on the Pokemon typically having access to only one berry per battle + a wider selection of berries = can represent the full range of types
  • In Pokerogue, Pokemon can stack multiple stacks of berries + can "spam" this move

Move - Fling

  • Similar concerns to Natural Gift

Ability - Cud Chew

  • In mainline, a berry's effect activates again at the end of the turn it was consumed.
  • In Pokerogue, multiple berries can be activated per turn.

Ability - Unburden

  • Mainline: Doubles the Pokemon's speed stat when its held item is used or lost
  • Multiple berries / items can be lost per turn.

@PyGaVS
Copy link
Contributor

PyGaVS commented Aug 12, 2024

Illusion ability pr here : #3273

@DayKev
Copy link
Collaborator

DayKev commented Aug 12, 2024

Btw the [ ] won't turn into checkboxes unless they're on their own line (and as part of a "list" aka you need * at the start of each line).
Ex:

  • a
  • b
  • ...

Which is:

* [x] a
* [ ] b
* ...

@torranx
Copy link
Collaborator

torranx commented Aug 13, 2024

Gulp Missile and Flame Burst are already finished
Forecast in progress (tho no PR)

@Snailman11
Copy link
Collaborator

Snailman11 commented Aug 13, 2024

Rollout and Future Sight should be marked P as Rollout does not currently lock the user into the move, and Future Sight's #1568. The latter also currently has a problem where it doesn't fail if used when the move is loaded, and an incorrect interaction with calling moves.

Edit: Ice Ball and Doom Desire share attributes and incompleteness with those moves, if they should be marked P as well.

@DayKev
Copy link
Collaborator

DayKev commented Aug 13, 2024

Heatproof should be added as (P) until #3524 is merged.

@torranx
Copy link
Collaborator

torranx commented Aug 13, 2024

Forecast draft PR #3534

@Snailman11
Copy link
Collaborator

#3006
Ability immunity popups aren't showing, not sure if that's why sweet veil is P

@Snailman11
Copy link
Collaborator

Snailman11 commented Aug 27, 2024

#3856
Tera Shell (in review)

@ysh4296
Copy link
Contributor

ysh4296 commented Aug 28, 2024

Power Trick Draft PR #2658

waiting for related task(#2699) done

@Snailman11
Copy link
Collaborator

Snailman11 commented Sep 5, 2024

Please mark Compound eyes (P) to be in
line with Superluck. Both are missing their out-of-combat ability. https://discord.com/channels/1125469663833370665/1176874654015684739/1280967841763430543

@DayKev
Copy link
Collaborator

DayKev commented Sep 8, 2024

Linked the Gorilla Tactics PR to the item in the list.

@DayKev DayKev pinned this issue Sep 8, 2024
@Snailman11
Copy link
Collaborator

Snailman11 commented Sep 13, 2024

Make Sky Drop (P) or (N) because it's currently a worse Fly clone
https://discord.com/channels/1125469663833370665/1282035866226790473

  new AttackMove(Moves.SKY_DROP, Type.FLYING, MoveCategory.PHYSICAL, 60, 100, 10, -1, 0, 5)
      .attr(ChargeAttr, ChargeAnim.SKY_DROP_CHARGING, i18next.t("moveTriggers:tookTargetIntoSky", {pokemonName: "{USER}", targetName: "{TARGET}"}), BattlerTagType.FLYING) // TODO: Add 2nd turn message
      .condition(failOnGravityCondition)
      .ignoresVirtual(),

@Snailman11
Copy link
Collaborator

Snailman11 commented Sep 15, 2024

Freeze dry seems to be missing from the partial moves list
Screenshot_20240914-173612

@chaosgrimmon chaosgrimmon unpinned this issue Sep 23, 2024
@f-fsantos f-fsantos pinned this issue Sep 23, 2024
@DayKev DayKev reopened this Oct 11, 2024
@DayKev DayKev closed this as completed Oct 11, 2024
@DayKev DayKev reopened this Oct 11, 2024
@DayKev DayKev added Move Affects a move Ability Affects an ability labels Oct 11, 2024
@qorenta
Copy link

qorenta commented Oct 21, 2024

Pollen Puff should be (P) or (N). If I use it on my 2nd Pokemon in a double battle, it deals damage instead of healing as it should,

@DayKev
Copy link
Collaborator

DayKev commented Oct 21, 2024

Pollen Puff should be (P) or (N). If I use it on my 2nd Pokemon in a double battle, it deals damage instead of healing as it should,

Pollen Puff has been fixed in #4615 which will be in the next update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ability Affects an ability Move Affects a move
Development

No branches or pull requests

8 participants