Okay, i give up. I just don't understand, how to get "Demon layer" skill.
Gameresourceviewer shows that i have 120 Lillian points (0.store.ProgressEvent.push.0.178 (Yes, I bought so much holy water))
I donated 20k, died several times, waited a couple of days, and went through all the dialogue options. I get nothing but "holy headpat". I don't want to enter the second and even more so the third fight with Sofia without this skill!
Stats is 6+, of course.
View attachment 2445771
I just had to use a cheat code to ad it manually, but does anyone know a way to trigger her event?
You can see the exact requirements by opening game folder\game\json\events\town\church\enteringChurch.json, it's the first thing checked when visiting church. Either you get the regular greeting, or the demon layer greeting. My file from 23.5e has these conditions:
breaking down:
"GetAnEventsProgressThenIfEqualsOrGreater", "Visit Lillian", "55", "DemonLayerPatCheck" : 55+ lilian progression;
"GetEventAndIfChoiceIs", "Visit Lillian", "5", "PatPat", "DemonLayerCheckPower": I believe 5 is the choice id from using headpat on lilian at least once through her dialogues;
"StatEqualsOrMore", "Power", "6", "DemonLayerCheckTech",
"StatEqualsOrMore", "Technique", "6", "DemonLayerCheckAllure",
"StatEqualsOrMore", "Allure", "6", "DemonLayerQuiz": if power/tech/allure are 6+, starts event.
Now, I don't have the newest game version; either is a bug really blocking you from learning it, or maybe you skipped the headpat on lilian option?