-
Notifications
You must be signed in to change notification settings - Fork 0
Combat System
Alvaro Gonzalez edited this page Jan 23, 2020
·
1 revision
-Maybe its Turn Based kinda like Divinity (TB) or it's like the old RPG style (RPG)?
Pros of TB: -It uses the same environment -In my opinion is more fun -It feels more different
Cons of TB: -It might be harder to implement due to changing between free movement and turn based -Gotta figure out how to set up the battle area -Better suited for several allied creatures vs several enemies
Pros of RPG: -Easier to implement -Might be better suited for the way enemies chase the player
Cons of RPG: -Feels a bit more repetitive -it's only 1v1 -Requieres more art
This is a work in progress.