DGDG: Profession Runenschöpfer

Issue #252 resolved
Nando Neck created an issue

There is a special Handwerk skill configuration that needs to be implemented for the profession

24 AP, die der Runenschöpfer auf folgende Talente verteilen kann: Holzbearbeitung, Lederbearbeitung, Metallbearbeitung, Steinbearbeitung, Stoffbearbeitung (maximaler FW pro Talent: 8)

We have something like this already available:

,
                {
                    "apvalue": 16,
                    "name": "%1 AP zum Steigern anderer Handwerkstalente",
                    "skillgroups": [
                        "handwerk"
                    ],
                    "statustext": "Handwerkstalente: %1 von %2 AP verfügbar",
                    "type": "appoolskillgroupapsum"
                }

Comments (6)

  1. Bernhard Jung repo owner

    This needed a adjustment to the JSON definition mentioned in the description. The type appoolskillgroupapsum only works for all skills in a group. I added a appoolskillapsum which allows to give a list of skills. This already existed for other types and not it also works for skills.

    The change is in commit 38fb0e9

  2. Nando Neck reporter

    hmm it’s not really clear in tda if the ap has been distributed…
    Also there is a warning, because the culture is a prerequisite but this warnin has no explaination

  3. Bernhard Jung repo owner

    I added two things in commit 8cd4304.

    1. There can now be a info button next to the status text during creation. It shows the text from the "name" property.
    2. It is now possible to set un-/common skills for professions in the JSON files just like it can be done for cultures. The skills are not displayed in the info text, but they will have the green icon next them in the skills list.
  4. Log in to comment