Thread: SWADE Languages
View Single Post
Gumbytie
Senior Member
 
Join Date: Jun 2010
Location: Florida
Posts: 235

Old February 22nd, 2021, 05:22 PM
if it helps, this is the entire Mechanic:

Quote:
<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>
Gumbytie is offline   #17 Reply With Quote