The Immortal
42118ab5d0
Update Randbats script
...
- Add Adaptability counter
- Prevent a few combinations
2013-03-23 01:56:18 +04:00
Joim
a2de6bdaf9
Add dream world and event Pokeballs
...
Some Pokemon have specific Pokeballs from events or Dream World that help tell their ability. Add them.
2013-03-22 22:17:17 +01:00
Marty-D
84ef730ab8
Fix Wonder Guard.
...
- Moves that are 'evaded' can no longer be critical hits.
- Gems are no longer used up if a move is 'evaded'.
- The issue with Struggle being 'evaded' while the Wonder Guard user has
a Substitute is fixed.
2013-03-22 15:05:38 -04:00
Cathy J. Fitzpatrick
11694d5b3d
Update URIs to *.psim.us where appropriate
2013-03-22 03:24:38 -06:00
Cathy J. Fitzpatrick
b5b961d7c0
Fix capitalisation of 'GitHub'
2013-03-21 00:23:31 -06:00
Marty-D
b745012c70
Set moveUsed before running useMove.
...
- This fixes Cursed Body, among other things.
2013-03-20 17:22:51 -04:00
Guangcong Luo
f2afbe3fc9
Fix a minor typo in the README
2013-03-20 13:56:25 -07:00
Guangcong Luo
7a7e3551b7
Flesh out the intro a bit more
...
The intro now has some information on the prerequisites of setting
up a server.
2013-03-20 13:27:51 -07:00
Guangcong Luo
77cdc22720
Fix documentation code-blocks
2013-03-20 13:19:28 -07:00
Guangcong Luo
a472c78956
Documentation improvements
...
- Much more detailed set-up instructions, especially for Windows users
- Setting up an Administrator is now its own section and gets rephrased
- Added a Community section with links to IRC/forums
- Rearranged Contributors section, added Joim
2013-03-20 13:17:24 -07:00
The Immortal
49745608d4
Merge pull request #195 from Joimer/patch-9
...
Gen 1: Fix recurrent damage
2013-03-19 09:33:36 -07:00
Joim
0e15b894ec
Gen 1: Fix style on statuses.js
...
Fix code style.
2013-03-19 17:32:45 +01:00
Joim
d3433969e3
Gen 1: Add recurrent damage on switch-in
...
Recurrent damage is dealt upon switch-in if the switched in Pokémon is slower or of equal speed compared to the active Pokémon.
2013-03-19 17:22:40 +01:00
Joim
b8678131ea
Gen 1: Fix Leech Seed on switch in
...
If a Pokemon is leeched upon switch in, its health will be sapped if its speed is equal or lower to that of the leecher.
2013-03-19 17:01:23 +01:00
The Immortal
d290c397c7
Merge pull request #196 from Joimer/patch-10
...
Seasonal Ladder: Fix bug
2013-03-19 08:17:35 -07:00
The Immortal
e0acbbe9a0
New event Pokemon
2013-03-19 19:16:53 +04:00
Joim
587f010f31
Seasonal Ladder: Fix bug
...
When the type was changed, the seasonal crashed.
2013-03-19 16:12:48 +01:00
Joim
391b94f347
Gen 1: Fix recurrent damage order
...
Burn and Poison damage occurs just after a Pokémon has made its move, not on residual order like in later gens.
2013-03-19 15:30:41 +01:00
Joim
f0c7d9b015
Gen 1: Fix Leech Seed damage order
...
Leech Seed damage occurs just after a Pokémon has made its move.
If the seeded Pokémon is faster and it's thus seeded after its turn, it won't be damaged.
2013-03-19 15:29:21 +01:00
The Immortal
aa14364ded
Merge pull request #193 from Joimer/patch-14
...
Add new Seasonal Ladder, Fools Festival
2013-03-19 06:12:13 -07:00
Joim
1bd899be5b
Add April Seasonal Ladder format
...
Add the new Seasonal Ladder for April, Fools Festival.
challengeShow and searchShow need to be switched to true to active the ladder.
2013-03-19 12:10:05 +01:00
Joim
e0c35c85b9
Add April Seasonal random team making script
...
Add the random team maker for the new April Seasonal, Fools Festival.
2013-03-19 12:06:13 +01:00
The Immortal
bcea04020c
Modify ratings
2013-03-19 00:39:47 +04:00
Guangcong Luo
08f4ead639
Merge pull request #191 from Joimer/patch-12
...
Gen 1: Learnset fixes
2013-03-18 11:07:41 -07:00
Joim
845a6a94a0
Gen 1: Learnset fixes
...
Solving remaining name issues on Gen 1 learnsets.
2013-03-18 19:06:22 +01:00
The Immortal
8f1b4e6965
Merge pull request #190 from Joimer/patch-11
...
Gen 1: Learnset bug fixes
2013-03-18 09:14:12 -07:00
Joim
33c7b4095c
Gen 1: Learnset bug fixes
...
Solved four issues:
Metapod and Kakuna get Harden, and no other moves, in Challenge Cup
Beedrill has the move "twinneedle"
Gloom has the move "megadrian"
Pinsir has the move "strenght"
2013-03-18 09:22:32 +01:00
Guangcong Luo
12fbb0d069
Merge pull request #188 from Joimer/patch-10
...
Gen 1: Move attack and speed drops from status changes to Boost function
2013-03-17 12:27:13 -07:00
Joim
600f98f9b7
Gen 1: Add speed and attack drop cancel to Boost
...
The speed and attack drops from paralysis and burn should be dealt
with entirely in the boost function.
2013-03-17 20:15:43 +01:00
Joim
e3505c1eb6
Gen 1: Remove status drop handling from moves
...
Status drop re-applied or removed should be dealt only by boost script.
2013-03-17 20:13:35 +01:00
Guangcong Luo
c60b5f019a
Merge pull request #187 from Joimer/patch-9
...
Gen 1: Several move bug fixes
2013-03-17 11:56:35 -07:00
Joim
0b6289fc16
Gen 1: Fix haze
...
Haze does only remove volatiles for user, clears all status
for opponent and changes toxic to regular poison for user only.
2013-03-17 19:50:46 +01:00
Joim
ca2b7c350b
Gen 1: Several move bug fixes
...
Substitute: Pokemon couldn't use boost moves on themselves.
Draining a Substitute and breaking crashed.
Speed boosting and Attack boosting moves need to boost beside
negating paralyze and burn respective drops.
Counter does not counter seismic toss.
Attack and speed dropping attacks reinstante paralysis' and burn's
respective drops.
2013-03-17 19:25:59 +01:00
Guangcong Luo
fca0527a06
Merge pull request #186 from Joimer/patch-8
...
Gen 1: Bug fixes
2013-03-17 10:46:46 -07:00
Joim
72c5cb466f
Gen 1: Add pidgeot learnset
...
Added pidgeot learnset.
2013-03-17 18:27:40 +01:00
Joim
c4f5b5fe21
Gen 1: Bide lasts from 2 to 3 turns
...
Bide lasts from 2 to 3 turns after it's used to store at least
two turns of damage, so it's 3-4 on duration.
2013-03-17 18:25:46 +01:00
Joim
c68eebfbaf
Gen 1: Fix poison and burn damage
...
In gen 1, poison and burn damage is 1/16 of max hp, not 1/8.
2013-03-17 18:24:33 +01:00
Joim
33c7d71f75
Gen 1: Learnset bug fixes
...
Poliwhirl learns skullbash, not skullbasg.
Pidgeotto must be listed just once.
2013-03-17 18:21:56 +01:00
Marty-D
f016041a73
Give 'moves' with no priority a default of 0.
2013-03-16 23:07:53 -04:00
Guangcong Luo
f2ba63e6b8
!uptime command
...
Shows uptime.
The equivalent of
>> process.uptime().seconds().duration()
with two differences:
- Standard informational command permissions (anyone can use, voice+ can
broadcast)
- Shows days and hours if uptime is longer than a day
2013-03-16 17:37:09 -07:00
The Immortal
8e4c14bebb
Randbat script update
...
- Prevent Baton Pass with Switcheroo/Trick
- Prevent Fiery Dance with Fire Blast (Volcarona)
- Prevent SolarBeam without Sun
- Prevent Bolt Strike with Fusion Bolt (Zekrom)
2013-03-17 01:54:46 +04:00
The Immortal
04fbc0bef3
Add missing Me First exceptions
2013-03-16 19:34:48 +04:00
Guangcong Luo
ca9f727d9b
Merge pull request #184 from Joimer/patch-8
...
Gen 1: Bug fix. Allow Bide with Substitute. Add flinch to Low Kick.
2013-03-15 09:17:23 -07:00
Joim
c2201a487c
Gen 1: Add flinch chance to Low Kick
...
Low Kick in gen 1 has a 30% Flinch rate.
2013-03-15 12:16:42 +01:00
Joim
8a38af32de
Gen 1: Bug fix. Allow Bide with Substitute.
...
Allow Bide and other moves that target self with a volatile but
have no damage to work correctly with Substitute.
2013-03-15 08:36:07 +01:00
Marty-D
2fee7989ed
Add 'Evasion Abilities Clause' to CAP.
2013-03-13 22:36:55 -04:00
Guangcong Luo
0d3d63f54b
Correct Pursuit fix
...
Pursuit should no longer activate at regular priority after
getting a full paralysis attacking a switch.
2013-03-13 19:02:21 -07:00
Marty-D
bc834539cf
Update the item descriptions.
2013-03-13 12:50:34 -04:00
Marty-D
e60936e185
Fix Skull Bash and Power Herb.
...
- Skull Bash gives +1 Defense even with Power Herb.
- Sky Drop is not affected by Power Herb.
2013-03-13 11:44:05 -04:00
Marty-D
d23b9acf95
Fix Entrainment.
...
- Wonder Guard can be passed around (!).
2013-03-12 23:00:41 -04:00