Rivals of Aether

Rivals of Aether

Kirby
 This topic has been pinned, so it's probably important
Spamite  [developer] 24 Jul, 2022 @ 10:39am
About: Kirby Copy Ability Compatibility
Here’s a guide to give your character a designated Copy Ability for Kirby!

All you need to do is insert the following code into init.gml:

//Kirby Copy Ability

TCG_Kirby_Copy = 0;

The number that this variable is assigned to is important, as it will dictate which Ability Kirby gets when he copies your character. If this variable is not present in your character, Kirby will gain a random Ability every time he copies your character if they do not already have pre build in compatibility.

Here is a full list of each Copy Ability and what number corresponds to it:

Mix: -1;
No Ability: 0; (Although why would you want to do this?)
Fire: 1;
Beam: 2;
Ranger: 3;
Fighter: 4;
Sword: 5;
Water: 6;
Leaf: 7;
Ice: 8;
Tornado: 9;
Bomb: 10;
Mike: 11;
Abyss: 12;
ESP: 13;
Drill: 14;
Spark: 15;

We don’t recommend setting this to anything outside these numbers. Things could get… messy if you do so.

Have fun adding a Copy Ability to your character!

Also thanks ricE for writing this.

"Kirby Copy Ability Support List" (Thanks Ghostabo!) - https://docs.google.com/spreadsheets/d/1PxnLxzlYg6l744X7Mlfu48QAJY6ObUyjkhfkcKzyzoo/edit?usp=sharing
Last edited by Spamite; 28 Jul, 2022 @ 5:46pm
< >
Showing 1-7 of 7 comments
Phantopaz 24 Jul, 2022 @ 10:48am 
thanks!
Orifan1 24 Jul, 2022 @ 6:59pm 
when you say messy do you mean game crashes?
Spamite  [developer] 24 Jul, 2022 @ 7:56pm 
That, or your PC becomes a blackhole
CJ BlueThunder 3 Aug, 2022 @ 10:35am 
YOU ADDED SUPPORT TO MY PRINCE FLUFF MOD!?! THANK YOU!!!
Hona 30 Apr, 2023 @ 8:44am 
is it possible to make your own from scratch? same way old kirby did?
i actually have the same question as Jonah, is it possible to custom-code your own abilities, or is it hardcoded to just the stock 15?
Can I just take a second to appreciate that the default support list is still being updated? I expected interest to fizzle out over the years but it's still going strong, just as I hoped it would
< >
Showing 1-7 of 7 comments
Per page: 1530 50