Skip to content

Instantly share code, notes, and snippets.

@flyx

flyx/dsa.yaml Secret

Created June 5, 2022 10:42
Show Gist options
  • Save flyx/f3e12f180ac05f71eae0a41e166dfc44 to your computer and use it in GitHub Desktop.
Save flyx/f3e12f180ac05f71eae0a41e166dfc44 to your computer and use it in GitHub Desktop.
id: DSA
edition: 4.1
author: flyx
version: 0.1.0
types:
- !enum
id: Attribute_Names
values: [MU, KL, IN, CH, FF, GE, KO, KK]
- !class_tree
id: Rasse_Typ
attachment_targets:
- id: attrs
type: numeric
index: Attribute_Names
children:
- !category
id: Mensch
children:
- !leaf
id: Mittelländer
- !leaf
id: Tulamidin
- !leaf
id: Halbelf
attachments:
- !accumulate
target: attrs[GE]
value: 1
- !accumulate
target: attrs[KK]
value: -1
children:
- id: Firnelf
attachments:
- !accumulate
target: attrs[IN]
value: 1
- id: Nivese
- id: Thorwaler
- !leaf
id: Ork
attachments:
- !accumulate
target: attrs[MU]
value: 2
- !accumulate
target: attr[KL]
value: -2
- !accumulate
target: attr[CH]
value: -2
- !accumulate
target: attr[FF]
value: -1
- !accumulate
target: attr[KO]
value: 2
- !accumulate
target: attr[KK]
value: 2
- !traits
id: Vorteile_Typ
attachment_targets:
- id: attrs
type: numeric
index: Attribute_Names
values:
- !exclusive_set
- {id: Adlige_Abstammung}
- {id: Adliges_Erbe}
- {id: Amtsadel}
- !exclusive_set
- {id: Balance}
- {id: Herausragende_Balance}
- !plain {id: Gefahreninstinkt}
- !plain
id: Flink
attachments:
- !accumulate
target: attrs[GS]
value: 1
- !valued
id: Schnelle_Heilung
min: 1
max: 3
- !traits
id: Nachteile_Typ
values:
- !exclusive_set
- {id: Unansehnlich}
- {id: Widerwärtig}
- !valued
id: Schlafstörungen
min: 1
max: 2
- !plain
{id: Glasknochen}
sheets:
- id: Heldendokument
type: !collection
layout: split
list:
- id: Heldenbogen
type: !collection
layout: separated
list:
- id: Held
type: !collection
layout: condensed
list:
- id: Name
type: !string
max_len: 200
- id: Rasse
type: !class Rasse_Typ
- id: Tsatag
type: !string
max_len: 50
- id: Größe
type: !number
decimals: 2
min: 0
max: 1000
- id: Gewicht
type: !number
decimals: 0
min: 0
max: 1000
- id: Haarfarbe
type: !string
max_len: 50
- id: Augenfarbe
type: !string
max_len: 50
- id: Titel
type: !string
max_len: 200
- id: Sozialstatus
type: !number
decimals: 0
min: 0
max: 21
- id: Vor-und_Nachteile
type: !collection
layout: separated
list:
- id: Vorteile
type: !traits Vorteile_Typ
- id: Nachteile
type: !traits Nachteile_Typ
- id: Eigenschaften
type: !table
content: fixed
cols:
- id: mod
type: !accumulator
function: sum
decimals: 0
base: 0
- id: start
type: !number
decimals: 0
min: 1
max: 20
- id: aktuell
type: !number
decimals: 0
min: 0
max: 99
- id: max
type: !number
decimals: 0
min: 0
max: 99
expression: $_row.start * 1.5
primary_col: 3
items: [{id: MU}, {id: KL}, {id: IN}, {id: CH}, {id: GE}, {id: FF}, {id: KO}, {id: KK}, {id: GS}]
- id: Wundschwelle
type: !number
decimals: 0
min: 0
max: 99
expression: $KO / 2
- id: Leiteigenschaft
type: !table_item_ref {target: Eigenschaften}
- id: Testtabelle
type: !table
content: sortable
cols:
- id: value
type: !number
decimals: 0
min: 0
max: 99
items: [{id: Foo}, {id: Bar}, {id: Baz}]
primary_col: 1
- id: Barval
type: !number
decimals: 0
min: 0
max: 99
expression: $Testtabelle.Bar
- id: Talentbogen
type: !collection
layout: separated
list:
- id: Körperlich
type: !table
content: unique
cols:
- id: TaW
type: !number
decimals: 0
min: -10
max: 99
items:
- id: Klettern
- id: Athletik
- id: Schleichen
primary_col: 1
---
meta:
id: DSA
edition: 4.1
author: flyx
version: 0.1.0
label: Deutsch
iso_639_1: de
iso_639_2: ger
data:
DSA:
name: Das Schwarze Auge
short_name: DSA
Rasse_Typ:
name: Rasse_Typ
Mensch:
name: Mensch
Mittelländer:
name: Mittelländer
Tulamidin:
name: Tulamidin
Ork:
name: Ork
Halbelf:
name: Halbelf
Firnelf:
name: Firnelf
Nivese:
name: Nivese
Thorwaler:
name: Thorwaler
Heldendokument:
name: Heldendokument
Heldenbogen:
name: Heldenbogen
Held:
name: Held
Name:
name: Name
Rasse:
name: Rasse
Tsatag:
name: Tsatag
description: Geburtstag
Größe:
name: Größe
Gewicht:
name: Gewicht
Haarfarbe:
name: Haarfarbe
Augenfarbe:
name: Augenfarbe
Titel:
name: Titel
Sozialstatus:
name: Sozialstatus
Vor-und_Nachteile:
name: Vor- und Nachteile
Vorteile:
name: Vorteile
Nachteile:
name: Nachteile
Vorteile_Typ:
name: Vorteile Typ
Adlige_Abstammung:
name: Adlige Abstammung
Adliges_Erbe:
name: Adliges Erbe
Amtsadel:
name: Amtsadel
Balance:
name: Balance
Herausragende_Balance:
name: Herausragende Balance
Gefahreninstinkt:
name: Gefahreninstinkt
Schnelle_Heilung:
name: Schnelle Heilung
Flink:
name: Flink
Nachteile_Typ:
name: Nachteile Typ
Unansehnlich:
name: Unansehnlich
Widerwärtig:
name: Widerwärtiges Aussehen
Schlafstörungen:
name: Schlafstörungen
Glasknochen:
name: Glasknochen
Eigenschaften:
name: Eigenschaften
Eigenschaften.mod:
name: mod
description: Modifikator
Eigenschaften.start:
name: start
Eigenschaften.aktuell:
name: aktuell
Eigenschaften.max:
name: maximal
short_name: max
MU:
name: Mut
short_name: MU
KL:
name: Klugheit
short_name: KL
IN:
name: Intuition
short_name: IN
CH:
name: Charisma
short_name: CH
GE:
name: Gewandtheit
short_name: GE
FF:
name: Fingerfertigkeit
short_name: FF
KO:
name: Konstitution
short_name: KO
KK:
name: Körperkraft
short_name: KK
GS:
name: Geschwindigkeit
short_name: GS
Wundschwelle:
name: Wundschwelle
Leiteigenschaft:
name: Leiteigenschaft
Testtabelle:
name: Testtabelle
Foo:
name: Foo
Bar:
name: Bar
Baz:
name: Baz
value:
name: value
Barval:
name: Barval
Talentbogen:
name: Talentbogen
Körperlich:
name: Körperliche Talente
TaW:
name: Talentwert
short_name: TaW
Klettern:
name: Klettern
Athletik:
name: Athletik
Schleichen:
name: Schleichen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment