Closed caymansimpson closed 2 months ago
Attention: Patch coverage is 95.23810%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 85.36%. Comparing base (
f458350
) to head (5384727
). Report is 61 commits behind head on master.
After sitting with this, I will probably add one more update to this to change teampreview_team to a List instead of a Set (and resolve the conflict). It shouldn't block this PR, but I think a List would help because in player.teampreview, having an ordered list of mons is more helpful, as we have to return the indices + 1 as a message. WDYT?
@caymansimpson can you take a look at the conflicts and then i'll merge?
Resolved!
Accidentally pushed this to the wrong branch; but also a small change 🤦🏽♂️ -- just adding Quick Draw as an Effect since it affects Speed Parsing
This is building off of this PR and refers to this issue. It does the following:
stats
storage, such that: a. We record the stats of our own pokemon via teambuilder so that we have access to them before a request happens b. We record our HP stat in stats c. Add astats
setter to support future moves that affect stats (e.g. power swap, speed swap)name
property to Pokemon to make finding pokemon identifiers easier, especially when we need to parse through showdown logs manuallyI'm submitting this PR just because I think these changes are valuable for other developers using poke-env, but don't feel pressure to accept them!