PDA

View Full Version : How to pull in the current list of skills into a field



Bossitronas
April 6th, 2024, 00:33
I am making a custom character sheet for the FATE Core ruleset and I am trying to pull in the list of skills, but I am getting stuck on how to actually have the skills be listed in the window list. Im trying to recreate what the sheet looks like in base. Any help is appreciated.

Moon Wizard
April 6th, 2024, 01:31
I did a quick search for "skill" in the FateCore ruleset; and there looks like there is a SkillsManager.getSkills() function already defined for the ruleset. It's already used in campaign/scripts/char_skilllist.lua in the ruleset for how it could be used.

I'm not familiar with the system or the ruleset; but I'd start with copying the current character sheet first, and then customizing.

Regards,
JPG

Bossitronas
April 8th, 2024, 15:11
That brought me on the right track. Im using Ruleset Wizard and I had set the data source to .skilldata instead of .skilllist. I am now pulling in records.

Thank you.