Skip to content

Combat Techniques

Lukas Obermann edited this page Oct 31, 2019 · 2 revisions

Worksheet Name

COMBAT_TECHNIQUES

Properties

id

  • Type: number
  • Description: An increasing integer. The respective string ID will have the CT_ prefix.

name l10n

  • Type: string
  • Description: The full name.

ic univ

  • Type: number
  • Description: Improvement cost. See table below.

primary univ

  • Type: Array<number, &>
  • Description: The primary attribute(s). The numbers represent the numeric attribute IDs.

bpr univ

  • Type: number
  • Description: The »Breaking Point Rating« of the respective combat technique.

gr univ

  • Type: number
  • Description: The group ID.

special l10n

  • Type: markdown?
  • Description: Special rules for the respective combat technique – if there are any.

src l10n

  • Type: Array<occurrence: [bookId: string, firstPage: number, lastPage?: number]<,>, &>
  • Description: The source books where you can find the entry. The list items contain the book IDs (from the Books table) and the page (firstPage). If an entry spans multiple pages, provide the last page as well.

errata l10n

  • Type: Array<change: [date: Date, value: string]<?>, &>?
  • Description: A list of errata for the entry in the specific language.

Special ID Tables

Improvement Costs

id name
2 B
3 C
4 D

Groups

id en-US de-DE
1 Melee Nahkampf
2 Ranged Fernkampf
Clone this wiki locally