Commit Graph

157 Commits

Author SHA1 Message Date
Capt_Segis d57539c693 Update Submission.vb 2016-09-14 17:27:31 -05:00
Capt_Segis d5c0208b58 Update Submission.vb 2016-09-14 17:25:44 -05:00
Capt_Segis 12ff9b732c Update Submission.vb 2016-09-14 17:25:09 -05:00
Capt_Segis 772497164e Update HammerArm.vb 2016-09-14 17:20:34 -05:00
Capt_Segis 1e8b060788 Update DrainPunch.vb 2016-09-14 17:19:21 -05:00
Capt_Segis b3749610f4 Fixed Detect not raising Protect moves count 2016-09-14 17:17:05 -05:00
Capt_Segis ffea12e9a9 Update BrickBreak.vb 2016-09-14 17:02:14 -05:00
Capt_Segis ba46577904 Update DrainingKiss.vb 2016-09-14 17:00:19 -05:00
Capt_Segis 9091d0bf1d Update Baby-DollEyes.vb 2016-09-14 16:58:56 -05:00
Capt_Segis a5c7af9948 Update Baby-DollEyes.vb 2016-09-14 16:58:34 -05:00
Capt_Segis ec40ca3e60 Update WildCharge.vb 2016-09-14 16:57:20 -05:00
Capt_Segis 81a6bf6371 Update VoltTackle.vb 2016-09-14 16:56:09 -05:00
Capt_Segis 291174470e Update VoltSwitch.vb 2016-09-14 16:52:03 -05:00
Capt_Segis f7da4ab280 Update ParabolicCharge.vb 2016-09-14 16:50:22 -05:00
Capt_Segis 92597417ed Update Charge.vb 2016-09-14 16:46:53 -05:00
Capt_Segis 93d9796a17 Update DragonDance.vb 2016-09-14 16:43:12 -05:00
Capt_Segis b9cbba3ef3 Update Thief.vb 2016-09-14 16:40:27 -05:00
Capt_Segis cc3401d36d Update Snarl.vb 2016-09-14 16:38:24 -05:00
Capt_Segis 49678c0dec Update Punishment.vb 2016-09-14 16:37:50 -05:00
Capt_Segis 85bf4493c4 Update Nightslash.vb 2016-09-14 16:35:29 -05:00
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