HeroesFightingFear
"The Champion of Alon"
- 99
- Posts
- 5
- Years
- Orange, TX
- Seen Nov 22, 2020
I want to do something like this, but for Legendaries and Mythicals.
If anyone can help, that'd be great!
Code:
BallHandlers::ModifyCatchRate.add(:NETBALL,proc{|ball,catchRate,battle,battler|
catchRate*=3 if battler.pbHasType?(:BUG) || battler.pbHasType?(:WATER)
next catchRate
})
If anyone can help, that'd be great!