5th edition implementation
- In BG games you only select one function per character whether that be spell, quickbar, etc.
Is encounter design with 5ed ruleset similar to BG or to NWN2/KOTOR using UI of 3 actions per character? - If so, are these 3 functions in 5ed ruleset tied to the rounds sequentually? So, current action is called in first round, second function in the next round and final action in third round.
Or multiple ones can be called in single round?
Post edited by brus on
1
Comments
In 5e, you have the following actions, which you can take in any order on your turn:
1. Action
2. Bonus Action
3. Movement
Action
This is what the majority of activities use during combat. Attacking, casting most spells, interacting with objects, these are all things that use Actions. You have one Action per turn.Bonus Action
Sometimes you'll have an ability that specifically uses a Bonus Action. Not every character has one of these abilities. No matter how many of these abilities you have, you can only take one Bonus Action per turn.Movement
Your speed determines how far you can move on your turn. Your movement doesn't have to be all at once, and you can break up your other actions with movement however you like. You can even move between attacks during the Attack action, if you have multiple attacks.In addition to these, you can also take a single Reaction every round, if circumstances permit it.
Reaction
These are activities that you take in response to a specific set of circumstances, like an enemy moving out of your reach. You take your Reaction on any turn, even if it's not your own. The situations where you can use a reaction are predefined in the rules. You can only take one Reaction per round (you get your Reaction back at the start of your turn).The ablity to queue up actions in the nwn series is a convienience, not a consequence of the PnP rules.
I think it would be easier to adapt the BGEE engine as it stands to 5th edition than it was to adapt it to 3rd edition in IWD2 (not that that is what is happening).
I also got tutorials for Ruby but never used it in some substantial area.
Would it be easier to implement 5th ruleset in UE4 using blueprint?