- Pokémon Essentials Version
- v21.1 ✅
This's a Simple Plugin that makes the ability Color Change change Kecleon's color depending on the type. It was done before, in projects like Pokemon Insurgence, but in the project I'm in we wanted to implement it for flair purposes, so I implemented my own version.
In order:
"Grass","Bug","Normal" -> Green
"Fire","Fighting" -> Red
"Water","Dragon" -> Blue
"Electric" -> Yellow
"Ice","Flying" -> White
"Fairy","Psychic" -> Pink
"Poison","Ghost" -> Purple
"Ground","Rock" -> Brown
"Dark" -> Black
"Steel" (and additional new types) -> Gray
The folder includes:
In order:
"Grass","Bug","Normal" -> Green
"Fire","Fighting" -> Red
"Water","Dragon" -> Blue
"Electric" -> Yellow
"Ice","Flying" -> White
"Fairy","Psychic" -> Pink
"Poison","Ghost" -> Purple
"Ground","Rock" -> Brown
"Dark" -> Black
"Steel" (and additional new types) -> Gray
The folder includes:
- A PBS for all the Kecleon's forms.
- The plugin, that just overrides Color Change's code. The normal mechanic of type change works for every pokemon, while the color change just for Kecleon. If you have the need to apply it for other species, just go into the script, go to the line "if target.isSpecies?(:KECLEON)" and add a "|| target.isSpecies?(:XXX)" after it.
- Graphics of all the forms, both in gif and png form.
- Credits
- Credit if used: Ghasty_001 (me)