Group: Local Mod
Posts: 1,250
Type: Event Designer
RM Skill: Masterful
Rev Points: 90
So, I am having trouble, as you would have guessed. I am making a turn based battle system, I know you think that's boring, I disagree. Well, except when it comes to the boss fights. I can't see to make them interesting and challenging at the same time. My question is this: What would/do you do for a turn base boss fight to make it interesting?
I read up on the boss type tutorial and such, it was helpful in knowing the different types, but with the limitations of the RM system, how do you do that? What can be done to make these interesting?
Im always a sucker for when the Boss changes forms once you beat up on him a bit, like Keffka in FF6, his last anglic form was so beautiful! One of the best boss fights ever!
Group: Local Mod
Posts: 1,250
Type: Event Designer
RM Skill: Masterful
Rev Points: 90
I like those form types too, the only problem with that, is that it feels like just an extended fight, still feels like there is not trick or strategy to it.
[Show/Hide] My Project Logo by Axerax Still going on Construct Classic. Currently drawing dialogue portraits for the characters. Some can be found on my DA.
Mystery of the Seventh Tower: Reborn -------------------
------------------------------------ I've got my Platform Engine now. Still have to tweak it a bit to allow the 'action' part xD. ------------------------------------ Running into some errors, I'm trying to fix them up as soon as possible though. ------------------------------------ *Fixed* Let's go back to tweaking shall we? ------------------------------------ Mega thanks to DarkYoshi for helping me on so many things. I'm understanding things better now. Just need to see how to call on some object states...mmm... ------------------------------------ Coding AI for enemies ------------------------------------ *Project Moves to Construct* ------------------------------------ I've established a deal with Christian Andersson for his music. That guy is a Fantasy Music GOD. ------------------------------------ Contacting several people for pixel work commissions. ------------------------------------ Gathering some more BGs. ------------------------------------ Editing current sprites for use in Construct. ------------------------------------ Waiting for v1 for Construct. ------------------------------------ Finishing Game Flow Design. ------------------------------------ Finished Story, yet to finalize. ------------------------------------ Finished Red and Yellow tower's level design. ------------------------------------ Finished Aeiner's Sky Port design. ------------------------------------ Character Design time. ------------------------------------
A project developed by Ambry. This used to be my old RMXP project but I converted it to GM8 and now Construct due to the game play possibilities. It's an action platformer with RPG elements and slight twists here and there. The project is based on 'The Seventh Tower' series by Garth Nix, but I assure you, I'm changing a lot of things!
I like turn-based battles because, if done well, they test how good I am at developing strategies rather than testing my reflexes. Any turn based battle system should have a good system for party setup behind it. The player should have to think hard about which characters to use, what to equip them with, etc. Of course coming up with an element system can adds an element of strategy - Persona 4 is turned based but fun because hitting enemies with the correct elements gives you an extra turn, but getting hit by an element you are weak to makes you lose a turn, so figuring out weaknesses is mandatory.
Status effects and buffs can also make battles more interesting, as players will have to heal more. Final Fantasy has a plethora of spells to borrow from. Some of the more original ones: ideas: Oil, a state that makes you especially vunerable to fire attacks; Zombie: a spell that makes cure spells hurt your player; bubble, a spell that doubles your max HP ...I'll think of more.
Mario RPG for Super Nintendo has some creative turn-based battles...I remember one boss who alterantes between disabling your attacks, skills and items, which could probablly be programmed with some simple scripting.
Group: Local Mod
Posts: 1,250
Type: Event Designer
RM Skill: Masterful
Rev Points: 90
I plan to have strategy in mine, I'm actually using just 4 party members at maximum, but there are 10 classes they can all share, as well as each one has a unique base class. I'm also using a sub class script so you can mix and match skills and such. I think that should allow for quite a bit of strategy, and I'm working in something unique for each boss.
For example, an optional boss I have is accompanied by four minions, now these minions are just standard enemies from the same area, but the bosses abilities buff up the entire enemy team, and every 10 turns, (I may lower this or raise it depending), he respawns all enemies, so it makes you think to focus on them, because they get strong with the buffs, but the secret would be to actually defeat the boss first.
So yeah, does that sound like an interesting fight?
For example, an optional boss I have is accompanied by four minions, now these minions are just standard enemies from the same area, but the bosses abilities buff up the entire enemy team, and every 10 turns, (I may lower this or raise it depending), he respawns all enemies, so it makes you think to focus on them, because they get strong with the buffs, but the secret would be to actually defeat the boss first.
So yeah, does that sound like an interesting fight?
Sounds good to me. Your class system sounds interesting too - can characters switch class in battle?
Another idea I got from Final Fantasy: the spell reflect causes magic to "bounce" off the player and hit the enemy attacker. Some enemies cast reflect on themselves, so the only way to do magic damage is to cast reflect on one of your characters and then attack them with spells, so they'll reflect at the enemy to deal damage (magic only bounces once, I guess). You can also cast reflect on enemies that cure themselves, and your party will be cured instead.
Group: Local Mod
Posts: 1,250
Type: Event Designer
RM Skill: Masterful
Rev Points: 90
I'm using Yanfly Subclass script, so they can't change in battle, though I may look at finding a way to do that, would make things more dynamic. Since skills are learned via jp and not by level, they can't just switch to a class they haven't been 'leveling', would still make things interesting.
I like the idea of reflect, probably wouldn't be too hard to pull off, though I'm finding out that getting events to work in battle is a lot more difficult then outside of battle, and I'm not sure why. ><
Group: Global Mod
Posts: 1,784
Type: None
RM Skill: Undisclosed
Rev Points: 15
QUOTE (Shaddowval @ Aug 31 2012, 02:51 PM)
I like those form types too, the only problem with that, is that it feels like just an extended fight, still feels like there is not trick or strategy to it.
In the game I'm (slowly) making, I have one such boss form that changes color the more HP it loses. Essentially I had to create a few various forms of the boss, with different shades, very crude, but it works. Each new colored form signifies to the player that a new element is needed, as well as the boss acquiring different resistance and skills. So while it does extend the fight, it also forces the player to change up their attack pattern.
Remember the Elizabeth from Persona 3 FES? If it's turn based, then all you need is a massive HP. And at certain turn, let's say : -> Her Pattern
1st Turn - With Surt, she uses Maragidyne or any physical attacks. 2nd Turn - With Jack Frost, she uses Mabufudyne or physical. 3rd Turn - With Thor, she uses Magiodyne or physical. 4th Turn - With Cu Chulainn, she uses Magarudyne or physical. 5th Turn - With Metatron, she uses Mahamaon or physical. 6th Turn - With Alice, she uses Mamudoon or physical. 7th Turn - With Nebiros, she uses any bad status ailment magics or physical. 8th Turn - With Masakado, she uses Megidolaon.
then all we need to do is a counter. Well, at first try, we all know that we will all die Or Yiazmat battle of FFXII, massive unending 1 hour battle, with a normal attack have a 25% of an instant death probability. Isn't that a cheating bossability?! (well, even Ichigo use a time-stopper cheat engine to defeat Aizen)
__________________________
One idiot is actually talk more than three geniuses combined! -Patrick Star-
Another idea: incorporate Limit Breaks/Overdrives, preferably ones that are unique to each character. Final Fantasy VII pretty much set the standard for that system.
Chrono Trigger had some wicked bosses; you usually had to think fights through, rather than just "whack it 'til it dies" kind of strategy. I for one have a vampire that turns into bats after its taken enough damage, wolves that combine into a cerebus, and a puppet master who...nevermind. I'll let you chew on those ideas for now.
This post has been edited by Alt_Jack: Sep 6 2012, 06:10 PM
Chrono Trigger had some wicked bosses; you usually had to think fights through, rather than just "whack it 'til it dies" kind of strategy. I for one have a vampire that turns into bats after its taken enough damage, wolves that combine into a cerebus, and a puppet master who...nevermind. I'll let you chew on those ideas for now.
Now we're thinking about the same thing! I did that too, but I thin it all ends in different way based to our way of thinking ^^,
__________________________
One idiot is actually talk more than three geniuses combined! -Patrick Star-
Group: Member
Posts: 20
Type: Artist
RM Skill: Skilled
Oh! My most favorite topic! Let me share a few fun ideas for bosses
Idea number one: Countdown to total destruction One of the basics. Used few times in Final Fantasy, mainly when boss was Bahamut. Each turn you showing message (or animationless skill with specific number for name) on how much turns left. You can make it by events pretty easy. After countdown reaches 0, force boss to use some uber skill and BAM! Battle is much more intense!
Idea number two: Flip-a-coin You can make boss a skill which effect is random. This can be made by easy work with variables... Or without any! I'll say how without any: make boss few skills with same name, but with slightly different animations and effects. Example i gonna made in my game: Charon has a nick for coins (sorta like Two-face from batman). One of his skills involves throwing up a coin. I made two different skills with same priority and same names and same cast animation. But when one skill deal heavy damage to party, other damaginfg Charon himself! When technically it's 2 different skills, it's crating illusion of one skill to a player and adding tention to the battle
Idea number three: Copycatte This shall require some work with events. Make boss to get all stat changes player shall cast on his party! Make a boolean with condition "if actor have cond", make action "add cond" with that condition player have. And BAM! Player who always depended on buffs is screwed
Group: Local Mod
Posts: 1,250
Type: Event Designer
RM Skill: Masterful
Rev Points: 90
I actually like the copycat one, it prompted me with another strategy, a boss who is immune to all stat changes and ailments, unless you use it on a player, he then copies whatever you affect a player with, be it poison or attack up. He will copy that to himself. After a few rounds he will remove everything and copy again. So you can get the boss to weaken himself by weakening one of your team mates.
QUOTE (Stalin the stallion @ Sep 8 2012, 01:28 PM)
Idea number one: Countdown to total destruction One of the basics. Used few times in Final Fantasy, mainly when boss was Bahamut. Each turn you showing message (or animationless skill with specific number for name) on how much turns left. You can make it by events pretty easy. After countdown reaches 0, force boss to use some uber skill and BAM! Battle is much more intense!
Your ideas rock Stalin. What makes the Bahamut fight even better is that his uber attack can be reflected, so you have to quickly set up reflect before he uses megaflare and then watch him kill himself! It's pretty much impossible to survive otherwise, so you have to use your mind to figure it out.
Group: Member
Posts: 8
Type: Developer
RM Skill: Skilled
QUOTE (Shaddowval @ Aug 31 2012, 08:46 AM)
So, I am having trouble, as you would have guessed. I am making a turn based battle system, I know you think that's boring, I disagree. Well, except when it comes to the boss fights. I can't see to make them interesting and challenging at the same time. My question is this: What would/do you do for a turn base boss fight to make it interesting?
I read up on the boss type tutorial and such, it was helpful in knowing the different types, but with the limitations of the RM system, how do you do that? What can be done to make these interesting?
I have some experience in making boss fights for turn-based battle systems. What I usually do is make different boss phases, where each different phase the boss summons certain minions. You can even take it up a notch and make it so that the boss casts many other dfferent spells for each phase. I'm working on a final boss right now that inflicts a curse that will reduce your HP to 1 every 3 turns unless you dispell it. I hope I gave you a couple of ideas. =)