Skip to content

Latest commit

 

History

History
113 lines (68 loc) · 4.07 KB

CombatTechnique_Ranged.md

File metadata and controls

113 lines (68 loc) · 4.07 KB

Ranged Combat Technique

Definitions

Ranged Combat Technique (RangedCombatTechnique)

  • Type: Object
Key Description Details
id The ranged combat technique's identifier. An unique, increasing integer. See details
special Special rules for the combat technique that apply to all weapons in this category. See details
primary_attribute The primary attribute(s). See details
breaking_point_rating The Breaking Point Rating of the respective combat technique. See details
improvement_cost See details
src See details
translations All translations for the entry, identified by IETF language tag (BCP47). See details

id

The ranged combat technique's identifier. An unique, increasing integer.

  • Type: Integer
  • Minimum: 1

special

Special rules for the combat technique that apply to all weapons in this category.

primary_attribute

The primary attribute(s).

breaking_point_rating

The Breaking Point Rating of the respective combat technique.

  • Type: Integer
  • Minimum: 1

improvement_cost

src

translations

All translations for the entry, identified by IETF language tag (BCP47).


RangedCombatTechnique/primary_attribute[]


RangedCombatTechniqueSpecialRules

Special rules for the combat technique that apply to all weapons in this category.

  • Type: Object
Key Description Details
has_ammunition See details

has_ammunition

  • Type: Boolean

RangedCombatTechniqueTranslation

  • Type: Object
Key Description Details
name The name of the condition. See details
special? Additional rules for the condition, if applicable. See details
errata? See details

name

The name of the condition.

  • Type: String
  • Minimum Length: 1

special?

Additional rules for the condition, if applicable.

  • Type: Markdown-formatted text
  • Minimum Length: 1

errata?