No Target Weapons - KageDesu/Alpha-ABS GitHub Wiki

⚠️ Only for build 965 and above
⚠️ ABS:1 weapons and skills supports from build 980

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)

Demo on YouTube


How create no target weapon

  • Add two ABS parameters for weapon Note section <ABS:0> <noTarget:1>

⚠️ * noTarget works with ABS:0 and ABS:1 weapons type

Weapon will be hit enemy in front of you:

  • Adjust Attack speed if you like (optional)

Addition ABS parameters

<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 (⚠️ using only in pair with 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!

Demo Project

⚠️ From build 980 you can set <noTarget:1> and <pierce:X> parameters to <ABS:1> skills!

⚠️ **GitHub.com Fallback** ⚠️