DGDG: dynamic spell max skill level

Issue #243 resolved
Nando Neck created an issue

We need the max skill level for spells set to the current skill level of other spells for soma animist spells

Tierkräfte 2 <= Tierkräfte 1

Tierkräfte 3 <= Tierkräfte 2

Mächtiger Patronruf 2 <= Mächtiger Patronruf 1

Comments (3)

  1. Bernhard Jung repo owner

    There is a prerequisite <element>levelbylevel, e. g. “spelllevelbylevel” which requires a element (e. g. a spell to have a certain level based on the level of the element the preqrequisite belongs to.

    This requirement could be added to Tierkräfte 2 and require Tierkräfte 1. Something like the following should be enough:

    {
      "spells": [
        "tierkraefte1"
      ],
      "type": "spelllevelbylevel"
    }
    

    It is possible to set a factor, divisor and bonus to determine the required level.

  2. Log in to comment