Briarstomp
Member
I'm getting a validation error that I have unspent language resources, but I'm not finding anywhere to select/add languages. Is it not being displayed or am I just missing something?
Briar
Briar
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
For SWADE, add the Language skill. By default, if you have the Multiple Languages setting turned on (or have the Linguist Edge) then you should be able to add a language at a d8 as your “Native” language, and other languages at d6 (up to 1/2 your Smarts in languages total).I'm getting a validation error that I have unspent language resources, but I'm not finding anywhere to select/add languages. Is it not being displayed or am I just missing something?
Briar
I'm getting a validation error that I have unspent language resources, but I'm not finding anywhere to select/add languages. Is it not being displayed or am I just missing something?
Briar
Yeah, it's having some issues related to Advances. I'm looking into it.
Languages are a regular Skill in SWADE.
Pre-Traits 5000
~This will add the cost for balance:
#resmax[resSkill] +=3
Calc trtFinal
Pre-Traits 5000
~This will offset the cost:
perform #resspent[resSkill,-,1,"Native Language"]
~This will increase the Skill
foreach pick in hero where "thingid.skLanguage"
eachpick.field[trtBonus].value += 2
nexteach
Calc trFinal
<eval phase="PreTraits" priority="5000">
<![CDATA[
~This will offset the cost:
perform #resspent[resSkill,-,1,"Native Language"]
~This will increase the Skill
foreach pick in hero where "thingid.skLanguage"
eachpick.field[trtBonus].value += 2
nexteach]]>
<before name="Calc trFinal"/>
</eval>
Hero Lab is loading the data files, but the following warnings were reported:
One or more timing errors were identified. Please review the timing report and correct the errors. You can access the report under the "Develop" menu or by clicking this link.
<unknowns>
<unknown name="Calc trFinal">
<task name="Thing mecHAULanguage: Eval Script #1">
</task>
</unknown>
</unknowns>
<thing
id="mecHAULanguage"
name="Starting language"
description="Character starts with Language (Native) d8."
compset="Mechanics"
summary="Language (Native) d8">
<usesource source="Haunted"/>
<bootstrap thing="skLanguage">
<assignval field="domDomain" value="Native"/>
</bootstrap>
<eval phase="PreTraits" priority="5000"><![CDATA[~This will offset the cost:
perform #resspent[resSkill,-,1,"Native Language"]
~This will increase the Skill
foreach pick in hero where "thingid.skLanguage"
eachpick.field[trtBonus].value += 2
nexteach]]>
<before name="Calc trFinal"/>
</eval>
</thing>