Hierarchy

  • IRangedDescription

Properties

accuracy?: number

An accuracy of 1.0 (default) means you will shoot directly from the centre of the "from" tile to the centre of the "target" tile.
An accuracy of 0.5 means your shot can go all the way to perpendicular to where you had intended to shoot, to either side.
An accuracy of 0.0 means your shot can go in any direction, no matter where you're targeting.

ammunitionType?: ItemType | ItemTypeGroup | ((action: IActionApi<default<unknown, number, EntityReferenceTypes, unknown>, IActionUsable>) => undefined | ItemType | ItemTypeGroup)
attack: number
attackMessage?: default
particles?: IRGB | ((action: IActionApi<default<unknown, number, EntityReferenceTypes, unknown>, IActionUsable>) => undefined | IRGB)
range: number
requiredToFire?: ItemType
skillType?: SkillType
unlimitedAmmunition?: boolean

Generated using TypeDoc