You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Give bonuses and abilities when players are holding specific combinations of weapons in both hands.
When a player is wielding two of the same weapon, the damage output will be doubled by default (configurable).
If the two weapons are different, the damage can be multiplied by 1.5x by default.
There can be a variety of active and passive abilities that can be configured to different combinations of dual wielding.
For example:
Wielding two swords can have a chance to cause damage over time to the enemy.
Wielding two Axes can have a chance to cause knockback or root the target.
Or unique bonuses like having an Axe in the main hand and a Sword in the offhand will reduce the cooldown timer.
This system can also support skill lines. Perhaps players can unlock different abilities along the skill line and level up the abilities they unlock, but only one ability can be active on a specific skill line.
Of course damage bonuses can also be improved by leveling up.
Dual wielding can have its own config file. Right at the top we set whether the feature is enabled or disabled.
And of course configure everything relating to the feature.
The text was updated successfully, but these errors were encountered:
#10
Give bonuses and abilities when players are holding specific combinations of weapons in both hands.
When a player is wielding two of the same weapon, the damage output will be doubled by default (configurable).
If the two weapons are different, the damage can be multiplied by 1.5x by default.
There can be a variety of active and passive abilities that can be configured to different combinations of dual wielding.
For example:
Wielding two swords can have a chance to cause damage over time to the enemy.
Wielding two Axes can have a chance to cause knockback or root the target.
Or unique bonuses like having an Axe in the main hand and a Sword in the offhand will reduce the cooldown timer.
This system can also support skill lines. Perhaps players can unlock different abilities along the skill line and level up the abilities they unlock, but only one ability can be active on a specific skill line.
Of course damage bonuses can also be improved by leveling up.
Dual wielding can have its own config file. Right at the top we set whether the feature is enabled or disabled.
And of course configure everything relating to the feature.
The text was updated successfully, but these errors were encountered: