HMTKSteve
07-05-2009, 06:53 AM
Now that all of the Pokemon are in and linked to the Pokedex on the main site we can start talking about moves.
My current plan is to allow you to have four moves on your Pokemon. As they level up moves become available and it is up to you to choose which move to replace. Sound simple enough?
When it comes to battling things will be a little bit different. I need a way for the members to program their Pokemon for battle. What i have come up with is simple but I am open to suggestions.
1. Assign a weight to each move.
2. Assign one move as an 'opening' move.
The opening move will always be executed first in the battle and after that we go by weight.
In assigning weight to a move you will put a number in a box. The total of those four numbers will be with a RNG.
Example:
Some Pokemon
Move 1 = Quick Attack w=10
Move 2 = Swords Dance (opening move) w=10
Move 3 = Iron Tail w=50
Move 4 = Flamethrower w=50
With Move 2 set as the opening move it will always occur first in the battle.
The total weight of all moves is 120 so we would be rolling a 120 sided die with the following spread:
1-10 = Quick Attack
11-20 = Swords Dance
21-70 = Iron Tail
71-120 - Flamethrower
Thoughts, comments, suggestions?
My current plan is to allow you to have four moves on your Pokemon. As they level up moves become available and it is up to you to choose which move to replace. Sound simple enough?
When it comes to battling things will be a little bit different. I need a way for the members to program their Pokemon for battle. What i have come up with is simple but I am open to suggestions.
1. Assign a weight to each move.
2. Assign one move as an 'opening' move.
The opening move will always be executed first in the battle and after that we go by weight.
In assigning weight to a move you will put a number in a box. The total of those four numbers will be with a RNG.
Example:
Some Pokemon
Move 1 = Quick Attack w=10
Move 2 = Swords Dance (opening move) w=10
Move 3 = Iron Tail w=50
Move 4 = Flamethrower w=50
With Move 2 set as the opening move it will always occur first in the battle.
The total weight of all moves is 120 so we would be rolling a 120 sided die with the following spread:
1-10 = Quick Attack
11-20 = Swords Dance
21-70 = Iron Tail
71-120 - Flamethrower
Thoughts, comments, suggestions?