No Target Weapons - KageDesu/Alpha-ABS GitHub Wiki
No Target weapon
- weapon that don't need a selected target and don't using auto attack.
For perform attack you need press Attack (⌨️ A
) (or left 🖱 click on enemy or control panel attack button)
- Add two ABS parameters for weapon Note section
<ABS:0>
<noTarget:1>
Weapon will be hit enemy in front of you:
- Adjust
Attack speed
if you like (optional)
<range:X>
- X - attack distance in map cells. You can create short and long distance weapons, like Spear or Bow.
<pierce:1>
- weapon with pierce effect, hits all enemies in range (range
)
If you want to limit piercing targets, use <pierce:X>
, where X - maximum of targets can be pierced at row
<swing:1>
- weapon with swing damage effect, hits all enemies in front and front nearby of you (max 3 enemies in line)
⚠️ <swing:1>
and<range:X>
not compatible together!
<noTarget:1>
and <pierce:X>
parameters to <ABS:1>
skills!