Commit Graph

535 Commits

Author SHA1 Message Date
Capt_Segis 02ff1f90d9 Update NightDaze.vb 2016-09-14 16:34:31 -05:00
Capt_Segis 7598a8e4ca Update Fling.vb 2016-09-14 16:31:45 -05:00
Capt_Segis 4b2a2b3fd6 Update FoulPlay.vb 2016-09-14 16:31:18 -05:00
Capt_Segis 61a228a187 Update FakeTears.vb 2016-09-14 16:29:22 -05:00
Capt_Segis 45467c5827 Update UTurn.vb 2016-09-14 16:26:38 -05:00
Capt_Segis 3cb0d73c91 Update StruggleBug.vb 2016-09-14 16:16:04 -05:00
Capt_Segis 5ae644394c Update StringShot.vb 2016-09-14 16:15:31 -05:00
Capt_Segis 9373886dcd Update SpiderWeb.vb 2016-09-14 16:14:15 -05:00
Capt_Segis 77a2f609ac Update BugBite.vb 2016-09-14 16:12:24 -05:00
Capt_Segis d68970a649 Fixed Leech Life sec. effect value
Now HasSecondaryEffect = False
2016-09-14 16:11:02 -05:00
Capt_Segis c5e3770ae9 Fixed Flare Blitz recoil flag
Now IsRecoilMove=True
2016-09-14 15:26:43 -05:00
Capt_Segis 588f381584 Recoil now in MoveRecoil (ID=394)
Flare Blitz
2016-09-14 15:21:23 -05:00
Capt_Segis 64e5ed5ca4 Recoil now in MoveRecoil (ID=38)
Double Edge
2016-09-14 15:17:10 -05:00
Capt_Segis 8664cae460 Renamed DoMoveRecoil as MoveRecoil
For easy modification in Move classes
2016-09-14 15:12:57 -05:00
Capt_Segis 3b59c6a5d7 Added Sub DoMoveRecoil
In order to do so in case the moves requires it.
Splitting recoil action from secondary effect action.
2016-09-14 15:07:21 -05:00
Capt_Segis b6233b8779 Fixed LeafStorm sec. effect value
Now HasSecondaryEffect = False
2016-09-14 12:22:12 -05:00
Capt_Segis 90bb9def0f Fixed DracoMeteor sec. effect value
Now HasSecondaryEffect = False
2016-09-14 12:18:19 -05:00
Capt_Segis 92de35c6e7 Fixed CloseCombat sec. effect value
now HasSecondaryEffect = False
2016-09-14 12:09:07 -05:00
Capt_Segis 9bf3c082d3 Fixed Superpower sec. effect value
Now it's false
2016-09-14 12:08:13 -05:00
Capt_Segis 1b9b8cee91 Fixed Life Orb Condition 2016-09-14 08:53:50 -05:00
Aragas 0d11a5e40d Typo fix 2016-09-14 13:34:59 +03:00
Aragas a94de37ef6 Fixed comment 2016-09-14 13:34:45 +03:00
Aragas e278150cc0 Fixed ability recognition or whatever 2016-09-14 13:34:30 +03:00
Aragas 23ab1afe82 Added missing new attacks 2016-09-14 13:33:48 +03:00
Capt_Segis bc2ec28b4c WeatherBall Power Temporary Fix
It did not use to get the x1.5 boost in rain or sun
2016-09-14 05:27:23 -05:00
Capt_Segis 47b54173f3 Reworked Pixilate implementation
Same as Refrigerate and Aerilate. 
Now part of the GetAttackType function.
2016-09-14 04:55:01 -05:00
Capt_Segis 904dcd4f5b Freeze Dry Fix
Small, important fix
2016-09-14 04:50:08 -05:00
Capt_Segis db170575af Merge pull request #6 from P3D-Legacy/FoulPlay-implementation
Create FoulPlay.vb
2016-09-14 04:00:48 -05:00
Capt_Segis 052ef49813 Added FreezeDry Effectiveness 2016-09-14 03:59:41 -05:00
Capt_Segis 28521bd6b2 Fixed Guts and Toxic Boost
Fixed the boost conditions
2016-09-14 03:45:34 -05:00
Capt_Segis 034f2825fc Fixed Prankster condition
Now only affects Status category moves
2016-09-14 03:24:44 -05:00
Capt_Segis 472b92e6fb Fixed LifeOrb and MagicGuard interaction
Magic Guard users are now not affected by recoil
2016-09-14 02:43:44 -05:00
Capt_Segis 55d550e4e6 Fixed OwnSpikes counter 2016-09-14 02:37:32 -05:00
Capt_Segis 94a9e7ca28 Fixed Overheat sec. effect value
Now HasSecondayEffect = False
2016-09-14 01:36:08 -05:00
Capt_Segis deafa2527b Fixed Mud-Slap sec. effect value
HasSecondaryEffect = True now
2016-09-14 01:17:46 -05:00
Capt_Segis 1fd51be895 Fixed Critical Hit factor 2016-09-14 00:23:06 -05:00
Capt_Segis 5fd3e09d06 Added 573 to ID Switch
Freeze Dry
2016-09-13 22:48:58 -05:00
Capt_Segis 9a0befa03e Update FreezeDry.vb
fixed ID and some strings
2016-09-13 22:47:31 -05:00
Capt_Segis dc63d26858 Create FreezeDry.vb
using IceBeam as template
2016-09-13 22:45:58 -05:00
Capt_Segis 956b4b75ac Restructured LowerStat
To support stat change animations.
2016-09-13 22:18:33 -05:00
Capt_Segis f324eb150a Added 492 to ID Switch
Foul Play
2016-09-13 02:04:13 -05:00
Capt_Segis cd98c49076 Added FoulPlay condition
Takes target's attack stat on account when the used move is Foul Play.
2016-09-13 01:59:43 -05:00
Capt_Segis 4077bf3aa7 Create FoulPlay.vb
Used Crunch as template
2016-09-13 01:47:47 -05:00
Capt_Segis 1b9c5c5972 Fixed StealthRock max PP 2016-09-12 22:15:08 -05:00
Capt_Segis 99e3ba7397 Fixed StickyWeb max PP 2016-09-12 22:14:32 -05:00
Capt_Segis aa33dfccbb Attempt2 to Contrary on Battle.vb
Added extra "If" structure intending to prevent creating a "contrary" loop.
2016-09-12 22:10:52 -05:00
Capt_Segis 7bd7a5f773 Fixed StickyWeb Name 2016-09-12 20:04:24 -05:00
Capt_Segis 470834f38a Leech seed (addHP) fix
Fixed addHP declaration in the EndRoundOpp subroutine
2016-09-12 18:01:53 -05:00
Capt_Segis 5266ae61db Merge pull request #5 from CaptainSegis/Exp-Bugfix
Update Battle.vb
2016-09-12 16:07:24 -05:00
Capt_Segis 0a9155f05e Merge pull request #4 from CaptainSegis/Exp-additions
Exp additions
2016-09-12 16:04:54 -05:00
Capt_Segis 00c20bdae7 Added 564 to ID Switch
In order to implement sticky web
2016-09-12 15:06:03 -05:00
Capt_Segis 736c2e067d Attempt2 to StickyWeb on Battle.vb
Implemented sticky web on opposing pokemon.
2016-09-12 15:02:47 -05:00
Capt_Segis f5c82b8c7a Added 521 and 592 to ID Switch
VoltSwitch and SteamEruption
2016-09-12 14:07:26 -05:00
Capt_Segis c40d4cc029 Fixed Leech Seed
Fixed conditions and copied the lines that take account MaxHP into the OppPokemon being seeded side.
2016-09-12 13:20:13 -05:00
nilllzz dae6c53a18 Merge pull request #2 from CaptainSegis/CaptainSegis-patch-1
Fix leech seed HP calculations
2016-09-12 19:07:57 +02:00
nilllzz d8452d5a14 Merge pull request #1 from CaptainSegis/master
Merge Captain Segis changes to new repo
2016-09-12 19:06:06 +02:00
Aragas 74769c43f0 Added pokedex.getname(%NUMBER%)=%NAME% or kinda 2016-09-12 19:11:51 +03:00
Aragas 5690a27219 Race condition fix 2016-09-12 19:10:55 +03:00
Aragas 01978a2399 MonoGame fix 2016-09-12 19:10:25 +03:00
Aragas 271c407357 GPU memory leak fix 2016-09-12 19:09:36 +03:00
Capt_Segis 2e95d14f87 Update Battle.vb 2016-09-12 05:20:46 -05:00
Capt_Segis 2fec9050fd Attempt1 to StickyWeb on Battle.vb 2016-09-12 05:12:36 -05:00
Capt_Segis 15a9fd0850 Added StickyWeb Field Effect
OwnStickyWeb and OppStickyWeb, based on Stealth Rock as template
2016-09-12 02:43:07 -05:00
Capt_Segis a7fd1543bd Create StickyWeb.vb
Used StealthRock.vb as template.
2016-09-12 02:34:20 -05:00
Capt_Segis 4b149a9da6 Fixed typo on Stealth Rock's description 2016-09-12 01:37:10 -05:00
Capt_Segis 7997b5c760 Update SteamEruption.vb 2016-09-11 10:36:50 -05:00
Capt_Segis 011ce46050 Update Battle.vb 2016-09-11 01:28:26 -05:00
Capt_Segis 7ac3e39ee8 Update 596.dat 2016-09-11 00:07:15 -05:00
Capt_Segis 8349f4881c Update Hurricane.vb 2016-09-10 21:01:02 -05:00
Capt_Segis 5f8abe3eb3 Create SteamEruption.vb 2016-09-10 20:54:58 -05:00
Capt_Segis e398fca185 Update 282.dat 2016-09-10 20:37:40 -05:00
Capt_Segis e927e9c02b Update 281.dat 2016-09-10 20:36:08 -05:00
Capt_Segis 3de8661d7b Update 282.dat 2016-09-10 20:31:36 -05:00
Capt_Segis d6f0c24e58 Update 121.dat 2016-09-10 19:36:45 -05:00
Capt_Segis a30860092f Update 596.dat 2016-09-10 19:16:05 -05:00
Capt_Segis 9d28087929 Create VoltSwitch.vb 2016-09-10 18:17:53 -05:00
Capt_Segis 893a6e3601 Update Sing.vb 2016-09-10 14:36:51 -05:00
Capt_Segis 400595fdf0 Update HiddenPower.vb 2016-09-10 13:59:57 -05:00
Capt_Segis 36994ff57d Update HiddenPower.vb 2016-09-10 13:59:27 -05:00
Capt_Segis 0a88669457 Update BattleCalculation.vb 2016-09-10 02:26:22 -05:00
Capt_Segis a8ad4e5aa9 Update Hypnosis.vb 2016-09-10 01:03:00 -05:00
Capt_Segis 2906b04438 Update ShellSmash.vb 2016-09-10 00:40:21 -05:00
Capt_Segis 73cf36a800 Update BeatUp.vb 2016-09-09 22:26:28 -05:00
nilllzz 9a789e8cff remove bin/obj 2016-09-07 19:12:54 +02:00
nilllzz ac85461fb8 0.53.3 commit 2016-09-07 18:50:38 +02:00