Command reference

WeaponAttack

CombatBuilder · builder

Command words: wa, weaponattack
Permission: Admin

This command is used to create and edit weapon attacks, as well as natural weapon attacks (e.g. unarmed attacks). Conceptually, a weapon attack either belongs to a weapon type (which makes it a melee weapon attack) or it does not (which makes it a natural/unarmed attack).

Weapon attacks have types that determine how they work mechanically. You cannot change the type of a weapon attack once it has been made. In this case you may need to make a separate attack.

The syntax for this command is as follows:

weaponattack list [<filters>] - lists all weapon attacks
weaponattack edit <id|name> - opens a weapon attack for editing
weaponattack edit - an alias for WEAPONATTACK SHOW when you have something open
weaponattack show <id|name> - shows details about a particular weapon attack
weaponattack close - closes the open weapon attack
weaponattack natural <race> <attack> <bodypart> - toggles an unarmed attack being enabled for a race
weaponattack natural <race> <attack> remove - removes all attacks of that type from the race
weaponattack new <type> - creates a new weapon attack of the specified type
weaponattack clone <which> - creates a carbon copy of the specified weapon type
weaponattack set ... - edits the properties of a weapon attack. See that command for more help.

You can use the following arguments to refine the list command:

<weapontype> - shows only attacks with a specified weapon type
unarmed - shows only unarmed attacks
+key - shows only attacks whose names have the keyword
-key - excludes weapon types whose names have the keyword
*<movetype> - shows only attacks of the specified move type

← Back to Command reference