Implementing DnD 3.5 buckler mechanics for 2h weapons
Utran
Member Posts: 1
Hello everyone.
On the DnD 3.5 wiki there is an entry about the buckler (shield, base 1 AC).
Link:
https://www.dandwiki.com/wiki/SRD:Buckler
In the description there is interesting note:
This small metal shield is worn strapped to your forearm. You can use a bow or crossbow without penalty while carrying it. You can also use your shield arm to wield a weapon (whether you are using an off-hand weapon or using your off hand to help wield a two-handed weapon), but you take a –1 penalty on attack rolls while doing so. This penalty stacks with those that may apply for fighting with your off hand and for fighting with two weapons. In any case, if you use a weapon in your off hand, you don’t get the buckler’s AC bonus for the rest of the round.
You can’t bash someone with a buckler.
The fun part is the bow/crossbow and a 2h weapon.
Any idea on how to make it actually a thing in the game? Usually the slot for the left hand is locked when using a 2h weapon (greataxe, greatsword, crossbow, bow, etc). Any ideas on a workaround to implement this mechanic?
Cheers!
On the DnD 3.5 wiki there is an entry about the buckler (shield, base 1 AC).
Link:
https://www.dandwiki.com/wiki/SRD:Buckler
In the description there is interesting note:
This small metal shield is worn strapped to your forearm. You can use a bow or crossbow without penalty while carrying it. You can also use your shield arm to wield a weapon (whether you are using an off-hand weapon or using your off hand to help wield a two-handed weapon), but you take a –1 penalty on attack rolls while doing so. This penalty stacks with those that may apply for fighting with your off hand and for fighting with two weapons. In any case, if you use a weapon in your off hand, you don’t get the buckler’s AC bonus for the rest of the round.
You can’t bash someone with a buckler.
The fun part is the bow/crossbow and a 2h weapon.
Any idea on how to make it actually a thing in the game? Usually the slot for the left hand is locked when using a 2h weapon (greataxe, greatsword, crossbow, bow, etc). Any ideas on a workaround to implement this mechanic?
Cheers!
0
Comments
I think you can simulate the bonus by checking if you have a buckler, then adding the bonus when you equip the weapons in
x2_mod_def_equ.
Here's a rough outline:
Then in x2_mod_def_unequ you can remove the effect when you unequip a weapon.
I'm not sure how I would do losing the AC bonus if you've made an attack with an off-hand weapon, though.