There's been a decent amount of progress since the last update including some minor changes to the damage/armor system and some basic spell casting functionality. That being said, this post is going to be quite wordy as I cover these things in detail.
A blog detailing my adventures with anything relating to game development, game design, and occasionally gaming.
Showing posts with label damage. Show all posts
Showing posts with label damage. Show all posts
Tuesday, March 4, 2014
Wednesday, May 22, 2013
Heart Realm Update #006
This week I decided to focus my time on combat. In doing so I started figuring out what happens when an enemy/the player is hit by an attack, and all necessary calculations that came with it. I also worked on the combat layer, which included some kind of AI for the mobs as well as a way for combat to actually start. To finish off the week, in keeping with the theme of combat, I added health/mana bars to the player and enemies (just health bar) and damage numbers when hit.
I'll go into detail about how the attack effect works first. When trying to solve the problem of what happens when a character, be it player or enemy, is hit, I need to come up with some formulas that calculated what happens in that instance. What came with that was figuring out all necessary calculations that needed to take place for whether you actually hit, how much damage you deal, and how critical hits work. The formulas took a little bit of time to figure out. I had to come up with a way that made sense in the context of this game and so it took me a few weeks figuring this out. Ultimately I came up with some formulas that I liked, which is what matters, and I felt were balanced, though we'll see as time goes on. Rather than just going through some long in-depth explanation of all the calculations, I think it'll be easier to just list them here as they're fairly straight forward.
I'll go into detail about how the attack effect works first. When trying to solve the problem of what happens when a character, be it player or enemy, is hit, I need to come up with some formulas that calculated what happens in that instance. What came with that was figuring out all necessary calculations that needed to take place for whether you actually hit, how much damage you deal, and how critical hits work. The formulas took a little bit of time to figure out. I had to come up with a way that made sense in the context of this game and so it took me a few weeks figuring this out. Ultimately I came up with some formulas that I liked, which is what matters, and I felt were balanced, though we'll see as time goes on. Rather than just going through some long in-depth explanation of all the calculations, I think it'll be easier to just list them here as they're fairly straight forward.
Labels:
AI,
armor,
combat,
damage,
enemies,
heart realm,
hud,
sight range,
ui,
videos
Subscribe to:
Posts (Atom)