11-27-2009, 05:50 PM
I have a suggestion for the formation system. How about formations that automatically change depending on the number of battlers?
The coordinates could be set by the user with something like:
{ id => { actors_number => [ formation set 1a ], actors_number => [formation set 1b], ... },
id2 => { actors_number => [ formation set 2a], actors_number => [formation set 2b], ... }
}
Why do I think something like this would be useful? Well, it is weird when there is only one party member and he is stuck at the top of the battle field because the formation has been planned for four party members...
However I must say that there is also a way to do this with the system as it is, but it would require a script or a battle event checking the number of battlers and switching the formation id to the one planned to that number...
The coordinates could be set by the user with something like:
{ id => { actors_number => [ formation set 1a ], actors_number => [formation set 1b], ... },
id2 => { actors_number => [ formation set 2a], actors_number => [formation set 2b], ... }
}
Why do I think something like this would be useful? Well, it is weird when there is only one party member and he is stuck at the top of the battle field because the formation has been planned for four party members...
However I must say that there is also a way to do this with the system as it is, but it would require a script or a battle event checking the number of battlers and switching the formation id to the one planned to that number...