Files
database-schema/docs/reference/Blessing.md
T
Lukas Obermann 4236fa3804 feat!: adjust naming for compiles languages that dont create namespaces per file
This includes a Proof of Concept in form of a Swift Package. Only one file had to be replaced, because I couldnt make sense of how else to do it. But it compiles.
2024-11-16 02:01:25 +01:00

8.7 KiB
Raw Blame History

Blessing

Definitions

Blessing (Blessing)

  • Type: Object
Key Description Details
id The blessing's identifier. An unique, increasing integer. See details
parameters Measurable parameters of a blessing. See details
target The target category the kind of creature or object the skill affects. See details
src See details
translations All translations for the entry, identified by IETF language tag (BCP47). See details

id

The blessing's identifier. An unique, increasing integer.

  • Type: Integer
  • Minimum: 1

parameters

Measurable parameters of a blessing.

target

The target category the kind of creature or object the skill affects.

src

translations

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


BlessingTranslation

  • Type: Object
Key Description Details
name The name of the blessing. See details
effect The effect description. See details
range See details
duration See details
target See details
errata? See details

name

The name of the blessing.

  • Type: String
  • Minimum Length: 1

effect

The effect description.

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

range

  • Type: String

duration

  • Type: String

target

  • Type: String

errata?


BlessingPerformanceParameters

Measurable parameters of a blessing.

  • Type: Object
Key Description Details
range See details
duration See details

range

duration


BlessingRange


BlessingRange'Self

  • Type: Object
Key Description Details
tag See details
self See details

tag

  • Constant: "Self"

self


BlessingRange'Self/self

  • Type: Empty Object

BlessingRange'Touch

  • Type: Object
Key Description Details
tag See details
touch See details

tag

  • Constant: "Touch"

touch


BlessingRange'Touch/touch

  • Type: Empty Object

BlessingRange'Fixed

  • Type: Object
Key Description Details
tag See details
fixed See details

tag

  • Constant: "Fixed"

fixed


BlessingDuration


BlessingDuration'Immediate

  • Type: Object
Key Description Details
tag See details
immediate See details

tag

  • Constant: "Immediate"

immediate


BlessingDuration'Immediate/immediate

  • Type: Empty Object

BlessingDuration'Fixed

  • Type: Object
Key Description Details
tag See details
fixed See details

tag

  • Constant: "Fixed"

fixed


BlessingDuration'Indefinite

  • Type: Object
Key Description Details
tag See details
indefinite See details

tag

  • Constant: "Indefinite"

indefinite


FixedBlessingDuration

  • Type: Object
Key Description Details
value The (unitless) duration. See details
unit The duration unit. See details

value

The (unitless) duration.

  • Type: Integer
  • Minimum: 1

unit

The duration unit.


IndefiniteBlessingDuration

  • Type: Object
Key Description Details
translations All translations for the entry, identified by IETF language tag (BCP47). See details

translations

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


IndefiniteBlessingDurationTranslation

  • Type: Object
Key Description Details
description A description of the duration. See details

description

A description of the duration.