• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Goblin 'Rude Songs' trait not giving bonus

Lonewolf147

Well-known member
The Rude Songs trait from Goblins of Golarion is supposed to give a +2 bonus to Perform: Song and make that skill also a class skill.

I've added the trait to my goblin, but it doesn't confer the bonus to any of the perform skills. In fact, I don't have a Perform: Song, but I do have a Perform: Sing.

I tried to find the data file to open with the editor to just manually fix it, but I got lost looking through all the data files (none of them showed to be Goblins of Golarion).

Does anyone have an idea how to fix this, or is this something that needs to be done from the programmers end and pushed out?

Thanks
 
There are two issues here, and as Umarian said, you can post the bug in the bug report log he linked to. If you are looking to fix it yourself until such time that LW gets the fix in, the code you would need to add is this:

Code:
#skillbonus[skPerfSing] += 2

It would take a bit of work on your part to create a new trait and copy all the info over from the one already there. If you don't feel like doing that, the far easier solution is just use the Skill Bonus adjustment to add 2 to the skill (I think its supposed to be Perform (sing), probably a typo in the trait description). Then, when the fix is in, simply remove the adjustment.
 
Last edited:
I tried to find the data file to open with the editor to just manually fix it, but I got lost looking through all the data files (none of them showed to be Goblins of Golarion).
What data files are you looking through? I mean if this is a official data package from LW you can't just go looking at them.

What you do inside the editor is got the "Traits" tab and a do "new (Copy)" that will allow you to pull down a copy of the trait. As its from a secondary source you won't be able to save what you see without doing allot of copy/paste.

But you would be able to see the script. My take is that the bonus is being applied to the Perform: Sing skill and if you put a single rank into it you should see the value includes the bonus. Plus it should show in Blue in the list of skills to show its a class skill.
 
But you would be able to see the script. My take is that the bonus is being applied to the Perform: Sing skill and if you put a single rank into it you should see the value includes the bonus. Plus it should show in Blue in the list of skills to show its a class skill.

The trait is missing the bonus. Right now, all its doing is making it a class skill, so there is a bug in the trait that should be reported.
 
Excellent. Thank you for all the input.

Yes, I was looking for the data source from LW not realizing that I didn't have access to it.
 
Back
Top