zedcoeur
Zed Coeur
- 29
- Posts
- 5
- Years
- Seen Apr 15, 2022
(Reposting with hopefully the proper category. If not, sorry mods)
Hello, everyone! I'm new to PokeCommunity, but looking around, I've seen some pretty interesting concepts for moves and abilities.
I am currently trying to develop a new move called Adaptive Storm that starts out as Normal-type every round, but whenever the user is hit by a damaging move, Adaptive Storm changes to a type that is super-effective to the move the user was hit by. For example, if the user was hit with, say, Flamethrower, Adaptive Storm has a chance of becoming a Ground, Rock, or Water type move. If the user is hit with Moonblast, Adaptive Storm can turn into a Poison or Steel type move. More examples follow, but with every possible example, Adaptive Storm reverts back to Normal type at the end of each round.
I have tried copying and altering code from moves Color Change, Conversion 2 and Revenge, and scripts like Move_Usage_Calculations and BattleHandlers_Abilities, and nothing has worked.
All the help will be greatly appreciated, because I have no idea what to do at this point.
Thanks!
Hello, everyone! I'm new to PokeCommunity, but looking around, I've seen some pretty interesting concepts for moves and abilities.
I am currently trying to develop a new move called Adaptive Storm that starts out as Normal-type every round, but whenever the user is hit by a damaging move, Adaptive Storm changes to a type that is super-effective to the move the user was hit by. For example, if the user was hit with, say, Flamethrower, Adaptive Storm has a chance of becoming a Ground, Rock, or Water type move. If the user is hit with Moonblast, Adaptive Storm can turn into a Poison or Steel type move. More examples follow, but with every possible example, Adaptive Storm reverts back to Normal type at the end of each round.
I have tried copying and altering code from moves Color Change, Conversion 2 and Revenge, and scripts like Move_Usage_Calculations and BattleHandlers_Abilities, and nothing has worked.
All the help will be greatly appreciated, because I have no idea what to do at this point.
Thanks!