PDA

View Full Version : Help on coding racial skills



SiriusCentauri
August 9th, 2017, 04:04
I need help to code several racial skills. I'm fine if you can choose from any skill, but the moment the skill list is limited, I run into trouble. This is my image that I took of my current coding. 20092. Thank you for any assistance.

Zacchaeus
August 9th, 2017, 09:16
The wording should be 'Choose two skills from X, Y and Z'

SiriusCentauri
August 9th, 2017, 19:06
I thought as much after reviewing how the classes gain skills. Even tho I have worded it 'Choose two skills from A, B, C, and D.', I still get no access to a skill selection screen.

Trenloe
August 9th, 2017, 19:19
The FG code has a comment regarding Kenku training from volo's guide. The format it's expecting is:

"proficient in your choice of XX of the following skills" Where XX is one, two, three or four. Also the skills are listed as skill1, skill2, skill3, and skill 4

So, in this case, you'd use:


You are proficient in your choice of two of the following skills Acrobatics, Deception, Stealth, and Sleight of Hand.

Zacchaeus
August 9th, 2017, 19:20
I thought as much after reviewing how the classes gain skills. Even tho I have worded it 'Choose two skills from A, B, C, and D.', I still get no access to a skill selection screen.

Oh, wait. Sorry I didn't notice that you were doing races. Generally races don't have skills only classes and Backgrounds. However I think some code was added to allow for this after Volo. Try this 'You are Proficient in your choice of two of the following X, Y Z"

Ninja'd again. And I thought he was slowing down :)

SiriusCentauri
August 16th, 2017, 22:10
I'm having trouble finishing the Tabaxi. The Tabaxi has the double skill feature called 'Cat's Talent'. With it they gain proficiency with Stealth and Perception. I cannot get it to set the proficiency on the character sheet. 20170

Zacchaeus
August 16th, 2017, 22:21
Try 'You have proficiency in the Perception and Stealth skills'

SiriusCentauri
August 18th, 2017, 19:08
I'm still having trouble with the Tabaxi skill set. I have coded it everyway I have thought possible and it wont accept me learning two set proficiencies. Here's my examples. "You have proficiency with the Perception and Stealth skills', 'You have proficiency with the Perception, and Stealth skills', 'You gain proficiency with the Perception and Stealth skills', 'You are proficient with the Perception and Stealth skills'. However when I remove the Stealth skill from the coding, I can get Perception to be accepted.

Zacchaeus
August 18th, 2017, 22:15
It is as post #7 above "You have proficiency in the Perception and Stealth skills"

LordEntrails
August 19th, 2017, 00:23
The best way to do these things it to copy an existing class/race/npc and then just change the specific words needed. FG parses exact phrases for these types of things, so even though it seems like you are saying the same thing, the words, spaces, everything has to be exactly the same.

SiriusCentauri
August 19th, 2017, 00:56
Thank you for the information, but it is hard to copy existing races with Volo's Guide player races. This is what I've currently have for my Tabaxi's Cat's Talent feature. 20192
My class problem may have something to do with me only having the $39 FG. I've actually used the Wizard from the Basic Rules module and copied all of that's into my own Wizard. After all that copying, I then decided to try the Wizard from the Basic Rules module on the PC character sheet and even that one wouldn't access the Evocation School on level 2 (which it is set-up for that School.)

Zacchaeus
August 19th, 2017, 01:41
Not sure what you mean by hard to copy. Open the Races window (by clicking on the big races button on the right hand side - if you don't see races then click on library and check the races box in the top panel). Now find the race you want and drag it and drop it back down into the window to make a copy.

Again, from your picture you posted you still don't have the wording correct - you have missed off the 's' in skills. As has been said you need the exact phrase otherwise it will not work.

Which license you have is immaterial.

For a Wizard you need to have a feature called Arcane Tradition with the 'Spec Choice' ticked. You then need the class specializations (which are basically just descriptive text); then you need the features for each school with the name of the school in the 'Spec Required' box. Watch the video carefully - you are missing a step somewhere.

SiriusCentauri
August 19th, 2017, 02:07
First my module selection is very limited. I open Library and then press Modules, I get these options: Calendars, DD Basic Rules-DM, DD Basic Rules-Player, DD5E SRD Bestiary, DD5E SRD Data, DD5E SRD Magic Items, Default Fumble and Critical Hit Tables, FG Battle Maps. If there is more I'm suppose to get I don't know how. With this set-up I don't get any of the Volo's Guide races. That was what I was referring to as no other race has a talent that gives two skills. For the Wizard class, I tried to use the pre-coded version from DD Basic Rules. Without any changes, I put it in the PC Character Sheet and raised it to level 2 and it didn't ask me for a school to choose, even tho it had Evocation to choose from.

Zacchaeus
August 19th, 2017, 11:16
First my module selection is very limited. I open Library and then press Modules, I get these options: Calendars, DD Basic Rules-DM, DD Basic Rules-Player, DD5E SRD Bestiary, DD5E SRD Data, DD5E SRD Magic Items, Default Fumble and Critical Hit Tables, FG Battle Maps. If there is more I'm suppose to get I don't know how. With this set-up I don't get any of the Volo's Guide races. That was what I was referring to as no other race has a talent that gives two skills. For the Wizard class, I tried to use the pre-coded version from DD Basic Rules. Without any changes, I put it in the PC Character Sheet and raised it to level 2 and it didn't ask me for a school to choose, even tho it had Evocation to choose from.

Ok, it wasn't clear that you didn't have any other books other than the ones that come free with the license. Modules like the PHB and Volo's Guide are separate purchases. The Wizard in the basic rules only has the one School so clearly that is the only one available so you get it automatically. In other words there's no choice so you don't obviously need a choice box popping up if there's no choice to make.

Having said all that, your post has enabled me to identify a problem with the classes in the basic rules. Despite there only being one choice that choice was not actually being added automatically. I'll get that fixed and hopefully it'll be available in the next update.