For all Unity developers and developers-to-be, both beginners and professionals!

Post news Report RSS Soul Saga - Dev Diary 53

Lots of work done on Soul Saga today! The coolest addition is the implementation of the active dodging mechanic.

Posted by on

Soul Saga Bad Guy Pile Up 1

Summary


Today I finished my daily "Soul Saga: To Do List" pretty early, so I got to work on some other stuff as well. I first implemented active dodging, which allows you to quickly dash to a location at the cost of your shield's current durability. I can't explain how much more fun this makes the game!

Dodge's basic form allows you to quickly dash to a nearby target location at the cost of 25% of your current shield strength. This means that you can cast it up to 3 times in a row if you start at full shield. I was inspired to create this dodge mechanic when a friend kept asking me how he could move faster to get distance between him and enemies. I decided a strategic twitch mechanic should remedy this, and after showing it to him it looks like it did the trick. =)

The new active dodge mechanic inspired me to change how the Blink skill works now. Instead of being an on use ability, Blink is now a passive skill that transforms your normal Dodge into a short distance teleport. This means that equipping a blink skill will allow you to dodge any obstacles in between you and your target point, deal damage to enemies in that location, and double how far you can travel from a single dodge. This costs the same amount of shield as a normal dodge and has no cooldown.

Next

The biggest thing missing in Soul Saga right now is goals. I'm noticing when I show the game to players that they like the graphics, they like the controls, they like the game design in general, but they don't really have a REASON to play. It's like asking people to test a car that doesn't drive. It may be pretty and have a comfortable interior and spacious cup holders, but if it doesn't drive you can't get realistic feedback on the actual experience.

Long story short: I plan on implementing a basic town and questing system over the next week. This will allow the testers to actually "drive" the game and allow for truly constructive feedback. This system will not sport the dynamic story engine yet, but it will be a good starting point for Soul Saga to actually feel like a game.

Day 53
( 2013/03/22 Fr )
13 hrs. Today ( 516 Total)

  • Backend

    • Upgraded to Unity 4.1.1.
    • Code cleanup in various places.
    • Moved more code away from PoolManager and into separate classes.
  • Actors
    • All actors will now turn to their target position when starting a cast. Previously only turned after finishing cast.
    • Active dodging implemented!
      • Active dodging allows a character to dash quickly to a nearby target location.
      • The player can now activate an active dodge to spend 25% of their shield.
      • To activate a dodge, the player must left click while blocking.
      • Adding sound effect when dodging.
  • AI
    • AI actors can now cast in the updated position of their target after finishing their cast time for certain skills. No current skills utilize this.
    • If an actor will update their target position before cast completion, they will continue to rotate in the direction of their target to help depict this behaviour.
    • Casting time for projectile set to .4 seconds.
    • AoE initial pulse delay increased to .75 seconds ( from .5 ).
    • Fixed a bug where an AI actor would continue to run if starting to cast while already running.
  • Project Management
    • Communicated with potential animators.
    • Communicated with art studio (Robekka) regarding illustrations.
    • Wrote more content for the Kickstarter.
  • Public Relations
    • Showed the game to some close friends to get feedback.
    • Posted replies on IndieDB.
  • Skills
    • Projectile movement speed increased to 8 from 6.
    • The Blink skill is now passive and transforms the dodge ability into the equipped blink skill.
    • The Blink skill no longer has a cooldown.
    • The Blink Skill no longer triggers “on skill use counters” like the Skill Enhance passive skill.
    • The Blink skill will now only allow movement up to it’s maximum range.
      • If you try to blink outside of the range, it finds the farthest distance you can travel in the direction of the target point and places you there.
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: