mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Soul Dew
This commit is contained in:
parent
a1aff31089
commit
1ecf95745f
@ -1036,6 +1036,12 @@
|
|||||||
IT = 1.2F
|
IT = 1.2F
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
Case "soul dew"
|
||||||
|
If p.Number = 380 OrElse p.Number = 381 Then
|
||||||
|
If Attack.Type.Type = Element.Types.Dragon Or Attack.Type.Type = Element.Types.Psychic Then
|
||||||
|
IT = 1.2F
|
||||||
|
End If
|
||||||
|
End If
|
||||||
Case Else
|
Case Else
|
||||||
IT = 1.0F
|
IT = 1.0F
|
||||||
End Select
|
End Select
|
||||||
@ -1390,11 +1396,6 @@
|
|||||||
Case "light ball"
|
Case "light ball"
|
||||||
If p.Number = 25 Then
|
If p.Number = 25 Then
|
||||||
IM = 2.0F
|
IM = 2.0F
|
||||||
End If
|
|
||||||
'Soul Dew now boosts Lati@s Psychic & Dragon moves by 20% instead of Sp. Atk, this will have to be changed
|
|
||||||
Case "soul dew"
|
|
||||||
If p.Number = 380 Or p.Number = 381 Then
|
|
||||||
IM = 1.5F
|
|
||||||
End If
|
End If
|
||||||
Case "deepseatooth"
|
Case "deepseatooth"
|
||||||
If p.Number = 366 Then
|
If p.Number = 366 Then
|
||||||
@ -1503,11 +1504,6 @@
|
|||||||
|
|
||||||
If Not Op.Item Is Nothing And BattleScreen.FieldEffects.CanUseItem(Not Own) = True And BattleScreen.FieldEffects.CanUseOwnItem(Not Own, BattleScreen) = True Then
|
If Not Op.Item Is Nothing And BattleScreen.FieldEffects.CanUseItem(Not Own) = True And BattleScreen.FieldEffects.CanUseOwnItem(Not Own, BattleScreen) = True Then
|
||||||
Select Case Op.Item.Name.ToLower()
|
Select Case Op.Item.Name.ToLower()
|
||||||
'Soul Dew now boosts Lati@s Psychic & Dragon moves by 20% instead of Sp. Atk, this will have to be changed
|
|
||||||
Case "soul dew"
|
|
||||||
If Op.Number = 380 Or p.Number = 381 Then
|
|
||||||
DMod = 1.5F
|
|
||||||
End If
|
|
||||||
Case "metal powder"
|
Case "metal powder"
|
||||||
If Op.Number = 132 Then
|
If Op.Number = 132 Then
|
||||||
DMod = 1.5F
|
DMod = 1.5F
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user