Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Basic attack simulator.
Ghieri Offline
Posting Freak

Posts: 2,374
Threads: 8
Joined: May 2012
Reputation: 60
#21
RE: Basic attack simulator.

Project not dead, just that every time I add a new feature, it seems like I have to re-write the code.

In the meantime, here's a sneak of my latest work:

[Image: Sneak.png]

[Image: tumblr_n6m5lsQThQ1qc99nxo1_250.gif]
10-08-2012, 08:18 AM
Find
Bridge Offline
Posting Freak

Posts: 1,971
Threads: 25
Joined: May 2012
Reputation: 128
#22
RE: Basic attack simulator.

You may want to take advantage of ActionScript's excellent randomization functions and incorporate some actual dicerolling (since you wanted critical hits). It's pretty easy to implement because ActionScript gives you everything you need. Just specify the limits for each attack and use the random function + modify the damage based on the outcome.

EDIT: Also, just a little cosmetic suggestion: I recommend changing the font and not using such obvious gradient fills. They are classic noob design decisions.
(This post was last modified: 10-08-2012, 10:15 AM by Bridge.)
10-08-2012, 10:13 AM
Find
Ghieri Offline
Posting Freak

Posts: 2,374
Threads: 8
Joined: May 2012
Reputation: 60
#23
RE: Basic attack simulator.

Quote: You may want to take advantage of ActionScript's excellent randomization
functions and incorporate some actual dicerolling (since you wanted
critical hits).
Already taken care of. Dicerolling implemented in practically every feature.

Quote: EDIT: Also, just a little cosmetic suggestion: I recommend changing the
font and not using such obvious gradient fills. They are classic noob
design decisions.
It's programmer art, filler stuff.

[Image: tumblr_n6m5lsQThQ1qc99nxo1_250.gif]
10-08-2012, 12:53 PM
Find
Bridge Offline
Posting Freak

Posts: 1,971
Threads: 25
Joined: May 2012
Reputation: 128
#24
RE: Basic attack simulator.

(10-08-2012, 12:53 PM)Aldighieri Wrote:
Quote: You may want to take advantage of ActionScript's excellent randomization
functions and incorporate some actual dicerolling (since you wanted
critical hits).
Already taken care of. Dicerolling implemented in practically every feature.

Quote: EDIT: Also, just a little cosmetic suggestion: I recommend changing the
font and not using such obvious gradient fills. They are classic noob
design decisions.
It's programmer art, filler stuff.
Alright then. Good luck with this.
10-08-2012, 12:59 PM
Find
Ghieri Offline
Posting Freak

Posts: 2,374
Threads: 8
Joined: May 2012
Reputation: 60
#25
RE: Basic attack simulator.

I wanted to run this idea for a party system past someone before implementing it, and I might as well do it here.

So I already have multiple enemies set up.

What I was thinking, is that I add a number of moves per turn, depending on the number of enemies. Each action you perform takes a turn.

Basically, you can do multiple actions per turn if there are multiple enemies. This would include:

The attack,defend, heal buttons.
Possible skills.
Switch characters.

That last one is important, it means that I can use the code I implemented to "reload" the character during a battle with new stats. This gives me the option to have multiple character sheets available, and one of them is loaded into the main character slot depending on the player's selection.

It's easy to code, and easy to balance, but I just want to make sure I'm not just doing something because it's "easy."

So, what do you think? Any thoughts?

[Image: tumblr_n6m5lsQThQ1qc99nxo1_250.gif]
10-20-2012, 11:03 AM
Find




Users browsing this thread: 1 Guest(s)